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 17:54:18 UTC

svn commit: r681095 - /james/server/trunk/include.properties

Author: bago
Date: Wed Jul 30 08:54:18 2008
New Revision: 681095

URL: http://svn.apache.org/viewvc?rev=681095&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

Modified:
    james/server/trunk/include.properties

Modified: james/server/trunk/include.properties
URL: http://svn.apache.org/viewvc/james/server/trunk/include.properties?rev=681095&r1=681094&r2=681095&view=diff
==============================================================================
--- james/server/trunk/include.properties (original)
+++ james/server/trunk/include.properties Wed Jul 30 08:54:18 2008
@@ -257,11 +257,11 @@
 jarname.base-mailet.jar=apache-james-mailet-base-1.0-SNAPSHOT.jar
 base-mailet.jar=${path.lib.james}/${jarname.base-mailet.jar}
 jarname.base-mailet.tests.jar=apache-james-mailet-base-1.0-SNAPSHOT-tests.jar
-base-mailet.jar=${path.lib.james}/${jarname.base-mailet.tests.jar}
+base-mailet.tests.jar=${path.lib.james}/${jarname.base-mailet.tests.jar}
 jarname.std-mailet.tests.jar=apache-james-standard-mailets-1.0-SNAPSHOT.jar
 std-mailet.jar=${path.lib.james}/${jarname.std-mailet.jar}
 jarname.std-mailet.test.jar=apache-james-standard-mailets-1.0-SNAPSHOT-tests.jar
-std-mailet.test.jar=${path.lib.james}/${jarname.std-mailet.tests.jar}
+std-mailet.tests.jar=${path.lib.james}/${jarname.std-mailet.tests.jar}
 jarname.commons-io.jar=commons-io-1.2.jar
 commons-io.jar=${path.lib.commonsio}/${jarname.commons-io.jar}
 



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