Misc: Configure dependency on Spring support and related plugins: J2EE,
JSP, persistence, database tools, CSS
This commit is contained in:
Generated
+12
@@ -0,0 +1,12 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="css-support">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="file://$PROJECT_DIR$/ideaSDK/plugins/CSS/lib" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/ideaSDK/lib/src/src_css-api.zip!/" />
|
||||||
|
</SOURCES>
|
||||||
|
<jarDirectory url="file://$PROJECT_DIR$/ideaSDK/plugins/CSS/lib" recursive="false" />
|
||||||
|
</library>
|
||||||
|
</component>
|
||||||
Generated
+12
@@ -0,0 +1,12 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="database-support">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="file://$PROJECT_DIR$/ideaSDK/plugins/DatabaseTools/lib" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/ideaSDK/lib/src/src_database-openapi.zip!/" />
|
||||||
|
</SOURCES>
|
||||||
|
<jarDirectory url="file://$PROJECT_DIR$/ideaSDK/plugins/DatabaseTools/lib" recursive="false" />
|
||||||
|
</library>
|
||||||
|
</component>
|
||||||
Generated
+12
@@ -0,0 +1,12 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="javaee-support">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="file://$PROJECT_DIR$/ideaSDK/plugins/JavaEE/lib" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/ideaSDK/lib/src/src_javaee-openapi.zip!/" />
|
||||||
|
</SOURCES>
|
||||||
|
<jarDirectory url="file://$PROJECT_DIR$/ideaSDK/plugins/JavaEE/lib" recursive="false" />
|
||||||
|
</library>
|
||||||
|
</component>
|
||||||
Generated
+9
@@ -0,0 +1,9 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="jsp-support">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/ideaSDK/plugins/jsp/lib/jsp-impl.jar!/" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES />
|
||||||
|
</library>
|
||||||
|
</component>
|
||||||
Generated
+12
@@ -0,0 +1,12 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="persistence-support">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="file://$PROJECT_DIR$/ideaSDK/plugins/PersistenceSupport/lib" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/ideaSDK/lib/src/src_persistence-openapi.zip!/" />
|
||||||
|
</SOURCES>
|
||||||
|
<jarDirectory url="file://$PROJECT_DIR$/ideaSDK/plugins/PersistenceSupport/lib" recursive="false" />
|
||||||
|
</library>
|
||||||
|
</component>
|
||||||
Generated
+12
@@ -0,0 +1,12 @@
|
|||||||
|
<component name="libraryTable">
|
||||||
|
<library name="spring-support">
|
||||||
|
<CLASSES>
|
||||||
|
<root url="file://$PROJECT_DIR$/ideaSDK/plugins/Spring/lib" />
|
||||||
|
</CLASSES>
|
||||||
|
<JAVADOC />
|
||||||
|
<SOURCES>
|
||||||
|
<root url="jar://$PROJECT_DIR$/ideaSDK/lib/src/src_spring-openapi.zip!/" />
|
||||||
|
</SOURCES>
|
||||||
|
<jarDirectory url="file://$PROJECT_DIR$/ideaSDK/plugins/Spring/lib" recursive="false" />
|
||||||
|
</library>
|
||||||
|
</component>
|
||||||
@@ -42,5 +42,11 @@
|
|||||||
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
|
||||||
<orderEntry type="module" module-name="idea" />
|
<orderEntry type="module" module-name="idea" />
|
||||||
<orderEntry type="module" module-name="generators" scope="TEST" />
|
<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>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
<idea-plugin>
|
||||||
|
<extensions defaultExtensionNs="com.intellij">
|
||||||
|
|
||||||
|
</extensions>
|
||||||
|
</idea-plugin>
|
||||||
@@ -17,6 +17,12 @@
|
|||||||
<depends optional="true" config-file="android.xml">org.jetbrains.android</depends>
|
<depends optional="true" config-file="android.xml">org.jetbrains.android</depends>
|
||||||
<depends optional="true" config-file="coverage.xml">Coverage</depends>
|
<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="i18n.xml">com.intellij.java-i18n</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>
|
<project-components>
|
||||||
<component>
|
<component>
|
||||||
|
|||||||
Reference in New Issue
Block a user