From: <no...@us...> - 2003-07-18 13:04:14
|
Log Message: ----------- Upgraded the rhino javascript engine to 1.5R4.1 Modified Files: -------------- /cvsroot/htmlunit/htmlunit/src/xdocs: changes.xml /cvsroot/htmlunit/htmlunit/dist/lib: js.jar /cvsroot/htmlunit/htmlunit: project.xml Revision Data ------------- Index: changes.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/src/xdocs/changes.xml,v retrieving revision 1.115 retrieving revision 1.116 diff -u -d -r1.115 -r1.116 --- changes.xml 18 Jul 2003 13:01:06 -0000 1.115 +++ changes.xml 18 Jul 2003 13:04:10 -0000 1.116 @@ -136,6 +136,12 @@ <action type="new" dev="mbowler" id="675597"> Added support for the javascript method Window.setTimeout() </action> + <action type="update" dev="mbowler"> + Upgraded the rhino engine to 1.5R4.1 + </action> + <action type="update" dev="mbowler"> + Upgraded the xerces to 2.4 + </action> </release> </body> Index: js.jar =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/dist/lib/js.jar,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 Binary files /tmp/cvswt5GZC and /tmp/cvsycLcb9 differ Index: project.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/project.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- project.xml 3 Jul 2003 19:29:51 -0000 1.23 +++ project.xml 18 Jul 2003 13:04:11 -0000 1.24 @@ -206,10 +206,10 @@ </properties> </dependency> <dependency> - <id>rhino</id> - <version>1.5R4-RC3</version> + <groupId>rhino</groupId> + <artifactId>js</artifactId> + <version>1.5R4.1</version> <url>http://www.mozilla.org/rhino</url> - <jar>js-1.5R4-RC3.jar</jar> <properties> <htmlunit.group>optional</htmlunit.group> <htmlunit.description>Needed for javascript support</htmlunit.description> @@ -237,7 +237,7 @@ </dependency> <dependency> <id>nekohtml</id> - <version>0.7.6</version> + <version>0.7.7</version> <properties> <htmlunit.group>required</htmlunit.group> <htmlunit.description>Converts html into an XML DOM model</htmlunit.description> |