update to latest version of rhino

This commit is contained in:
Dmitry Jemerov
2012-10-10 17:42:45 +02:00
parent 7d4be5d223
commit 1f1f073a75
8 changed files with 13 additions and 13 deletions

View File

@@ -1,11 +0,0 @@
<component name="libraryTable">
<library name="rhino-js-1_7R3">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/rhino-js-1_7R3.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/rhino-js-1_7R3.zip!/src" />
</SOURCES>
</library>
</component>

11
.idea/libraries/rhino_js_1_7R4.xml generated Normal file
View File

@@ -0,0 +1,11 @@
<component name="libraryTable">
<library name="rhino-js-1_7R4">
<CLASSES>
<root url="jar://$PROJECT_DIR$/lib/rhino-js-1_7R4.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/lib/src/rhino-js-1_7R4.zip!/src" />
</SOURCES>
</library>
</component>

View File

@@ -240,7 +240,7 @@ libraryLicense(name: "Cucumber-JVM", libraryName: "cucumber-jvm", version: "1.0.
libraryLicense(name: "Cucumber-Groovy", libraryName: "cucumber-groovy", version: "1.0.14", license: "MIT License", url: "https://github.com/cucumber/cucumber-jvm/", licenseUrl: "http://www.opensource.org/licenses/mit-license.html")
libraryLicense(name: "Mantis", libraryName: "mantis", license: "GNU General Public License, version 2", url: "https://github.com/rombert/mantis-axis-soap-client")
libraryLicense(name: "proxy-vole", libraryName: "proxy-vole", version: "20120920", license: "New BSD License", url: "http://code.google.com/p/proxy-vole/", licenseUrl: "http://opensource.org/licenses/BSD-3-Clause")
libraryLicense(name: "Rhino JavaScript Engine", libraryName: "rhino-js-1_7R3", version: "1.7R3", license: "MPL 1.1", url: "http://www.mozilla.org/rhino/", licenseUrl: "http://www.mozilla.org/MPL/MPL-1.1.html")
libraryLicense(name: "Rhino JavaScript Engine", libraryName: "rhino-js-1_7R4", version: "1.7R4", license: "MPL 1.1", url: "http://www.mozilla.org/rhino/", licenseUrl: "http://www.mozilla.org/MPL/MPL-1.1.html")
jetbrainsLibrary("JPS")
jetbrainsLibrary("Maven Embedder")
jetbrainsLibrary("tcServiceMessages")

View File

@@ -47,5 +47,5 @@ xstream.jar
swingx-core-1.6.2.jar
netty-3.5.8.Final.jar
protobuf-2.4.1.jar
rhino-js-1_7R3.jar
rhino-js-1_7R4.jar
proxy-vole_20120920.jar

Binary file not shown.

BIN
lib/rhino-js-1_7R4.jar Normal file

Binary file not shown.

Binary file not shown.

BIN
lib/src/rhino-js-1_7R4.zip Normal file

Binary file not shown.