SOURCES: hamcrest-nosrc.patch (NEW) - don't include sources in jars
qboosh
qboosh at pld-linux.org
Sun Sep 9 11:27:47 CEST 2007
Author: qboosh Date: Sun Sep 9 09:27:47 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't include sources in jars
---- Files affected:
SOURCES:
hamcrest-nosrc.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/hamcrest-nosrc.patch
diff -u /dev/null SOURCES/hamcrest-nosrc.patch:1.1
--- /dev/null Sun Sep 9 11:27:47 2007
+++ SOURCES/hamcrest-nosrc.patch Sun Sep 9 11:27:42 2007
@@ -0,0 +1,13 @@
+--- hamcrest-1.1/build.xml.orig 2007-06-30 15:03:43.000000000 +0200
++++ hamcrest-1.1/build.xml 2007-09-09 10:34:00.195647224 +0200
+@@ -251,10 +251,6 @@
+ </classpath>
+ </javac>
+ <copy file="LICENSE.txt" todir="build/temp/@{destjar}.contents"/>
+- <!-- Put Java source in Jars for user's convenience. -->
+- <copy todir="build/temp/@{destjar}.contents">
+- <fileset dir="@{srcdir}"/>
+- </copy>
+ <jar jarfile="@{destjar}">
+ <fileset dir="build/temp/@{destjar}.contents"/>
+ </jar>
================================================================
More information about the pld-cvs-commit
mailing list