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/10/17 19:59:53 UTC

svn commit: r1023539 - in /james/server/trunk: mailetcontainer-camel/pom.xml mailetcontainer-library/pom.xml pom.xml spring-deployment/pom.xml

Author: norman
Date: Sun Oct 17 17:59:53 2010
New Revision: 1023539

URL: http://svn.apache.org/viewvc?rev=1023539&view=rev
Log:
Rename mailetcontainer-impl to mailetcontainer-library (JAMES-1068)

Modified:
    james/server/trunk/mailetcontainer-camel/pom.xml
    james/server/trunk/mailetcontainer-library/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/mailetcontainer-camel/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-camel/pom.xml?rev=1023539&r1=1023538&r2=1023539&view=diff
==============================================================================
--- james/server/trunk/mailetcontainer-camel/pom.xml (original)
+++ james/server/trunk/mailetcontainer-camel/pom.xml Sun Oct 17 17:59:53 2010
@@ -34,7 +34,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mailetcontainer-impl</artifactId>
+      <artifactId>james-server-mailetcontainer-library</artifactId>
     </dependency>    
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/mailetcontainer-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailetcontainer-library/pom.xml?rev=1023539&r1=1023538&r2=1023539&view=diff
==============================================================================
--- james/server/trunk/mailetcontainer-library/pom.xml (original)
+++ james/server/trunk/mailetcontainer-library/pom.xml Sun Oct 17 17:59:53 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-mailetcontainer-impl</artifactId>
-  <name>Apache James Server Mailetcontainer implementation</name>
+  <artifactId>james-server-mailetcontainer-library</artifactId>
+  <name>Apache James Server Mailetcontainer library</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1023539&r1=1023538&r2=1023539&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Sun Oct 17 17:59:53 2010
@@ -59,7 +59,7 @@
     <module>spool-api</module>
     <module>spoolmanager</module>
     <module>mailetcontainer-api</module>
-    <module>mailetcontainer-impl</module>
+    <module>mailetcontainer-library</module>
     <module>mailetcontainer-camel</module>
     <module>remotemanager</module>
     <module>mailets</module>
@@ -360,7 +360,7 @@
 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mailetcontainer-impl</artifactId>
+      <artifactId>james-server-mailetcontainer-library</artifactId>
       <version>${project.version}</version>
     </dependency>
     

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=1023539&r1=1023538&r2=1023539&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Sun Oct 17 17:59:53 2010
@@ -408,7 +408,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-mailetcontainer-impl</artifactId>
+      <artifactId>james-server-mailetcontainer-library</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>



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