Index: libfreemarker-java-2.3.10/build.xml
===================================================================
--- libfreemarker-java-2.3.10.orig/build.xml	2007-09-18 22:11:51.000000000 +0200
+++ libfreemarker-java-2.3.10/build.xml	2007-09-18 22:13:03.000000000 +0200
@@ -352,7 +352,7 @@
     <target depends="init, prepare, javacc" name="compile"
             description="Compile Java source files">
         <mkdir dir="${build.classes.dir}"/>
-        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" source="1.2" target="1.2">
+        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" source="1.3" target="1.3">
             <src path="${src.dir}"/>
             <patternset refid="freemarker.compile"/>
             <!-- src path="${build.javacc.dir}"/ -->
@@ -379,7 +379,7 @@
     </target>
 
     <target name="compile-log4j" if="log4j.available">
-        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.2" source="1.2">
+        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.3" source="1.3">
             <src path="${src.dir}"/>
             <classpath refid="compile.classpath"/>
             <patternset refid="freemarker.compile.log4j"/>
@@ -387,7 +387,7 @@
     </target>
 
     <target name="compile-logkit" if="logkit.available">
-        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.2" source="1.2">
+        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.3" source="1.3">
             <src path="${src.dir}"/>
             <classpath refid="compile.classpath"/>
             <patternset refid="freemarker.compile.logkit"/>
@@ -411,7 +411,7 @@
     </target>
 
     <target name="compile-jython" if="jython.available">
-        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.2" source="1.2">
+        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.3" source="1.3">
             <src path="${src.dir}"/>
             <classpath refid="compile.classpath"/>
             <patternset refid="freemarker.compile.jython"/>
@@ -419,7 +419,7 @@
     </target>
 
     <target name="compile-jsp2" if="jsp2.available">
-        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.2" source="1.2">
+        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.3" source="1.3">
             <src path="${src.dir}"/>
             <classpath refid="compile.jsp2.classpath"/>
             <patternset refid="freemarker.compile.jsp2"/>
@@ -427,7 +427,7 @@
     </target>
 
     <target name="compile-rhino" if="rhino.available">
-        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.2" source="1.2">
+        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.3" source="1.3">
             <src path="${src.dir}"/>
             <classpath refid="compile.classpath"/>
             <patternset refid="freemarker.compile.rhino"/>
@@ -435,7 +435,7 @@
     </target>
 
     <target name="compile-dom4j" if="dom4j.available">
-        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.2" source="1.2">
+        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.3" source="1.3">
             <src path="${src.dir}"/>
             <classpath refid="compile.classpath"/>
             <patternset refid="freemarker.compile.dom4j"/>
@@ -443,7 +443,7 @@
     </target>
 
     <target name="compile-jaxen" if="jaxen.available">
-        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.2" source="1.2">
+        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.3" source="1.3">
             <src path="${src.dir}"/>
             <classpath refid="compile.classpath"/>
             <patternset refid="freemarker.compile.jaxen"/>
@@ -451,7 +451,7 @@
     </target>
 
     <target name="compile-jdom" if="jdom.available">
-        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.2" source="1.2">
+        <javac deprecation="off" destdir="${build.classes.dir}" debug="on" optimize="off" bootclasspath="${boot.class.path}" target="1.3" source="1.3">
             <src path="${src.dir}"/>
             <classpath refid="compile.classpath"/>
             <patternset refid="freemarker.compile.jdom"/>
@@ -463,7 +463,7 @@
                destdir="${build.classes.dir}"
                debug="on"
                optimize="off"
-               target="1.2" source="1.2">
+               target="1.3" source="1.3">
             <src path="${src.dir}"/>
             <classpath refid="compile.classpath"/>
             <patternset refid="freemarker.compile.xalan"/>
