This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxerces2-java.
commit 8525034098af167021877913e5b4b08c7020e61e Author: Damien Raude-Morvan <[email protected]> Date: Fri Aug 26 22:16:54 2011 +0000 Still use bootclasspath --- debian/patches/03_bootclasspath.patch | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/patches/03_bootclasspath.patch b/debian/patches/03_bootclasspath.patch index 49d97b4..d22d2a0 100644 --- a/debian/patches/03_bootclasspath.patch +++ b/debian/patches/03_bootclasspath.patch @@ -2,7 +2,7 @@ Index: b/build.xml =================================================================== --- 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 @@ Index: b/build.xml 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 @@ Index: b/build.xml 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}" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxerces2-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

