Skip to content
This repository was archived by the owner on Nov 4, 2020. It is now read-only.

Commit c00b34f

Browse files
committed
1 parent 6de1ec0 commit c00b34f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Read more at http://eclipsescript.org/.
55
For development, an eclipse project containing some tests are available at:
66
https://github.com/fornwall/eclipsescript-tests
77

8-
This plug-in currently uses a re-packaged version of rhino in js.jar. This was built from rhino master git on 2013-04-11 using:
8+
This plug-in currently uses a re-packaged version of rhino in js.jar. This was built from rhino master git on 2016-01-12 using:
99
(1) Get the source (https://developer.mozilla.org/en-US/docs/Rhino/Download_Rhino?redirectlocale=en-US&redirectslug=RhinoDownload):
1010
git clone https://github.com/mozilla/rhino.git
1111
cd rhino
@@ -14,7 +14,7 @@ This plug-in currently uses a re-packaged version of rhino in js.jar. This was b
1414
(3) Build:
1515
ant jar
1616
(4)
17-
cp build/rhino1_7R5pre/js.jar $ECLIPSESCRIPT/js_orig.jar
17+
cp build/rhino1.7.8-SNAPSHOT/js.jar $ECLIPSESCRIPT/js_orig.jar
1818
cd $ECLIPSESCRIPT
1919
ant -f build_js_with_jarjar.xml
2020
(5) Test the re-packaged rhino from shell with:

js.jar

69.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)