mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
Cleanup (formatting)
GitOrigin-RevId: 0841d10c7b4c8812bac930b06abcfda3e8033e89
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f751051ec3
commit
bdfcb18277
@@ -4,11 +4,13 @@
|
||||
<description>Java language support.</description>
|
||||
<vendor>JetBrains</vendor>
|
||||
<resource-bundle>messages.ActionsBundle</resource-bundle>
|
||||
|
||||
<depends>com.intellij.modules.platform</depends>
|
||||
<depends>com.intellij.modules.lang</depends>
|
||||
<depends>com.intellij.modules.vcs</depends>
|
||||
<depends>com.intellij.modules.xdebugger</depends>
|
||||
<depends>com.intellij.modules.xml</depends>
|
||||
|
||||
<xi:include href="/META-INF/JavaPlugin.xml" xpointer="xpointer(/idea-plugin/*)"/>
|
||||
|
||||
<!-- todo: these files are present in Java plugin for IDEA Ultimate only, they should be extract to a different plugin.xml -->
|
||||
@@ -25,7 +27,8 @@
|
||||
<depends optional="true" config-file="profiler-java.xml">com.intellij.modules.profiler</depends>
|
||||
<depends optional="true" config-file="structuralsearch-java.xml">com.intellij.modules.structuralsearch</depends>
|
||||
<depends optional="true" config-file="RemoteServersJava.xml">com.intellij.modules.remoteServers</depends>
|
||||
<depends optional="true" config-file="JavaCMakeActionPatcher.xml">com.intellij.modules.clion.cmake</depends> <!-- this is a workaround for IDEA-209728 -->
|
||||
<depends optional="true" config-file="JavaCMakeActionPatcher.xml">com.intellij.modules.clion.cmake</depends> <!-- a workaround for IDEA-209728 -->
|
||||
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
<moduleType id="JAVA_MODULE" classpathProvider="true" implementationClass="com.intellij.openapi.module.JavaModuleType"/>
|
||||
</extensions>
|
||||
|
||||
Reference in New Issue
Block a user