Misc: Configure dependency on Spring support and related plugins: J2EE,

JSP, persistence, database tools, CSS
This commit is contained in:
Alexey Sedunov
2016-03-11 14:56:53 +03:00
parent 8e7e3a3b99
commit d8a033e8a5
9 changed files with 86 additions and 0 deletions

12
.idea/libraries/css_support.xml generated Normal file
View File

@@ -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>

12
.idea/libraries/database_support.xml generated Normal file
View File

@@ -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>

12
.idea/libraries/javaee_support.xml generated Normal file
View File

@@ -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>

9
.idea/libraries/jsp_support.xml generated Normal file
View File

@@ -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>

12
.idea/libraries/persistence_support.xml generated Normal file
View File

@@ -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>

12
.idea/libraries/spring_support.xml generated Normal file
View File

@@ -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>

View File

@@ -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>

View File

@@ -0,0 +1,5 @@
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
</extensions>
</idea-plugin>

View File

@@ -17,6 +17,12 @@
<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="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>
<component>