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 no...@apache.org on 2010/03/05 10:42:30 UTC

svn commit: r919352 - in /james/server/trunk: experimental-activemq/ pom.xml spring-deployment/pom.xml spring-deployment/src/main/config/james/jms.xml

Author: norman
Date: Fri Mar  5 09:42:29 2010
New Revision: 919352

URL: http://svn.apache.org/viewvc?rev=919352&view=rev
Log:
remove experimental-activemq module. We use camel for JMS now

Removed:
    james/server/trunk/experimental-activemq/
    james/server/trunk/spring-deployment/src/main/config/james/jms.xml
Modified:
    james/server/trunk/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=919352&r1=919351&r2=919352&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Mar  5 09:42:29 2010
@@ -51,7 +51,6 @@
     <module>remotemanager</module>
     <module>mailets</module>
     <module>fetchmail</module>
-    <module>experimental-activemq</module>
     <module>jcr-store</module>
     <module>jpa-store</module>
     <module>spring-deployment</module>
@@ -507,11 +506,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-experimental-activemq</artifactId>
-      <version>3.0-M1</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>apache-james-imap-seda</artifactId>
       <version>0.1-M2-SNAPSHOT</version>
       <exclusions>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=919352&r1=919351&r2=919352&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Fri Mar  5 09:42:29 2010
@@ -344,11 +344,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-experimental-activemq</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-server-jcr-store</artifactId>
       <scope>runtime</scope>
     </dependency>



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