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 20:45:55 UTC

svn commit: r681171 - in /james/server/trunk: core-library/src/test/java/org/apache/james/services/ mailet-function/ mailets-function/ mailets-function/src/test/java/org/apache/james/transport/matchers/ phoenix-deployment/src/test/org/apache/james/serv...

Author: bago
Date: Wed Jul 30 11:45:54 2008
New Revision: 681171

URL: http://svn.apache.org/viewvc?rev=681171&view=rev
Log:
Move some mailet tests to the mailets-function module. Required movement of 2 test classes to core-library tests, too.

Added:
    james/server/trunk/core-library/src/test/java/org/apache/james/services/
      - copied from r679292, james/server/trunk/phoenix-deployment/src/test/org/apache/james/services/
    james/server/trunk/mailets-function/src/test/java/org/apache/james/transport/matchers/
      - copied from r681068, james/server/trunk/phoenix-deployment/src/test/org/apache/james/transport/matchers/
Removed:
    james/server/trunk/mailet-function/
    james/server/trunk/phoenix-deployment/src/test/org/apache/james/services/
    james/server/trunk/phoenix-deployment/src/test/org/apache/james/transport/matchers/
Modified:
    james/server/trunk/mailets-function/pom.xml

Modified: james/server/trunk/mailets-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets-function/pom.xml?rev=681171&r1=681170&r2=681171&view=diff
==============================================================================
--- james/server/trunk/mailets-function/pom.xml (original)
+++ james/server/trunk/mailets-function/pom.xml Wed Jul 30 11:45:54 2008
@@ -116,5 +116,11 @@
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>standard-mailets</artifactId>
+      <classifier>tests</classifier>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>



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