[pkg-java] r14509 - trunk/libxerces2-java/debian/patches

Damien Raude-Morvan drazzib at alioth.debian.org
Fri Aug 26 22:16:54 UTC 2011


Author: drazzib
Date: 2011-08-26 22:16:54 +0000 (Fri, 26 Aug 2011)
New Revision: 14509

Modified:
   trunk/libxerces2-java/debian/patches/03_bootclasspath.patch
Log:
Still use bootclasspath

Modified: trunk/libxerces2-java/debian/patches/03_bootclasspath.patch
===================================================================
--- trunk/libxerces2-java/debian/patches/03_bootclasspath.patch	2011-08-26 22:15:36 UTC (rev 14508)
+++ trunk/libxerces2-java/debian/patches/03_bootclasspath.patch	2011-08-26 22:16:54 UTC (rev 14509)
@@ -2,7 +2,7 @@
 ===================================================================
 --- a/build.xml
 +++ b/build.xml
-@@ -291,7 +291,7 @@
+@@ -291,13 +291,14 @@
             destdir="${build.dest}"
             source="${javac.source}"
             target="${javac.target}"
@@ -11,7 +11,15 @@
             debug="${debug}" nowarn="true"
             debuglevel="${debuglevel}"
             deprecation="${deprecation}"
-@@ -359,7 +359,7 @@
+            optimize="${optimize}"
+            includeAntRuntime="false"
+-           includeJavaRuntime="false"
++           includeJavaRuntime="true"
++           bootclasspath="/usr/share/java/jaxp-1.4.jar:/usr/share/java/xml-apis-ext.jar:/usr/share/java/xml-resolver.jar"
+            excludes="org/xml/sax/** 
+                 javax/xml/**
+                 org/w3c/dom/*
+@@ -359,7 +360,7 @@
             destdir="${build.dest}"
             source="${javac.source}"
             target="${javac.target}"
@@ -20,7 +28,7 @@
             debug="${debug}" nowarn="true"
             debuglevel="${debuglevel}"
             includeAntRuntime="false"
-@@ -1301,7 +1301,7 @@
+@@ -1301,7 +1302,7 @@
             destdir="${build.dest}"
             source="${javac.source}"
             target="${javac.target}"




More information about the pkg-java-commits mailing list