Author: eric
Date: Wed Oct 20 10:44:30 2010
New Revision: 1025482

URL: http://svn.apache.org/viewvc?rev=1025482&view=rev
Log:
Rename spoolmanager to core-function and migrate spool-api to core-api 
(JAMES-1071)

Added:
    
james/server/trunk/core-api/src/main/java/org/apache/james/services/SpoolManager.java
      - copied unchanged from r1024562, 
james/server/trunk/spool-api/src/main/java/org/apache/james/services/SpoolManager.java
    james/server/trunk/core-function/
      - copied from r1024562, james/server/trunk/spoolmanager/
Removed:
    james/server/trunk/spool-api/
    james/server/trunk/spoolmanager/
Modified:
    james/server/trunk/core-function/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/core-function/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/core-function/pom.xml?rev=1025482&r1=1024562&r2=1025482&view=diff
==============================================================================
--- james/server/trunk/core-function/pom.xml (original)
+++ james/server/trunk/core-function/pom.xml Wed Oct 20 10:44:30 2010
@@ -25,8 +25,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
-  <artifactId>james-server-spoolmanager</artifactId>
-  <name>Apache James Server SpoolManager</name>
+  <artifactId>james-server-core-function</artifactId>
+  <name>Apache James Server Core Function</name>
   <dependencies>
      <dependency>
       <groupId>org.apache.james</groupId>
@@ -34,10 +34,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-spool-api</artifactId>
-    </dependency>  
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-server-core-api</artifactId>
     </dependency>
     <dependency>

Modified: james/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1025482&r1=1025481&r2=1025482&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Oct 20 10:44:30 2010
@@ -55,8 +55,7 @@
     <module>smtpserver</module>
     <module>lmtpserver</module>
     <module>pop3server</module>
-    <module>spool-api</module>
-    <module>spoolmanager</module>
+    <module>core-function</module>
     <module>mailetcontainer-api</module>
     <module>mailetcontainer-library</module>
     <module>mailetcontainer-camel</module>
@@ -506,11 +505,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-spool-api</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-library</artifactId>
       <version>${project.version}</version>
     </dependency>
@@ -583,7 +577,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-spoolmanager</artifactId>
+      <artifactId>james-server-core-function</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=1025482&r1=1025481&r2=1025482&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Wed Oct 20 10:44:30 2010
@@ -508,11 +508,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-spool-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-spoolmanager</artifactId>
+      <artifactId>james-server-core-function</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to