You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/hamcrest-generator/files/hamcrest-1.2-no_source_in_j...

14 lines
582 B

--- build.xml 2009-09-28 06:16:14.000000000 -0500
+++ build.xml.nosrcinjar 2009-09-28 06:16:03.000000000 -0500
@@ -236,10 +236,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>