mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-29 09:47:50 +08:00
gradle_plugin_demo: cleanup plugin.xml
This commit is contained in:
parent
34e74f0676
commit
c2b516af32
@ -25,12 +25,6 @@
|
|||||||
<extensions defaultExtensionNs="com.intellij">
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
</extensions>
|
</extensions>
|
||||||
|
|
||||||
<application-components>
|
|
||||||
</application-components>
|
|
||||||
|
|
||||||
<project-components>
|
|
||||||
</project-components>
|
|
||||||
|
|
||||||
<actions>
|
<actions>
|
||||||
<group id="MyPlugin.SampleMenu" text="Greeting" description="Greeting menu">
|
<group id="MyPlugin.SampleMenu" text="Greeting" description="Greeting menu">
|
||||||
<add-to-group group-id="MainMenu" anchor="last"/>
|
<add-to-group group-id="MainMenu" anchor="last"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user