[REVERTED] d8a033e Alexey Sedunov on 3/11/2016 at 15:56 (committed on 3/24/2016 at 18:42)

Misc: Configure dependency on Spring support and related plugins: J2EE, JSP, persistence, database tools, CSS
This commit is contained in:
Alexey Sedunov
2016-03-29 17:22:36 +03:00
parent 9070aa882d
commit 1e50cc5d00
9 changed files with 0 additions and 86 deletions
-12
View File
@@ -1,12 +0,0 @@
<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
View File
@@ -1,12 +0,0 @@
<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
View File
@@ -1,12 +0,0 @@
<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
View File
@@ -1,9 +0,0 @@
<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
View File
@@ -1,12 +0,0 @@
<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
View File
@@ -1,12 +0,0 @@
<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>
-6
View File
@@ -42,11 +42,5 @@
<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>
@@ -1,5 +0,0 @@
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
</extensions>
</idea-plugin>
-6
View File
@@ -17,12 +17,6 @@
<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>