[pkg-java] r5189 - trunk/groovy/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Fri Dec 28 11:59:37 UTC 2007


Author: twerner
Date: 2007-12-28 11:59:37 +0000 (Fri, 28 Dec 2007)
New Revision: 5189

Modified:
   trunk/groovy/debian/build.xml
   trunk/groovy/debian/changelog
Log:
Set source=1.4 and target=1.4 for javac. (Closes: #458001)

Modified: trunk/groovy/debian/build.xml
===================================================================
--- trunk/groovy/debian/build.xml	2007-12-28 10:12:43 UTC (rev 5188)
+++ trunk/groovy/debian/build.xml	2007-12-28 11:59:37 UTC (rev 5189)
@@ -17,7 +17,7 @@
   <target name="compile" description="o Compile the code">
     <mkdir dir="${class.dir}"/>
     <javac srcdir="${source.dir}" destdir="${class.dir}"
-	   deprecation="true" debug="true" optimize="false"/>
+	   source="1.4" target="1.4" debug="true" optimize="false"/>
 
     <taskdef name="groovyc"
 	     classname="org.codehaus.groovy.ant.Groovyc"

Modified: trunk/groovy/debian/changelog
===================================================================
--- trunk/groovy/debian/changelog	2007-12-28 10:12:43 UTC (rev 5188)
+++ trunk/groovy/debian/changelog	2007-12-28 11:59:37 UTC (rev 5189)
@@ -1,3 +1,9 @@
+groovy (1.5.0-2) unstable; urgency=low
+
+  * Set source=1.4 and target=1.4 for javac. (Closes: #458001)
+
+ -- Torsten Werner <twerner at debian.org>  Fri, 28 Dec 2007 12:58:00 +0100
+
 groovy (1.5.0-1) unstable; urgency=low
 
   [ Varun Hiremath ]




More information about the pkg-java-commits mailing list