Author: sebb
Date: Tue Sep 22 15:03:33 2009
New Revision: 817687
URL: http://svn.apache.org/viewvc?rev=817687&view=rev
Log:
Prevent class files from being added twice
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=817687&r1=817686&r2=817687&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Tue Sep 22 15:03:33 2009
@@ -878,7 +878,6 @@
</jar>
<!-- Build junit/test.jar sample -->
<jar jarfile="${lib.dir}/junit/test.jar"
manifest="${build.dir}/MANIFEST_BIN.MF">
- <fileset dir="${build.junit}" includes="**/*.class" />
<fileset dir="${build.junit}" excludes="org/**/*" />
<fileset dir="${src.junit}" excludes="org/**/*" />
<metainf dir="." includes="LICENSE,NOTICE"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]