upgrade to rhino 1.7R3
This commit is contained in:
parent
41f0e9fb26
commit
48a26f286b
|
@ -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" />
|
||||||
|
|
|
@ -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') << {
|
||||||
|
|
Loading…
Reference in New Issue