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 ba...@apache.org on 2007/05/28 13:38:28 UTC

svn commit: r542206 - in /james/server/trunk: core-library/pom.xml imap-api/pom.xml imapmailbox-library/pom.xml imapserver-function/pom.xml phoenix-deployment/pom.xml pom.xml torque-mailboxmanager-function/pom.xml

Author: bago
Date: Mon May 28 04:38:27 2007
New Revision: 542206

URL: http://svn.apache.org/viewvc?view=rev&rev=542206
Log:
Updated pom (m2) descriptors.

Added:
    james/server/trunk/imap-api/pom.xml
    james/server/trunk/imapmailbox-library/pom.xml
    james/server/trunk/torque-mailboxmanager-function/pom.xml
Modified:
    james/server/trunk/core-library/pom.xml
    james/server/trunk/imapserver-function/pom.xml
    james/server/trunk/phoenix-deployment/pom.xml
    james/server/trunk/pom.xml

Modified: james/server/trunk/core-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/core-library/pom.xml?view=diff&rev=542206&r1=542205&r2=542206
==============================================================================
--- james/server/trunk/core-library/pom.xml (original)
+++ james/server/trunk/core-library/pom.xml Mon May 28 04:38:27 2007
@@ -345,25 +345,5 @@
       <artifactId>mx4j-jmx</artifactId>
       <version>1.1.1</version>
     </dependency>
-    <dependency>
-      <groupId>torque</groupId>
-      <artifactId>torque</artifactId>
-      <version>3.3-RC1</version>
-      <exclusions>
-        <exclusion>
-          <artifactId>jndi</artifactId>
-          <groupId>jndi</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>avalon-framework</artifactId>
-          <groupId>avalon-framework</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>jdbc-stdext</artifactId>
-          <groupId>javax.sql</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-
   </dependencies>
 </project>

Added: james/server/trunk/imap-api/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imap-api/pom.xml?view=auto&rev=542206
==============================================================================
--- james/server/trunk/imap-api/pom.xml (added)
+++ james/server/trunk/imap-api/pom.xml Mon May 28 04:38:27 2007
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-15"?><project>
+  <parent>
+    <artifactId>james-server</artifactId>
+    <groupId>org.apache.james</groupId>
+    <version>3.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-server-imap-api</artifactId>
+  <name>Apache JAMES Server IMAP Api</name>
+  <dependencies>
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.1ea-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>mailet</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <!--
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    -->
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Added: james/server/trunk/imapmailbox-library/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapmailbox-library/pom.xml?view=auto&rev=542206
==============================================================================
--- james/server/trunk/imapmailbox-library/pom.xml (added)
+++ james/server/trunk/imapmailbox-library/pom.xml Mon May 28 04:38:27 2007
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="ISO-8859-15"?><project>
+  <parent>
+    <artifactId>james-server</artifactId>
+    <groupId>org.apache.james</groupId>
+    <version>3.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-server-imapmailbox-library</artifactId>
+  <name>Apache JAMES Server Imap Mailbox Library</name>
+  <dependencies>
+    <!--
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.1ea-SNAPSHOT</version>
+    </dependency>
+    -->
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>mailet</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file

Modified: james/server/trunk/imapserver-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/imapserver-function/pom.xml?view=diff&rev=542206&r1=542205&r2=542206
==============================================================================
--- james/server/trunk/imapserver-function/pom.xml (original)
+++ james/server/trunk/imapserver-function/pom.xml Mon May 28 04:38:27 2007
@@ -26,6 +26,16 @@
       <artifactId>james-server-core-library</artifactId>
       <version>3.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-imapmailbox-library</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-imap-api</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
     
     <dependency>
       <groupId>junit</groupId>

Modified: james/server/trunk/phoenix-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/pom.xml?view=diff&rev=542206&r1=542205&r2=542206
==============================================================================
--- james/server/trunk/phoenix-deployment/pom.xml (original)
+++ james/server/trunk/phoenix-deployment/pom.xml Mon May 28 04:38:27 2007
@@ -78,6 +78,13 @@
       <artifactId>james-server-remotemanager-function</artifactId>
       <version>3.0-SNAPSHOT</version>
     </dependency>
+
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-torque-mailboxmanager-function</artifactId>
+      <version>3.0-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
     
     <dependency>
       <groupId>junit</groupId>

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?view=diff&rev=542206&r1=542205&r2=542206
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Mon May 28 04:38:27 2007
@@ -17,12 +17,15 @@
     <module>core-library</module>
     <module>smtpserver-function</module>
     <module>pop3server-function</module>
-    <module>imapserver-function</module>
     <module>nntpserver-function</module>
     <module>spoolmanager-function</module>
     <module>remotemanager-function</module>
     <module>fetchmail-function</module>
     <module>phoenix-deployment</module>
+    <module>imap-api</module>
+    <module>imapmailbox-library</module>
+    <module>torque-mailboxmanager-function</module>
+    <module>imapserver-function</module>
   </modules>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/james/server/trunk</connection>

Added: james/server/trunk/torque-mailboxmanager-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/torque-mailboxmanager-function/pom.xml?view=auto&rev=542206
==============================================================================
--- james/server/trunk/torque-mailboxmanager-function/pom.xml (added)
+++ james/server/trunk/torque-mailboxmanager-function/pom.xml Mon May 28 04:38:27 2007
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="ISO-8859-15"?><project>
+  <parent>
+    <artifactId>james-server</artifactId>
+    <groupId>org.apache.james</groupId>
+    <version>3.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache.james</groupId>
+  <artifactId>james-server-torque-mailboxmanager-function</artifactId>
+  <name>Apache JAMES Server Torque Mailbox Manager</name>
+  <dependencies>
+    <!--
+    <dependency>
+      <groupId>javax.mail</groupId>
+      <artifactId>mail</artifactId>
+      <version>1.4.1ea-SNAPSHOT</version>
+    </dependency>
+    -->
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>mailet</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-core-library</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.james</groupId>
+      <artifactId>james-server-imapmailbox-library</artifactId>
+      <version>3.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>torque</groupId>
+      <artifactId>torque</artifactId>
+      <version>3.3-RC1</version>
+      <exclusions>
+        <exclusion>
+          <artifactId>jndi</artifactId>
+          <groupId>jndi</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>avalon-framework</artifactId>
+          <groupId>avalon-framework</groupId>
+        </exclusion>
+        <exclusion>
+          <artifactId>jdbc-stdext</artifactId>
+          <groupId>javax.sql</groupId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+</project>
\ No newline at end of file



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