upgrade to rhino 1.7R3

This commit is contained in:
Shay Banon 2011-08-30 18:47:08 +03:00
parent 41f0e9fb26
commit 48a26f286b
2 changed files with 4 additions and 6 deletions

View File

@ -15,12 +15,10 @@
<orderEntry type="module-library"> <orderEntry type="module-library">
<library name="rhino"> <library name="rhino">
<CLASSES> <CLASSES>
<root url="jar://$GRADLE_REPOSITORY$/rhino/js/jars/js-1.7R2.jar!/" /> <root url="jar://$GRADLE_REPOSITORY$/org.mozilla/rhino/jars/rhino-1.7R3.jar!/" />
</CLASSES> </CLASSES>
<JAVADOC /> <JAVADOC />
<SOURCES> <SOURCES />
<root url="file://$USER_HOME$/opt/rhino1_7R2/src" />
</SOURCES>
</library> </library>
</orderEntry> </orderEntry>
<orderEntry type="module" module-name="test-testng" scope="TEST" /> <orderEntry type="module" module-name="test-testng" scope="TEST" />

View File

@ -31,8 +31,8 @@ configurations {
dependencies { dependencies {
compile project(':elasticsearch') compile project(':elasticsearch')
compile('rhino:js:1.7R2') compile('org.mozilla:rhino:1.7R3')
distLib('rhino:js:1.7R2') { transitive = false } distLib('org.mozilla:rhino:1.7R3') { transitive = false }
} }
task explodedDist(dependsOn: [jar], description: 'Builds the plugin zip file') << { task explodedDist(dependsOn: [jar], description: 'Builds the plugin zip file') << {