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/21 17:31:13 UTC

svn commit: r999465 - in /james/imap/trunk: ./ api/ file/ file/src/ file/src/main/ file/src/main/java/ file/src/main/java/org/ file/src/main/java/org/apache/ file/src/main/java/org/apache/james/ file/src/main/java/org/apache/james/mailrepository/ file/...

Author: eric
Date: Tue Sep 21 15:31:11 2010
New Revision: 999465

URL: http://svn.apache.org/viewvc?rev=999465&view=rev
Log:
Move 2.3 mail persistence classes to mail/spool projects (JAMES-1048)

Added:
    james/imap/trunk/file/   (with props)
    james/imap/trunk/file/pom.xml
    james/imap/trunk/file/src/
    james/imap/trunk/file/src/main/
    james/imap/trunk/file/src/main/java/
    james/imap/trunk/file/src/main/java/org/
    james/imap/trunk/file/src/main/java/org/apache/
    james/imap/trunk/file/src/main/java/org/apache/james/
    james/imap/trunk/file/src/main/java/org/apache/james/mailrepository/
    james/imap/trunk/file/src/main/java/org/apache/james/mailrepository/FileMailRepository.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/main/java/org/apache/james/mailrepository/FileMailRepository.java
    james/imap/trunk/file/src/main/java/org/apache/james/mailrepository/MBoxMailRepository.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/main/java/org/apache/james/mailrepository/MBoxMailRepository.java
    james/imap/trunk/file/src/main/java/org/apache/james/mailrepository/MimeMessageAvalonSource.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/main/java/org/apache/james/mailrepository/MimeMessageAvalonSource.java
    james/imap/trunk/file/src/test/
    james/imap/trunk/file/src/test/java/
    james/imap/trunk/file/src/test/java/org/
    james/imap/trunk/file/src/test/java/org/apache/
    james/imap/trunk/file/src/test/java/org/apache/james/
    james/imap/trunk/file/src/test/java/org/apache/james/mailrepository/
    james/imap/trunk/file/src/test/java/org/apache/james/mailrepository/FileMailRepositoryTest.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/test/java/org/apache/james/mailrepository/FileMailRepositoryTest.java
    james/imap/trunk/file/src/test/java/org/apache/james/mailrepository/MBoxMailRepositoryTest.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/test/java/org/apache/james/mailrepository/MBoxMailRepositoryTest.java
    james/imap/trunk/file/src/test/resources/
      - copied from r999288, james/server/trunk/core-function/src/test/resources/
    james/imap/trunk/jcr/src/main/java/org/apache/james/mailrepository/
    james/imap/trunk/jcr/src/main/java/org/apache/james/mailrepository/JCRMailRepository.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/main/java/org/apache/james/mailrepository/JCRMailRepository.java
    james/imap/trunk/jcr/src/main/resources/org/apache/james/mailbox/jcr/james.cnd
      - copied unchanged from r999288, james/server/trunk/core-function/src/main/resources/org/apache/james/jcr/james.cnd
    james/imap/trunk/jdbc/   (with props)
    james/imap/trunk/jdbc/pom.xml
    james/imap/trunk/jdbc/src/
    james/imap/trunk/jdbc/src/main/
    james/imap/trunk/jdbc/src/main/java/
    james/imap/trunk/jdbc/src/main/java/org/
    james/imap/trunk/jdbc/src/main/java/org/apache/
    james/imap/trunk/jdbc/src/main/java/org/apache/james/
    james/imap/trunk/jdbc/src/main/java/org/apache/james/mailrepository/
    james/imap/trunk/jdbc/src/main/java/org/apache/james/mailrepository/JDBCMailRepository.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/main/java/org/apache/james/mailrepository/JDBCMailRepository.java
    james/imap/trunk/jdbc/src/main/java/org/apache/james/mailrepository/MessageInputStream.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/main/java/org/apache/james/mailrepository/MessageInputStream.java
    james/imap/trunk/jdbc/src/main/java/org/apache/james/mailrepository/MimeMessageJDBCSource.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/main/java/org/apache/james/mailrepository/MimeMessageJDBCSource.java
    james/imap/trunk/jdbc/src/test/
    james/imap/trunk/jdbc/src/test/java/
    james/imap/trunk/jdbc/src/test/java/org/
    james/imap/trunk/jdbc/src/test/java/org/apache/
    james/imap/trunk/jdbc/src/test/java/org/apache/james/
    james/imap/trunk/jdbc/src/test/java/org/apache/james/mailrepository/
    james/imap/trunk/jdbc/src/test/java/org/apache/james/mailrepository/JDBCDBFileMailRepositoryTest.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/test/java/org/apache/james/mailrepository/JDBCDBFileMailRepositoryTest.java
    james/imap/trunk/jdbc/src/test/java/org/apache/james/mailrepository/JDBCMailRepositoryTest.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/test/java/org/apache/james/mailrepository/JDBCMailRepositoryTest.java
    james/imap/trunk/jdbc/src/test/resources/
    james/imap/trunk/jdbc/src/test/resources/sqlResources.xml
      - copied unchanged from r999288, james/server/trunk/core-function/src/test/resources/sqlResources.xml
    james/imap/trunk/mailbox/src/main/java/org/apache/james/services/
    james/imap/trunk/mailbox/src/main/java/org/apache/james/services/MailRepository.java
      - copied unchanged from r999288, james/server/trunk/core-api/src/main/java/org/apache/james/services/MailRepository.java
    james/imap/trunk/store/src/main/java/org/apache/james/container/
    james/imap/trunk/store/src/main/java/org/apache/james/container/spring/
    james/imap/trunk/store/src/main/java/org/apache/james/container/spring/AbstractMailStore.java
      - copied unchanged from r999288, james/server/trunk/spring-common/src/main/java/org/apache/james/container/spring/AbstractMailStore.java
    james/imap/trunk/store/src/main/java/org/apache/james/mailrepository/
    james/imap/trunk/store/src/main/java/org/apache/james/mailrepository/AbstractMailRepository.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/main/java/org/apache/james/mailrepository/AbstractMailRepository.java
    james/imap/trunk/store/src/test/java/org/apache/james/mailrepository/
    james/imap/trunk/store/src/test/java/org/apache/james/mailrepository/AbstractMailRepositoryTest.java
      - copied unchanged from r999288, james/server/trunk/core-function/src/test/java/org/apache/james/mailrepository/AbstractMailRepositoryTest.java
