Author: sebb
Date: Wed Feb 17 03:17:03 2010
New Revision: 910810
URL: http://svn.apache.org/viewvc?rev=910810&view=rev
Log:
Save provider file in jar
Modified:
jakarta/jmeter/trunk/build.xml
Modified: jakarta/jmeter/trunk/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.xml?rev=910810&r1=910809&r2=910810&view=diff
==============================================================================
--- jakarta/jmeter/trunk/build.xml (original)
+++ jakarta/jmeter/trunk/build.xml Wed Feb 17 03:17:03 2010
@@ -906,6 +906,7 @@
<jar jarfile="${dest.jar}/ApacheJMeter_mail.jar"
manifest="${build.dir}/MANIFEST_BIN.MF">
<fileset dir="${build.mail}" includes="**/*.class" />
<fileset dir="${src.mail}" includes="**/*.properties" />
+ <fileset dir="${src.mail}" includes="**/*.providers" />
<metainf dir="." includes="LICENSE,NOTICE"/>
</jar>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]