diff -uprN rhino1_6R1.orig/build.properties rhino1_6R1/build.properties --- rhino1_6R1.orig/build.properties 2004-12-17 16:13:22.000000000 +0100 +++ rhino1_6R1/build.properties 2004-12-18 12:06:34.405541312 +0100 @@ -48,7 +48,7 @@ classes: ${build.dir}/classes # compilation settings debug: on -target-jvm: 1.1 +target-jvm: 1.3 # jar generation settings jar-compression: true diff -uprN rhino1_6R1.orig/src/build.xml rhino1_6R1/src/build.xml --- rhino1_6R1.orig/src/build.xml 2004-12-17 16:13:22.000000000 +0100 +++ rhino1_6R1/src/build.xml 2004-12-17 16:25:43.000000000 +0100 @@ -15,6 +15,7 @@ Requires Ant version 1.2 deprecation="on" debug="${debug}" target="${target-jvm}" + source="${target-jvm}" > diff -uprN rhino1_6R1.orig/toolsrc/build.xml rhino1_6R1/toolsrc/build.xml --- rhino1_6R1.orig/toolsrc/build.xml 2004-12-17 16:13:22.000000000 +0100 +++ rhino1_6R1/toolsrc/build.xml 2004-12-17 16:26:22.000000000 +0100 @@ -19,7 +19,8 @@ Requires Ant version 1.2 includes="org/**/*.java" deprecation="on" debug="${debug}" - target="${target-jvm}"> + target="${target-jvm}" + source="${target-jvm}"> diff -uprN rhino1_6R1.orig/toolsrc/org/mozilla/javascript/tools/debugger/build.xml rhino1_6R1/toolsrc/org/mozilla/javascript/tools/debugger/build.xml --- rhino1_6R1.orig/toolsrc/org/mozilla/javascript/tools/debugger/build.xml 2004-12-17 16:13:22.000000000 +0100 +++ rhino1_6R1/toolsrc/org/mozilla/javascript/tools/debugger/build.xml 2004-12-18 12:14:30.828114072 +0100 @@ -3,7 +3,6 @@ - @@ -13,8 +12,7 @@ the files we don't need, and change the package --> - - + diff -uprN rhino1_6R1.orig/xmlimplsrc/build.xml rhino1_6R1/xmlimplsrc/build.xml --- rhino1_6R1.orig/xmlimplsrc/build.xml 2004-12-17 16:13:22.000000000 +0100 +++ rhino1_6R1/xmlimplsrc/build.xml 2004-12-18 12:02:55.612802864 +0100 @@ -12,7 +12,6 @@ - @@ -35,7 +34,6 @@ - @@ -48,6 +46,7 @@ deprecation="on" debug="${debug}" target="${target-jvm}" + source="${target-jvm}" classpathref="xmlimpl.classpath" failonerror="${xmlimpl.compile.failonerror}" > @@ -55,15 +54,6 @@ - - - -Skipping compilation of E4X implementation due to lack of -javax.xml.namespace.*, org.apache.xmlbeans.* classes - - - - @@ -79,39 +69,4 @@ javax.xml.namespace.*, org.apache.xmlbea includes="org/mozilla/javascript/xmlimpl/**"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -