You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2009/09/22 17:03:34 UTC

svn commit: r817687 - /jakarta/jmeter/trunk/build.xml

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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org