Get full/core versions of IDEA using update_dependencies.xml. Don't use plugin SDK anymore.

This commit is contained in:
Maxim Shafirov
2012-01-20 19:17:32 +04:00
parent 8ec8fa47a4
commit f541cce098
13 changed files with 96 additions and 8 deletions
+10
View File
@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="idea-full">
<CLASSES>
<root url="file://$PROJECT_DIR$/ideaSDK/lib" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/ideaSDK/lib" recursive="false" />
</library>
</component>
+10
View File
@@ -0,0 +1,10 @@
<component name="libraryTable">
<library name="intellij-core">
<CLASSES>
<root url="file://$PROJECT_DIR$/ideaSDK/core" />
</CLASSES>
<JAVADOC />
<SOURCES />
<jarDirectory url="file://$PROJECT_DIR$/ideaSDK/core" recursive="false" />
</library>
</component>