[RESTORED] Misc: Configure dependency on Spring support and related plugins: J2EE, JSP, persistence, database tools, CSS
This commit is contained in:
@@ -42,5 +42,11 @@
|
||||
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
||||
<orderEntry type="module" module-name="idea" />
|
||||
<orderEntry type="module" module-name="generators" scope="TEST" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="spring-support" level="project" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="javaee-support" level="project" />
|
||||
<orderEntry type="library" scope="PROVIDED" name="persistence-support" level="project" />
|
||||
<orderEntry type="library" name="database-support" level="project" />
|
||||
<orderEntry type="library" name="css-support" level="project" />
|
||||
<orderEntry type="library" name="jsp-support" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -0,0 +1,5 @@
|
||||
<idea-plugin>
|
||||
<extensions defaultExtensionNs="com.intellij">
|
||||
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
@@ -18,6 +18,12 @@
|
||||
<depends optional="true" config-file="coverage.xml">Coverage</depends>
|
||||
<depends optional="true" config-file="i18n.xml">com.intellij.java-i18n</depends>
|
||||
<depends optional="true" config-file="injection.xml">org.intellij.intelliLang</depends>
|
||||
<depends optional="true" config-file="kotlin-spring.xml">com.intellij.spring</depends>
|
||||
<depends optional="true">com.intellij.javaee</depends>
|
||||
<depends optional="true">com.intellij.persistence</depends>
|
||||
<depends optional="true">com.intellij.database</depends>
|
||||
<depends optional="true">com.intellij.css</depends>
|
||||
<depends optional="true">com.intellij.jsp</depends>
|
||||
|
||||
<project-components>
|
||||
<component>
|
||||
|
||||
Reference in New Issue
Block a user