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 er...@apache.org on 2012/01/20 10:39:20 UTC

svn commit: r1233832 - in /james/server/trunk: ./ container-spring/ data-file/ data-hbase/ data-jcr/ data-jdbc/ data-jpa/ data-ldap/ data-library/ filesystem-api/ lifecycle-spring/ mailbox-adapter/ mailets/ pop3server/ protocols-library/ queue-activemq...

Author: eric
Date: Fri Jan 20 09:39:19 2012
New Revision: 1233832

URL: http://svn.apache.org/viewvc?rev=1233832&view=rev
Log:
Update server pom for new data-* modules (JAMES-1362)

Modified:
    james/server/trunk/container-spring/pom.xml
    james/server/trunk/data-file/pom.xml
    james/server/trunk/data-hbase/pom.xml
    james/server/trunk/data-jcr/pom.xml
    james/server/trunk/data-jdbc/pom.xml
    james/server/trunk/data-jpa/pom.xml
    james/server/trunk/data-ldap/pom.xml
    james/server/trunk/data-library/pom.xml
    james/server/trunk/filesystem-api/pom.xml
    james/server/trunk/lifecycle-spring/pom.xml
    james/server/trunk/mailbox-adapter/pom.xml
    james/server/trunk/mailets/pom.xml
    james/server/trunk/pom.xml
    james/server/trunk/pop3server/pom.xml
    james/server/trunk/protocols-library/pom.xml
    james/server/trunk/queue-activemq/pom.xml
    james/server/trunk/queue-file/pom.xml
    james/server/trunk/smtpserver/pom.xml

Modified: james/server/trunk/container-spring/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/container-spring/pom.xml (original)
+++ james/server/trunk/container-spring/pom.xml Fri Jan 20 09:39:19 2012
@@ -66,7 +66,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>

Modified: james/server/trunk/data-file/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-file/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/data-file/pom.xml (original)
+++ james/server/trunk/data-file/pom.xml Fri Jan 20 09:39:19 2012
@@ -31,7 +31,7 @@
     </parent>
 
     <groupId>org.apache.james</groupId>
-    <artifactId>james-server-file</artifactId>
+    <artifactId>james-server-data-file</artifactId>
 
     <name>Apache James Server File Data Persistence</name>
 
@@ -52,7 +52,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
@@ -109,7 +109,7 @@
         -->
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>

Modified: james/server/trunk/data-hbase/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-hbase/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/data-hbase/pom.xml (original)
+++ james/server/trunk/data-hbase/pom.xml Fri Jan 20 09:39:19 2012
@@ -31,7 +31,7 @@
     </parent>
 
     <groupId>org.apache.james</groupId>
-    <artifactId>james-server-hbase</artifactId>
+    <artifactId>james-server-data-hbase</artifactId>
 
     <name>Apache James Server HBase Data Persistence</name>
 

Modified: james/server/trunk/data-jcr/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-jcr/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/data-jcr/pom.xml (original)
+++ james/server/trunk/data-jcr/pom.xml Fri Jan 20 09:39:19 2012
@@ -31,7 +31,7 @@
     </parent>
 
     <groupId>org.apache.james</groupId>
-    <artifactId>james-server-jcr</artifactId>
+    <artifactId>james-server-data-jcr</artifactId>
 
     <name>Apache James Server JCR Data Persistence</name>
 

Modified: james/server/trunk/data-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-jdbc/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/data-jdbc/pom.xml (original)
+++ james/server/trunk/data-jdbc/pom.xml Fri Jan 20 09:39:19 2012
@@ -31,7 +31,7 @@
     </parent>
 
     <groupId>org.apache.james</groupId>
-    <artifactId>james-server-jdbc</artifactId>
+    <artifactId>james-server-data-jdbc</artifactId>
 
     <name>Apache James Server JDBC Data Persistence</name>
 
@@ -57,7 +57,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
@@ -118,7 +118,7 @@
 
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>

Modified: james/server/trunk/data-jpa/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-jpa/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/data-jpa/pom.xml (original)
+++ james/server/trunk/data-jpa/pom.xml Fri Jan 20 09:39:19 2012
@@ -31,7 +31,7 @@
     </parent>
 
     <groupId>org.apache.james</groupId>
-    <artifactId>james-server-jpa</artifactId>
+    <artifactId>james-server-data-jpa</artifactId>
 
     <name>Apache James Server JPA Data Persistence</name>
 

Modified: james/server/trunk/data-ldap/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-ldap/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/data-ldap/pom.xml (original)
+++ james/server/trunk/data-ldap/pom.xml Fri Jan 20 09:39:19 2012
@@ -31,7 +31,7 @@
     </parent>
 
     <groupId>org.apache.james</groupId>
-    <artifactId>james-server-ldap</artifactId>
+    <artifactId>james-server-data-ldap</artifactId>
 
     <name>Apache James Server LDAP Data Implementation</name>
 

Modified: james/server/trunk/data-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-library/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/data-library/pom.xml (original)
+++ james/server/trunk/data-library/pom.xml Fri Jan 20 09:39:19 2012
@@ -60,7 +60,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>

