Author: bago
Date: Tue Jan 18 12:51:07 2011
New Revision: 1060354

URL: http://svn.apache.org/viewvc?rev=1060354&view=rev
Log:
modules consolidation (JAMES-1184)

Modified:
    james/server/trunk/data-library/pom.xml
    james/server/trunk/file/pom.xml
    james/server/trunk/jdbc/pom.xml
    james/server/trunk/pom.xml

Modified: james/server/trunk/data-library/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/data-library/pom.xml?rev=1060354&r1=1060353&r2=1060354&view=diff
==============================================================================
--- james/server/trunk/data-library/pom.xml (original)
+++ james/server/trunk/data-library/pom.xml Tue Jan 18 12:51:07 2011
@@ -42,6 +42,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-repository-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>james-server-domainlist-api</artifactId>
     </dependency>
     <dependency>

Modified: james/server/trunk/file/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/file/pom.xml?rev=1060354&r1=1060353&r2=1060354&view=diff
==============================================================================
--- james/server/trunk/file/pom.xml (original)
+++ james/server/trunk/file/pom.xml Tue Jan 18 12:51:07 2011
@@ -43,10 +43,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-repository-file</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-api</artifactId>
     </dependency>
     <dependency>

Modified: james/server/trunk/jdbc/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/jdbc/pom.xml?rev=1060354&r1=1060353&r2=1060354&view=diff
==============================================================================
--- james/server/trunk/jdbc/pom.xml (original)
+++ james/server/trunk/jdbc/pom.xml Tue Jan 18 12:51:07 2011
@@ -47,10 +47,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>james-server-repository-file</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
       <artifactId>james-server-mail-api</artifactId>
     </dependency>
     <dependency>

Modified: james/server/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=1060354&r1=1060353&r2=1060354&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Tue Jan 18 12:51:07 2011
@@ -59,7 +59,6 @@
     <module>osgi</module>
     <module>pop3server</module>
     <module>repository-api</module>
-    <module>repository-file</module>
     <module>smtpserver</module>
     <module>queue-api</module>
     <module>queue-jms</module>
@@ -292,11 +291,6 @@
       <artifactId>james-server-repository-api</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-repository-file</artifactId>
-      <version>${project.version}</version>
-    </dependency>
     
     <dependency>
       <groupId>org.apache.james</groupId>



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

Reply via email to