Minor: download Rhino as dependency instead of store it in the repository

This commit is contained in:
Zalim Bashorov
2015-04-22 15:03:18 +03:00
parent 06fd6c4ba2
commit 5ec8d72949
6 changed files with 18 additions and 17 deletions
+14
View File
@@ -0,0 +1,14 @@
<component name="libraryTable">
<library name="Rhino">
<ANNOTATIONS>
<root url="file://$PROJECT_DIR$/annotations" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$PROJECT_DIR$/dependencies/rhino-1.7.6.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/dependencies/rhino-1.7.6-sources.jar!/rhino1.7.6/src" />
</SOURCES>
</library>
</component>
-16
View File
@@ -1,16 +0,0 @@
<component name="libraryTable">
<library name="js-test-libs">
<ANNOTATIONS>
<root url="file://$PROJECT_DIR$/annotations" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$PROJECT_DIR$/js/js.tests/testLib/rhino1.7.6.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$PROJECT_DIR$/js/js.tests/testLib/rhino1.7.6-sources.zip!/rhino1.7.6/javadoc" />
</JAVADOC>
<SOURCES>
<root url="jar://$PROJECT_DIR$/js/js.tests/testLib/rhino1.7.6-sources.zip!/rhino1.7.6/src" />
</SOURCES>
</library>
</component>
+1 -1
View File
@@ -7,7 +7,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="js-test-libs" level="project" />
<orderEntry type="library" name="Rhino" level="project" />
<orderEntry type="module" module-name="js.translator" />
<orderEntry type="module" module-name="compiler-tests" />
<orderEntry type="module" module-name="frontend" />
Binary file not shown.
Binary file not shown.
+3
View File
@@ -198,6 +198,9 @@
<!-- CLI Parser -->
<get-maven-library prefix="com/github/spullara/cli-parser" lib="cli-parser" version="1.1.1"/>
<!-- Rhino -->
<get-maven-library prefix="org/mozilla" lib="rhino" version="1.7.6"/>
<!-- Closure Compiler -->
<!-- A download url taken from http://code.google.com/p/closure-compiler/wiki/BinaryDownloads -->
<get src="http://dl.google.com/closure-compiler/compiler-20131014.zip"