This repository was archived by the owner on Nov 4, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Read more at http://eclipsescript.org/.
55For 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:
You can’t perform that action at this time.
0 commit comments