Minor: download Rhino as dependency instead of store it in the repository
This commit is contained in:
Generated
+14
@@ -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>
|
||||||
Generated
-16
@@ -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>
|
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<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="js.translator" />
|
||||||
<orderEntry type="module" module-name="compiler-tests" />
|
<orderEntry type="module" module-name="compiler-tests" />
|
||||||
<orderEntry type="module" module-name="frontend" />
|
<orderEntry type="module" module-name="frontend" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -198,6 +198,9 @@
|
|||||||
<!-- CLI Parser -->
|
<!-- CLI Parser -->
|
||||||
<get-maven-library prefix="com/github/spullara/cli-parser" lib="cli-parser" version="1.1.1"/>
|
<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 -->
|
<!-- Closure Compiler -->
|
||||||
<!-- A download url taken from http://code.google.com/p/closure-compiler/wiki/BinaryDownloads -->
|
<!-- 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"
|
<get src="http://dl.google.com/closure-compiler/compiler-20131014.zip"
|
||||||
|
|||||||
Reference in New Issue
Block a user