Removed:
    james/imap/trunk/file/src/test/resources/sqlResources.xml
Modified:
    james/imap/trunk/api/pom.xml
    james/imap/trunk/jcr/pom.xml
    james/imap/trunk/mailbox/pom.xml
    james/imap/trunk/message/pom.xml
    james/imap/trunk/parent/pom.xml
    james/imap/trunk/pom.xml
    james/imap/trunk/processor/pom.xml
    james/imap/trunk/protocol-tester/pom.xml
    james/imap/trunk/store/pom.xml
    james/imap/trunk/torque/pom.xml

Modified: james/imap/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/api/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/api/pom.xml (original)
+++ james/imap/trunk/api/pom.xml Tue Sep 21 15:31:11 2010
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-imap-api</artifactId>
-  <name>Apache JAMES IMAP Api</name>
+  <name>Apache James IMAP API</name>
   <dependencies>
     <dependency>
       <groupId>${javax.mail.groupId}</groupId>

Propchange: james/imap/trunk/file/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Sep 21 15:31:11 2010
@@ -0,0 +1,2 @@
+.*
+target

Added: james/imap/trunk/file/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/file/pom.xml?rev=999465&view=auto
==============================================================================
--- james/imap/trunk/file/pom.xml (added)
+++ james/imap/trunk/file/pom.xml Tue Sep 21 15:31:11 2010
@@ -0,0 +1,70 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>apache-james-imap-parent</artifactId>
+    <groupId>org.apache.james</groupId>
+    <version>0.2-SNAPSHOT</version>
+    <relativePath>../parent/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>apache-james-mailbox-file</artifactId>
+  <name>Apache James File Mailbox Manager</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailbox-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailbox-store</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-function</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailbox-store</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>

Modified: james/imap/trunk/jcr/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/jcr/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/jcr/pom.xml (original)
+++ james/imap/trunk/jcr/pom.xml Tue Sep 21 15:31:11 2010
@@ -38,6 +38,10 @@
       <artifactId>apache-james-mailbox-store</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+    </dependency>
+    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
     </dependency>	

Propchange: james/imap/trunk/jdbc/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Tue Sep 21 15:31:11 2010
@@ -0,0 +1,2 @@
+.*
+target

