diff -uprN rhino1_6R1.orig/build.properties rhino1_6R1/build.properties --- rhino1_6R1.orig/build.properties 2004-11-30 22:11:12.000000000 +0100 +++ rhino1_6R1/build.properties 2004-12-22 19:41:54.452624448 +0100 @@ -49,6 +49,7 @@ classes: ${build.dir}/classes # compilation settings debug: on target-jvm: 1.1 +source-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-11-30 22:11:12.000000000 +0100 +++ rhino1_6R1/src/build.xml 2004-12-22 19:42:23.355230584 +0100 @@ -15,6 +15,7 @@ Requires Ant version 1.2 deprecation="on" debug="${debug}" target="${target-jvm}" + source="${source-jvm}" > diff -uprN rhino1_6R1.orig/toolsrc/build.xml rhino1_6R1/toolsrc/build.xml --- rhino1_6R1.orig/toolsrc/build.xml 2004-11-30 22:11:12.000000000 +0100 +++ rhino1_6R1/toolsrc/build.xml 2004-12-22 19:42:40.661599616 +0100 @@ -18,7 +18,8 @@ Requires Ant version 1.2 destdir="${classes}" includes="org/**/*.java" deprecation="on" - debug="${debug}" + debug="${debug}" + source="${source-jvm}" target="${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-11-30 22:11:12.000000000 +0100 +++ rhino1_6R1/toolsrc/org/mozilla/javascript/tools/debugger/build.xml 2004-12-22 19:06:04.299497408 +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-11-30 22:11:12.000000000 +0100 +++ rhino1_6R1/xmlimplsrc/build.xml 2004-12-22 19:42:52.882741720 +0100 @@ -12,7 +12,6 @@ - @@ -35,7 +34,6 @@ - @@ -48,6 +46,7 @@ deprecation="on" debug="${debug}" target="${target-jvm}" + source="${source-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/**"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -