mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
(cherry picked from commit 56e4372a3908fa0ef6aa06f10f5e8898514af513) IJ-CR-166062 GitOrigin-RevId: 69b412e432b7f451856b0a1befe30df4edbf9822
16 lines
538 B
XML
16 lines
538 B
XML
<idea-plugin>
|
|
<id>com.intellij.java.ide</id>
|
|
<name>Java IDE Customization</name>
|
|
<vendor>JetBrains</vendor>
|
|
<category>IDE Settings</category>
|
|
<depends>com.intellij.java</depends>
|
|
<description>Provides customization for IDEs which main language is Java (e.g. IntelliJ IDEA).</description>
|
|
<resource-bundle>messages.ActionsBundle</resource-bundle>
|
|
|
|
<incompatible-with>com.intellij.modules.appcode.ide</incompatible-with>
|
|
|
|
<content>
|
|
<module name="intellij.java.ide.customization/training"/>
|
|
</content>
|
|
</idea-plugin>
|