You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/09/18 22:37:01 UTC

svn commit: r696792 - /james/mailet/crypto/trunk/build.xml

Author: rdonkin
Date: Thu Sep 18 13:37:00 2008
New Revision: 696792

URL: http://svn.apache.org/viewvc?rev=696792&view=rev
Log:
I see no need to distribute tests with this product.

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

Modified: james/mailet/crypto/trunk/build.xml
URL: http://svn.apache.org/viewvc/james/mailet/crypto/trunk/build.xml?rev=696792&r1=696791&r2=696792&view=diff
==============================================================================
--- james/mailet/crypto/trunk/build.xml (original)
+++ james/mailet/crypto/trunk/build.xml Thu Sep 18 13:37:00 2008
@@ -183,15 +183,6 @@
         jars='${build.lib}/${project}-${name}-${version}.jar' 
         output='${build.lib}/${project}-${name}-${version}.jar' 
         definitions="." />
-
-      <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/**"/>
-          <include name="META-INF/**"/> 
-      </jar>
-
     </target>
 
     <!--



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org