Added: james/imap/trunk/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/jdbc/pom.xml?rev=999465&view=auto
==============================================================================
--- james/imap/trunk/jdbc/pom.xml (added)
+++ james/imap/trunk/jdbc/pom.xml Tue Sep 21 15:31:11 2010
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="ISO-8859-15"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.    
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <parent>
+    <artifactId>apache-james-imap-parent</artifactId>
+    <groupId>org.apache.james</groupId>
+    <version>0.2-SNAPSHOT</version>
+    <relativePath>../parent/pom.xml</relativePath>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>apache-james-mailbox-jdbc</artifactId>
+  <name>Apache James JDBC Mailbox Manager</name>
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailbox-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailbox-store</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-function</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-james-mailbox-store</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>

Modified: james/imap/trunk/mailbox/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/mailbox/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/mailbox/pom.xml (original)
+++ james/imap/trunk/mailbox/pom.xml Tue Sep 21 15:31:11 2010
@@ -27,9 +27,13 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-mailbox-api</artifactId>
-  <name>Apache JAMES Mailbox Manager Library</name>
+  <name>Apache James Mailbox Manager API</name>
   <dependencies>
     <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>apache-mailet</artifactId>
+    </dependency>
+    <dependency>
       <groupId>${javax.mail.groupId}</groupId>
       <artifactId>${javax.mail.artifactId}</artifactId>
     </dependency>
@@ -38,6 +42,10 @@
       <artifactId>commons-logging</artifactId>
     </dependency>
     <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit-dep</artifactId>
       <scope>test</scope>

Modified: james/imap/trunk/message/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/message/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/message/pom.xml (original)
+++ james/imap/trunk/message/pom.xml Tue Sep 21 15:31:11 2010
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-imap-message</artifactId>
-  <name>Apache JAMES IMAP Message Library</name>
+  <name>Apache James IMAP Message Library</name>
   
   <profiles>
     <profile>

Modified: james/imap/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/parent/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/parent/pom.xml (original)
+++ james/imap/trunk/parent/pom.xml Tue Sep 21 15:31:11 2010
@@ -26,9 +26,9 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-imap-parent</artifactId>
-  <name>Apache JAMES Imap Parent pom</name>
+  <name>Apache James IMAP Parent pom</name>
   <version>0.2-SNAPSHOT</version>
-  <description>The Apache JAMES Imap Protocol</description>
+  <description>The Apache James Imap Protocol</description>
   <url>http://james.apache.org/imap/</url>
   <inceptionYear>2002</inceptionYear>
   <packaging>pom</packaging>
@@ -197,6 +197,13 @@
         <groupId>org.apache.james</groupId>
         <artifactId>apache-james-mailbox-store</artifactId>
         <version>${project.version}</version>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>apache-james-mailbox-store</artifactId>
+        <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.james</groupId>
@@ -248,14 +255,17 @@
       </dependency>
       <dependency>
         <groupId>org.apache.james</groupId>
-        <artifactId>apache-james-mailbox-store</artifactId>
-        <version>${project.version}</version>        
-        <type>test-jar</type>
-        <scope>test</scope>
+        <artifactId>apache-james-mailbox-maildir</artifactId>
+        <version>${project.version}</version>
       </dependency>
       <dependency>
         <groupId>org.apache.james</groupId>
