[pkg-java] r4058 - in trunk/ant/debian: . patches
mkoch at alioth.debian.org
mkoch at alioth.debian.org
Fri Aug 24 20:28:13 UTC 2007
Author: mkoch
Date: 2007-08-24 20:28:13 +0000 (Fri, 24 Aug 2007)
New Revision: 4058
Added:
trunk/ant/debian/patches/06_ant-source-target-version.patch
Modified:
trunk/ant/debian/changelog
Log:
ant (1.7.0-3) unstable; urgency=low
* Upgrade source and target version from 1.2 to 1.3.
-- Michael Koch <mkoch at quadriga.konqueror.de> Fri, 24 Aug 2007 19:39:32 +0200
Modified: trunk/ant/debian/changelog
===================================================================
--- trunk/ant/debian/changelog 2007-08-24 14:11:24 UTC (rev 4057)
+++ trunk/ant/debian/changelog 2007-08-24 20:28:13 UTC (rev 4058)
@@ -1,3 +1,9 @@
+ant (1.7.0-3) unstable; urgency=low
+
+ * Upgrade source and target version from 1.2 to 1.3.
+
+ -- Michael Koch <mkoch at quadriga.konqueror.de> Fri, 24 Aug 2007 19:39:32 +0200
+
ant (1.7.0-2) unstable; urgency=low
* Added debian/patches/05_ant-bug433444.patch. Closes: #433444.
Added: trunk/ant/debian/patches/06_ant-source-target-version.patch
===================================================================
--- trunk/ant/debian/patches/06_ant-source-target-version.patch (rev 0)
+++ trunk/ant/debian/patches/06_ant-source-target-version.patch 2007-08-24 20:28:13 UTC (rev 4058)
@@ -0,0 +1,13 @@
+--- build.xml.orig 2007-08-24 19:40:15.000000000 +0200
++++ build.xml 2007-08-24 19:40:32.000000000 +0200
+@@ -64,8 +64,8 @@
+ <property name="chmod.maxparallel" value="250"/>
+ <property name="deprecation" value="false"/>
+ <property name="optimize" value="true"/>
+- <property name="javac.target" value="1.2"/>
+- <property name="javac.source" value="1.2"/>
++ <property name="javac.target" value="1.3"/>
++ <property name="javac.source" value="1.3"/>
+ <property name="junit.fork" value="false"/>
+ <property name="junit.filtertrace" value="off"/>
+ <property name="junit.summary" value="no"/>
More information about the pkg-java-commits
mailing list