Modified: james/server/trunk/filesystem-api/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/filesystem-api/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/filesystem-api/pom.xml (original)
+++ james/server/trunk/filesystem-api/pom.xml Fri Jan 20 09:39:19 2012
@@ -31,7 +31,7 @@
     </parent>
 
     <groupId>org.apache.james</groupId>
-    <artifactId>james-server-filesystem-api</artifactId>
+    <artifactId>james-server-data-filesystem-api</artifactId>
 
     <name>Apache James Server Filesystem API</name>
 

Modified: james/server/trunk/lifecycle-spring/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/lifecycle-spring/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/lifecycle-spring/pom.xml (original)
+++ james/server/trunk/lifecycle-spring/pom.xml Fri Jan 20 09:39:19 2012
@@ -53,7 +53,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>

Modified: james/server/trunk/mailbox-adapter/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailbox-adapter/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/mailbox-adapter/pom.xml (original)
+++ james/server/trunk/mailbox-adapter/pom.xml Fri Jan 20 09:39:19 2012
@@ -46,7 +46,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>

Modified: james/server/trunk/mailets/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Fri Jan 20 09:39:19 2012
@@ -65,7 +65,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Fri Jan 20 09:39:19 2012
@@ -54,11 +54,12 @@
         <module>lmtpserver</module>
         <module>data-api</module>
         <module>data-library</module>
-        <module>hbase</module>
-        <module>jpa</module>
-        <module>jcr</module>
-        <module>jdbc</module>
-        <module>file</module>
+        <module>data-hbase</module>
+        <module>data-jpa</module>
+        <module>data-jcr</module>
+        <module>data-jdbc</module>
+        <module>data-file</module>
+        <module>data-ldap</module>
         <module>lifecycle-api</module>
         <module>lifecycle-spring</module>
         <module>mailbox-adapter</module>
@@ -72,7 +73,6 @@
         <module>queue-file</module>
         <module>queue-jms</module>
         <module>queue-activemq</module>
-        <module>ldap</module>
         <module>util</module>
         <module>cli</module>
     </modules>
@@ -160,12 +160,12 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>james-server-filesystem-api</artifactId>
+                <artifactId>james-server-data-filesystem-api</artifactId>
                 <version>${james.server.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>james-server-filesystem-api</artifactId>
+                <artifactId>james-server-data-filesystem-api</artifactId>
                 <type>test-jar</type>
                 <scope>test</scope>
                 <version>${james.server.version}</version>
@@ -360,27 +360,27 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>james-server-jpa</artifactId>
+                <artifactId>james-server-data-jpa</artifactId>
                 <version>${james.server.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>james-server-hbase</artifactId>
+                <artifactId>james-server-data-hbase</artifactId>
                 <version>${james.server.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>james-server-file</artifactId>
+                <artifactId>james-server-data-file</artifactId>
                 <version>${james.server.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>james-server-jdbc</artifactId>
+                <artifactId>james-server-data-jdbc</artifactId>
                 <version>${james.server.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>james-server-jcr</artifactId>
+                <artifactId>james-server-data-jcr</artifactId>
                 <version>${james.server.version}</version>
             </dependency>
             <dependency>
@@ -448,7 +448,7 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.james</groupId>
-                <artifactId>james-server-ldap</artifactId>
+                <artifactId>james-server-data-ldap</artifactId>
                 <version>${james.server.version}</version>
             </dependency>
             <dependency>

Modified: james/server/trunk/pop3server/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/pop3server/pom.xml (original)
+++ james/server/trunk/pop3server/pom.xml Fri Jan 20 09:39:19 2012
@@ -84,7 +84,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
@@ -128,7 +128,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>

Modified: james/server/trunk/protocols-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/protocols-library/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/protocols-library/pom.xml (original)
+++ james/server/trunk/protocols-library/pom.xml Fri Jan 20 09:39:19 2012
@@ -52,7 +52,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
 
         <dependency>

Modified: james/server/trunk/queue-activemq/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/queue-activemq/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/queue-activemq/pom.xml (original)
+++ james/server/trunk/queue-activemq/pom.xml Fri Jan 20 09:39:19 2012
@@ -71,7 +71,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>

Modified: james/server/trunk/queue-file/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/queue-file/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/queue-file/pom.xml (original)
+++ james/server/trunk/queue-file/pom.xml Fri Jan 20 09:39:19 2012
@@ -56,7 +56,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>

Modified: james/server/trunk/smtpserver/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/smtpserver/pom.xml?rev=1233832&r1=1233831&r2=1233832&view=diff
==============================================================================
--- james/server/trunk/smtpserver/pom.xml (original)
+++ james/server/trunk/smtpserver/pom.xml Fri Jan 20 09:39:19 2012
@@ -60,7 +60,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
@@ -188,7 +188,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.james</groupId>
-            <artifactId>james-server-filesystem-api</artifactId>
+            <artifactId>james-server-data-filesystem-api</artifactId>
             <scope>test</scope>
             <type>test-jar</type>
         </dependency>



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