Extract js-test-libs into separate project library.

This commit is contained in:
Pavel V. Talanov
2012-08-08 13:06:03 +04:00
parent 0776892b3c
commit 1165f2c502
2 changed files with 13 additions and 12 deletions
+12
View File
@@ -0,0 +1,12 @@
<component name="libraryTable">
<library name="js-test-libs">
<CLASSES>
<root url="jar://$PROJECT_DIR$/js/js.tests/testLib/closure-compiler.jar!/" />
<root url="jar://$PROJECT_DIR$/js/js.tests/testLib/rhino-1.7R4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/js/js.tests/testLib/src/rhino-1.7R4-sources.jar!/" />
</SOURCES>
</library>
</component>
+1 -12
View File
@@ -14,19 +14,8 @@
<orderEntry type="library" name="intellij-core" level="project" />
<orderEntry type="library" name="idea-full" level="project" />
<orderEntry type="module" module-name="frontend.java" />
<orderEntry type="module-library" scope="TEST">
<library name="js-test-libs">
<CLASSES>
<root url="jar://$MODULE_DIR$/testLib/closure-compiler.jar!/" />
<root url="jar://$MODULE_DIR$/testLib/rhino-1.7R4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/testLib/src/rhino-1.7R4-sources.jar!/" />
</SOURCES>
</library>
</orderEntry>
<orderEntry type="library" name="js-libs" level="project" />
<orderEntry type="library" name="js-test-libs" level="project" />
</component>
</module>