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/08/01 09:54:03 UTC

svn commit: r681622 - in /james/server/trunk: phoenix-deployment/src/test/org/apache/james/remotemanager/ remotemanager-function/ remotemanager-function/src/test/java/org/ remotemanager-function/src/test/java/org/apache/ remotemanager-function/src/test...

Author: bago
Date: Fri Aug  1 00:54:02 2008
New Revision: 681622

URL: http://svn.apache.org/viewvc?rev=681622&view=rev
Log:
Move remotemanager tests to remotemanager-function

Added:
    james/server/trunk/remotemanager-function/src/test/java/org/
    james/server/trunk/remotemanager-function/src/test/java/org/apache/
    james/server/trunk/remotemanager-function/src/test/java/org/apache/james/
    james/server/trunk/remotemanager-function/src/test/java/org/apache/james/remotemanager/
      - copied from r681554, james/server/trunk/phoenix-deployment/src/test/org/apache/james/remotemanager/
Removed:
    james/server/trunk/phoenix-deployment/src/test/org/apache/james/remotemanager/
Modified:
    james/server/trunk/remotemanager-function/pom.xml

Modified: james/server/trunk/remotemanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/remotemanager-function/pom.xml?rev=681622&r1=681621&r2=681622&view=diff
==============================================================================
--- james/server/trunk/remotemanager-function/pom.xml (original)
+++ james/server/trunk/remotemanager-function/pom.xml Fri Aug  1 00:54:02 2008
@@ -57,5 +57,40 @@
       <groupId>org.apache.avalon.framework</groupId>
       <artifactId>avalon-framework-api</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-user-library</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.excalibur.components</groupId>
+      <artifactId>excalibur-thread-impl</artifactId>
+      <version>2.2.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.avalon.cornerstone.sockets</groupId>
+      <artifactId>cornerstone-sockets-impl</artifactId>
+      <version>2.2.2</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-net</groupId>
+      <artifactId>commons-net</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file



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