Skip to content

Commit

Permalink
Update for latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Dec 17, 2024
1 parent 0a63181 commit 01f65b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rhinoall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fetchAndRunUrl 1.7.13 13 https://repo1.maven.org/maven2/org/mozilla/rhino/1.7.13
fetchAndRunUrl 1.7.14 14 https://repo1.maven.org/maven2/org/mozilla/rhino/1.7.14/rhino-1.7.14.jar
fetchAndRunUrl 1.7.15 15 https://repo1.maven.org/maven2/org/mozilla/rhino/1.7.15/rhino-1.7.15.jar

runTests 1.7.16 16 ~/src/rhino/buildGradle/libs/rhino-1.7.16-SNAPSHOT.jar
runTests 1.7.16 16 ~/src/rhino/rhino-all/build/libs/rhino-all-1.7.16-SNAPSHOT.jar

rm -f tmptest.$$

Expand Down
2 changes: 1 addition & 1 deletion rhinotest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# 4) Edit "rhinoversions.js" to add your new version to the list
# 5) Run this script!

rhinoJar=~/src/rhino/buildGradle/libs/rhino-1.7.15-SNAPSHOT.jar
rhinoJar=~/src/rhino/rhino-all/build/libs/rhino-all-1.7.16-SNAPSHOT.jar
rhinoVersion=1.7.14
supportVersion=14

Expand Down
1 change: 1 addition & 0 deletions rhinoversions.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ module.exports = {
'1.7.13': { flagged: true },
'1.7.14': { flagged: true },
'1.7.15': { flagged: true },
'1.7.16': { flagged: false },
};

0 comments on commit 01f65b2

Please sign in to comment.