You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mailet-api@james.apache.org by ba...@apache.org on 2008/08/04 17:01:46 UTC

svn commit: r682416 - /james/mailet/api/trunk/build.xml

Author: bago
Date: Mon Aug  4 08:01:46 2008
New Revision: 682416

URL: http://svn.apache.org/viewvc?rev=682416&view=rev
Log:
Updated the ant build to support new tests moved from server's code (according to MAILET-13)

Modified:
    james/mailet/api/trunk/build.xml

Modified: james/mailet/api/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/api/trunk/build.xml?rev=682416&r1=682415&r2=682416&view=diff
==============================================================================
--- james/mailet/api/trunk/build.xml (original)
+++ james/mailet/api/trunk/build.xml Mon Aug  4 08:01:46 2008
@@ -254,6 +254,13 @@
           </manifest>
       </jar>
 
+      <echo message="Making Mailet Test Jar (${name}-${version}-tests.jar)"/>
+      <jar 
+            jarfile="${build.lib}/${name}-${version}-tests.jar" 
+            basedir="${test.classes}">
+          <include name="org/apache/mailet/**"/>
+          <include name="META-INF/**"/> 
+      </jar>
 
     </target>