You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/07/09 11:36:53 UTC

svn commit: r962465 - in /gump/metadata: profile/gump.xml project/james-imap.xml project/james-server.xml

Author: bodewig
Date: Fri Jul  9 09:36:53 2010
New Revision: 962465

URL: http://svn.apache.org/viewvc?rev=962465&view=rev
Log:
add james-imap

Added:
    gump/metadata/project/james-imap.xml
      - copied, changed from r962431, gump/metadata/project/james-protocols.xml
Modified:
    gump/metadata/profile/gump.xml
    gump/metadata/project/james-server.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=962465&r1=962464&r2=962465&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Fri Jul  9 09:36:53 2010
@@ -104,6 +104,7 @@
 <!-- Apache.James -->
 
   <module href="project/apache-mailet.xml"/>
+  <module href="project/james-imap.xml"/>
   <module href="project/james-mime4j.xml"/>
   <module href="project/james-protocols.xml"/>
   <module href="project/james-server.xml"/>

Copied: gump/metadata/project/james-imap.xml (from r962431, gump/metadata/project/james-protocols.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-imap.xml?p2=gump/metadata/project/james-imap.xml&p1=gump/metadata/project/james-protocols.xml&r1=962431&r2=962465&rev=962465&view=diff
==============================================================================
--- gump/metadata/project/james-protocols.xml (original)
+++ gump/metadata/project/james-imap.xml Fri Jul  9 09:36:53 2010
@@ -15,40 +15,50 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="james-protocols" groupId="org.apache.james.protocols">
+<module name="james-imap" groupId="org.apache.james">
 
-  <url href="http://james.apache.org/protocols"/>
+  <url href="http://james.apache.org/imap"/>
   <description>
-    Apache James Protocols
+    A library providing a flexible codec for IMAP, command processors
+    and a sample data access layer. In combination with a socket
+    layer, this library can be used to create an IMAP server.
   </description>
 
-  <svn repository="asf" dir="james/protocols/trunk"/>
+  <svn repository="asf" dir="james/imap/trunk"/>
   
-  <project name="james-protocols">
-    <package>org.apache.james.protocols</package>
+  <project name="james-imap">
+    <package>org.apache.james.imap</package>
 
-    <mvn goal="package"/>
+    <mvn goal="install" separateLocalRepository="true"/>
 	
     <depend project="jaf"/>
     <depend project="javamail"/>
-    <option project="apache-mailet-base"/>
-    <option project="commons-codec"/>
+    <option project="apache-mime4j-reactor"/>
+    <option project="commons-beanutils"/>
     <option project="commons-collections"/>
-    <option project="commons-configuration"/>
     <option project="commons-io"/>
     <option project="commons-lang-2.x"/>
     <option project="commons-logging"/>
-    <option project="jakarta-oro"/>
-    <option project="apache-mailet"/>
+    <option project="db-torque-runtime"/>
     <option project="junit"/>
-    <option project="velocity-engine"/>
+    <option project="village"/>
 
-    <jar name="api/target/protocols-api-*[0-9T].jar"
-         id="protocols-api"/>
-    <jar name="impl/target/protocols-impl-*[0-9T].jar"
-         id="protocols-impl"/>
-    <jar name="smtp/target/protocols-smtp-*[0-9T].jar"
-         id="protocols-smtp"/>
+    <jar name="api/target/apache-james-imap-api-*[0-9T].jar"
+         id="apache-james-imap-api"/>
+    <jar name="decode/target/apache-james-imap-decode-*[0-9T].jar"
+         id="apache-james-imap-decode"/>
+    <jar name="mailbox/target/apache-james-imap-mailbox-*[0-9T].jar"
+         id="apache-james-imap-mailbox"/>
+    <jar name="message/target/apache-james-imap-message-*[0-9T].jar"
+         id="apache-james-imap-message"/>
+    <jar name="protocol-tester/target/apache-james-imap-protocol-tester-*[0-9T].jar"
+         id="apache-james-imap-protocol-tester"/>
+    <jar name="seda/target/apache-james-imap-seda-*[0-9T].jar"
+         id="apache-james-imap-seda"/>
+    <jar name="store/target/apache-james-imap-store-*[0-9T].jar"
+         id="apache-james-imap-store"/>
+    <jar name="torque/target/apache-james-imap-torque-*[0-9T].jar"
+         id="apache-james-imap-torque"/>
   </project>
 
 </module>

Modified: gump/metadata/project/james-server.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-server.xml?rev=962465&r1=962464&r2=962465&view=diff
==============================================================================
--- gump/metadata/project/james-server.xml (original)
+++ gump/metadata/project/james-server.xml Fri Jul  9 09:36:53 2010
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  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
@@ -66,6 +66,7 @@
     <option project="avalon-meta-tools"/>
 
     <option project="apache-mailet"/>
+    <option project="james-imap"/>
     <option project="james-protocols"/>
 
     <home nested="stage/org.apache.james/jars"/>