Blob Blame History Raw
diff -NaurEbBH dnsjava-2.0.6.orig/build.xml dnsjava-2.0.6/build.xml
--- dnsjava-2.0.6.orig/build.xml	2008-01-25 08:19:23.000000000 +0300
+++ dnsjava-2.0.6/build.xml	2012-08-12 00:41:24.915394756 +0400
@@ -17,14 +17,14 @@
     </target>
 
     <target name="compile" description="Compile everything">
-	<javac destdir="${build_dir}" debug="true" target="1.4" source="1.4">
+	<javac destdir="${build_dir}" debug="true" target="1.5" source="1.4">
 	    <src path="${src_dir}"/>
 	    <exclude name="tests/**"/>
 	</javac>
     </target>
 
     <target name="spi" description="Compile the Name Service Provider code">
-	<javac destdir="${build_dir}" debug="true" target="1.4" source="1.4">
+	<javac destdir="${build_dir}" debug="true" target="1.5" source="1.4">
 	    <src path="${src_dir}"/>
 	    <include name="org/xbill/DNS/spi/*.java"/>
 	</javac>
@@ -86,7 +86,7 @@
     </target>
 
     <target name="compile_tests" depends="compile">
-	<javac destdir="${tests_dir}" debug="true" target="1.4" source="1.4">
+	<javac destdir="${tests_dir}" debug="true" target="1.5" source="1.4">
 	    <src path="${tests_dir}"/>
 	</javac>
     </target>