SOURCES: java-xom-jaxen-build.patch (NEW) - buildfix
pawelz
pawelz at pld-linux.org
Sat Feb 7 00:45:27 CET 2009
Author: pawelz Date: Fri Feb 6 23:45:27 2009 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- buildfix
---- Files affected:
SOURCES:
java-xom-jaxen-build.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/java-xom-jaxen-build.patch
diff -u /dev/null SOURCES/java-xom-jaxen-build.patch:1.1
--- /dev/null Sat Feb 7 00:45:27 2009
+++ SOURCES/java-xom-jaxen-build.patch Sat Feb 7 00:45:21 2009
@@ -0,0 +1,25 @@
+--- XOM.orig/build.xml 2005-11-29 23:34:18.000000000 +0100
++++ XOM/build.xml 2009-02-07 00:11:49.000000000 +0100
+@@ -698,7 +698,7 @@
+ </jar>
+ </target>
+
+- <target name="compile-jaxen" description="Compile Jaxen" depends="get-jaxen">
++ <target name="compile-jaxen" description="Compile Jaxen">
+ <javac srcdir="${build.dir}/jaxen/src/java/main"
+ destdir="${build.dir}/jaxen-classes"
+ debug="${debug}"
+@@ -727,13 +727,6 @@
+ </javac>
+ </target>
+
+- <target name="get-jaxen" description="Download Jaxen source code" depends="prepare">
+- <cvs cvsRoot=":pserver:anonymous at cvs.jaxen.codehaus.org:/home/projects/jaxen/scm"
+- package="jaxen"
+- dest="${build.dir}"
+- />
+- </target>
+-
+ <target name="debug" depends="init" description="Print various Ant properties">
+ <echoproperties/>
+ <java classname="org.apache.xalan.Version" fork="yes">
================================================================
More information about the pld-cvs-commit
mailing list