[pkg-java] r14927 - trunk/fop/debian/patches

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Sep 16 13:11:47 UTC 2011


Author: malat-guest
Date: 2011-09-16 13:11:47 +0000 (Fri, 16 Sep 2011)
New Revision: 14927

Added:
   trunk/fop/debian/patches/fixbuildxml.patch
Modified:
   trunk/fop/debian/patches/series
Log:
need to update build.xml

Added: trunk/fop/debian/patches/fixbuildxml.patch
===================================================================
--- trunk/fop/debian/patches/fixbuildxml.patch	                        (rev 0)
+++ trunk/fop/debian/patches/fixbuildxml.patch	2011-09-16 13:11:47 UTC (rev 14927)
@@ -0,0 +1,16 @@
+Index: fop-1.0.dfsg2/build.xml
+===================================================================
+--- fop-1.0.dfsg2.orig/build.xml	2011-09-16 15:10:36.000000000 +0200
++++ fop-1.0.dfsg2/build.xml	2011-09-16 15:10:57.000000000 +0200
+@@ -149,8 +149,9 @@
+   <property name="javac.debug" value="on"/>
+   <property name="javac.optimize" value="off"/>
+   <property name="javac.deprecation" value="on"/>
+-  <property name="javac.source" value="1.4"/>
+-  <property name="javac.target" value="1.4"/>
++  <property name="javac.source" value="1.5"/>
++  <property name="javac.target" value="1.5"/>
++  <property name="javac.encoding" value="utf-8"/>
+   <property name="javac.fork" value="no"/>
+   <property name="junit.fork" value="on"/>
+   <property name="junit.haltonfailure" value="off"/>

Modified: trunk/fop/debian/patches/series
===================================================================
--- trunk/fop/debian/patches/series	2011-09-16 13:08:06 UTC (rev 14926)
+++ trunk/fop/debian/patches/series	2011-09-16 13:11:47 UTC (rev 14927)
@@ -1,3 +1,4 @@
 04_fixqdoxbuildfailure.patch
 enco.patch
 enco2.patch
+fixbuildxml.patch




More information about the pkg-java-commits mailing list