Index: trove-2.1.0/build.xml
===================================================================
--- trove-2.1.0.orig/build.xml	2009-08-14 22:51:22.000000000 +0200
+++ trove-2.1.0/build.xml	2010-05-05 07:38:51.000000000 +0200
@@ -80,7 +80,7 @@
     <target name="compile" depends="generate">
         <javac destdir="${output.dest}"
             classpath="${lib}/junit.jar"
-            debug="${debug}" target="1.5">
+            debug="${debug}" source="1.5" target="1.5">
             <src path="${src}"/>
             <src path="${output.generated}"/>
         </javac>
@@ -207,7 +207,7 @@
         
         <echo message="output.dest = ${output.dest}"/>
             
-        <javac destdir="${output.tests}" debug="${debug}" target="1.5">
+        <javac destdir="${output.tests}" debug="${debug}" source="1.5" target="1.5">
             <src path="${test_src}"/>
             <classpath>
                 <pathelement location="${lib}/junit.jar"/>
@@ -275,4 +275,4 @@
 
         <echo message="----------- ${Name} ${version} [${year}] ------------"/>
     </target>
-</project>
\ No newline at end of file
+</project>
