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 ba...@apache.org on 2008/07/30 18:57:05 UTC

svn commit: r681122 - /james/server/trunk/phoenix-deployment/build.xml

Author: bago
Date: Wed Jul 30 09:57:04 2008
New Revision: 681122

URL: http://svn.apache.org/viewvc?rev=681122&view=rev
Log:
Update ant-based build to make use of mailet's (base+standard) tests jar in the test classpath.
Updated mailet version dependency from 3.0-SNAPSHOT to 2.4-SNAPSHOT (5th attempt.. phoenix-deployment declare its own dependencies..)

Modified:
    james/server/trunk/phoenix-deployment/build.xml

Modified: james/server/trunk/phoenix-deployment/build.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/build.xml?rev=681122&r1=681121&r2=681122&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/build.xml (original)
+++ james/server/trunk/phoenix-deployment/build.xml Wed Jul 30 09:57:04 2008
@@ -927,6 +927,8 @@
                 <include name="${concurrent.jar}"/>
                 <include name='${derby.jar}'/>
                 <include name='${commons-beanutils.jar}'/>
+                <include name='${base-mailet.tests.jar}'/>
+                <include name='${std-mailet.tests.jar}'/>
             </fileset>
             <fileset dir="${lib.dir}/${path.lib.james}">
                   <include name="${jars-prefix}*-api-test-${version}.jar" />



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