-        <artifactId>apache-james-mailbox-maildir</artifactId>
+        <artifactId>apache-james-mailbox-file</artifactId>
+        <version>${project.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>apache-james-mailbox-jdbc</artifactId>
         <version>${project.version}</version>
       </dependency>
       <!--
@@ -297,6 +307,53 @@
       -->
 
       <!--
+        Start James Server
+      -->
+
+      <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-core-api</artifactId>
+        <version>${version.james-server}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-core-library</artifactId>
+        <version>${version.james-server}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-core-library</artifactId>
+        <version>${version.james-server}</version>
+        <type>test-jar</type>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-core-function</artifactId>
+        <version>${version.james-server}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>james-server-common-util</artifactId>
+        <version>${version.james-server}</version>
+      </dependency>
+
+      <!--
+        Start James Mailet
+      -->
+      <dependency>
+        <groupId>org.apache.james</groupId>
+        <artifactId>apache-mailet</artifactId>
+        <version>2.4</version>
+        <exclusions>
+          <exclusion>
+            <groupId>javax.mail</groupId>
+            <artifactId>mail</artifactId>
+          </exclusion>
+        </exclusions>
+      </dependency>
+
+      <!--
         Start Commons
       -->
       <dependency>
@@ -342,7 +399,21 @@
         <artifactId>commons-dbcp</artifactId>
         <version>1.2.1</version> 
       </dependency>
-      
+    <dependency>
+      <groupId>commons-configuration</groupId>
+      <artifactId>commons-configuration</artifactId>
+      <version>1.6</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>commons-digester</artifactId>
+          <groupId>commons-digester</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>commons-beanutils-core</artifactId>
+          <groupId>commons-beanutils</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
       <dependency>
         <groupId>commons-beanutils</groupId>
         <artifactId>commons-beanutils</artifactId>
@@ -404,7 +475,7 @@
         <groupId>commons-configuration</groupId>
         <artifactId>commons-configuration</artifactId>
         <scope>test</scope>
-        <version>1.1</version>
+        <version>1.6</version>
         <exclusions>
           <exclusion>
             <artifactId>dom4j</artifactId>
@@ -539,6 +610,7 @@
     <javax.mail.groupId>javax.mail</javax.mail.groupId>
     <javax.mail.artifactId>mail</javax.mail.artifactId>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <version.james-server>3.0-SNAPSHOT</version.james-server>
     <version.openjpa>2.0.1</version.openjpa>
     <version.javax.persistence>1.0.2</version.javax.persistence>
     <version.commons-lang>2.4</version.commons-lang>

Modified: james/imap/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/pom.xml (original)
+++ james/imap/trunk/pom.xml Tue Sep 21 15:31:11 2010
@@ -23,25 +23,25 @@
     <artifactId>apache-james-imap-parent</artifactId>
     <version>0.2-SNAPSHOT</version>
     <relativePath>./parent/pom.xml</relativePath>
-    
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-imap</artifactId>
-  <name>Apache JAMES Imap</name>
+  <name>Apache James IMAP (and Mailbox)</name>
   <version>0.2-SNAPSHOT</version>
-  <description>The Apache JAMES Imap Protocol</description>
+  <description>The Apache James IMAP</description>
   <url>http://james.apache.org/imap/</url>
   <inceptionYear>2002</inceptionYear>
   <packaging>pom</packaging>
   <modules>
-    <!-- <module>stage</module> -->
     <module>protocol-tester</module>
     <module>api</module>
     <module>message</module>
     <module>mailbox</module>
     <module>store</module>
     <module>processor</module>
+    <module>file</module>
+    <module>jdbc</module>
     <module>jpa</module>
     <module>jcr</module>
     <module>memory</module>

Modified: james/imap/trunk/processor/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/processor/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/processor/pom.xml (original)
+++ james/imap/trunk/processor/pom.xml Tue Sep 21 15:31:11 2010
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-imap-processor</artifactId>
-  <name>Apache JAMES IMAP Mailbox Processor function</name>
+  <name>Apache James IMAP Mailbox Processor function</name>
   <profiles>
     <profile>
       <!-- Geronimo Mail module do not declare runtime dependency on Activation -->

Modified: james/imap/trunk/protocol-tester/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/protocol-tester/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/protocol-tester/pom.xml (original)
+++ james/imap/trunk/protocol-tester/pom.xml Tue Sep 21 15:31:11 2010
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-imap-protocol-tester</artifactId>
-  <name>Apache JAMES Protocol Tester</name>
+  <name>Apache James Protocol Tester</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>

Modified: james/imap/trunk/store/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/store/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/store/pom.xml (original)
+++ james/imap/trunk/store/pom.xml Tue Sep 21 15:31:11 2010
@@ -35,6 +35,18 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-common-util</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>apache-mime4j</artifactId>
     </dependency>
     <dependency>

Modified: james/imap/trunk/torque/pom.xml
URL: http://svn.apache.org/viewvc/james/imap/trunk/torque/pom.xml?rev=999465&r1=999464&r2=999465&view=diff
==============================================================================
--- james/imap/trunk/torque/pom.xml (original)
+++ james/imap/trunk/torque/pom.xml Tue Sep 21 15:31:11 2010
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>
   <artifactId>apache-james-mailbox-torque</artifactId>
-  <name>Apache JAMES Torque Mailbox Manager</name>
+  <name>Apache James Torque Mailbox Manager</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -86,6 +86,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <type>test-jar</type>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
       <artifactId>apache-james-mailbox-store</artifactId>
       <type>test-jar</type>
       <scope>test</scope>



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