mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Remove vendor website from plugin.xml
This commit is contained in:
parent
dc3e31b7f1
commit
4b52b7e90d
@ -3,6 +3,8 @@
|
|||||||
# IntelliJ Platform Plugin Template Changelog
|
# IntelliJ Platform Plugin Template Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Fixed
|
||||||
|
- Remove vendor website from `plugin.xml`
|
||||||
|
|
||||||
## [0.2.0]
|
## [0.2.0]
|
||||||
### Added
|
### Added
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<idea-plugin url="www.jetbrains.com">
|
<idea-plugin>
|
||||||
<id>org.jetbrains.plugins.template</id>
|
<id>org.jetbrains.plugins.template</id>
|
||||||
<name>Template</name>
|
<name>Template</name>
|
||||||
<vendor>JetBrains</vendor>
|
<vendor>JetBrains</vendor>
|
||||||
|
Loading…
Reference in New Issue
Block a user