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 2010/09/09 10:53:09 UTC

svn commit: r995351 - in /james/server/trunk: imapserver/pom.xml mailets/pom.xml pop3server/pom.xml spoolmanager/pom.xml spring-deployment/pom.xml

Author: eric
Date: Thu Sep  9 08:53:09 2010
New Revision: 995351

URL: http://svn.apache.org/viewvc?rev=995351&view=rev
Log:
Take new mailbox projects in server pom.xml (IMAP-208)

Modified:
    james/server/trunk/imapserver/pom.xml
    james/server/trunk/mailets/pom.xml
    james/server/trunk/pop3server/pom.xml
    james/server/trunk/spoolmanager/pom.xml
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/imapserver/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver/pom.xml?rev=995351&r1=995350&r2=995351&view=diff
==============================================================================
--- james/server/trunk/imapserver/pom.xml (original)
+++ james/server/trunk/imapserver/pom.xml Thu Sep  9 08:53:09 2010
@@ -54,11 +54,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-mailbox</artifactId>
+      <artifactId>apache-james-mailbox-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-store</artifactId>
+      <artifactId>apache-james-mailbox-store</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=995351&r1=995350&r2=995351&view=diff
==============================================================================
--- james/server/trunk/mailets/pom.xml (original)
+++ james/server/trunk/mailets/pom.xml Thu Sep  9 08:53:09 2010
@@ -112,7 +112,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-mailbox</artifactId>
+      <artifactId>apache-james-mailbox-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/server/trunk/pop3server/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pop3server/pom.xml?rev=995351&r1=995350&r2=995351&view=diff
==============================================================================
--- james/server/trunk/pop3server/pom.xml (original)
+++ james/server/trunk/pop3server/pom.xml Thu Sep  9 08:53:09 2010
@@ -58,11 +58,11 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-mailbox</artifactId>
+      <artifactId>apache-james-mailbox-api</artifactId>
     </dependency> 
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-store</artifactId>
+      <artifactId>apache-james-mailbox-store</artifactId>
     </dependency> 
     <dependency>
       <groupId>commons-logging</groupId>
@@ -115,7 +115,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-memory</artifactId>
+      <artifactId>apache-james-mailbox-memory</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: james/server/trunk/spoolmanager/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spoolmanager/pom.xml?rev=995351&r1=995350&r2=995351&view=diff
==============================================================================
--- james/server/trunk/spoolmanager/pom.xml (original)
+++ james/server/trunk/spoolmanager/pom.xml Thu Sep  9 08:53:09 2010
@@ -66,7 +66,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-mailbox</artifactId>
+      <artifactId>apache-james-mailbox-api</artifactId>
     </dependency>
   
     <dependency>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=995351&r1=995350&r2=995351&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Thu Sep  9 08:53:09 2010
@@ -504,12 +504,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-jpa</artifactId>
+      <artifactId>apache-james-mailbox-jpa</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
-      <artifactId>apache-james-imap-jcr</artifactId>
+      <artifactId>apache-james-mailbox-jcr</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