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/06/16 14:25:10 UTC

svn commit: r955215 - in /gump/metadata: profile/gump.xml project/james-mime4j.xml

Author: bodewig
Date: Wed Jun 16 12:25:10 2010
New Revision: 955215

URL: http://svn.apache.org/viewvc?rev=955215&view=rev
Log:
Add apache-mime4j

Added:
    gump/metadata/project/james-mime4j.xml
      - copied, changed from r955208, gump/metadata/project/james-protocols.xml
Modified:
    gump/metadata/profile/gump.xml

Modified: gump/metadata/profile/gump.xml
URL: http://svn.apache.org/viewvc/gump/metadata/profile/gump.xml?rev=955215&r1=955214&r2=955215&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Wed Jun 16 12:25:10 2010
@@ -102,6 +102,7 @@
 <!-- Apache.James -->
 
   <module href="project/apache-mailet.xml"/>
+  <module href="project/apache-mime4j.xml"/>
   <module href="project/james-protocols.xml"/>
   <module href="project/james-server.xml"/>
 

Copied: gump/metadata/project/james-mime4j.xml (from r955208, gump/metadata/project/james-protocols.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-mime4j.xml?p2=gump/metadata/project/james-mime4j.xml&p1=gump/metadata/project/james-protocols.xml&r1=955208&r2=955215&rev=955215&view=diff
==============================================================================
--- gump/metadata/project/james-protocols.xml (original)
+++ gump/metadata/project/james-mime4j.xml Wed Jun 16 12:25:10 2010
@@ -15,38 +15,30 @@
   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-mime4j" groupId="org.apache.james">
 
-  <url href="http://james.apache.org/protocols"/>
+  <url href="http://james.apache.org/mime4j"/>
   <description>
-    Apache James Protocols
+    Java stream based MIME message parser
   </description>
 
-  <svn repository="asf" dir="james/protocols/trunk"/>
+  <svn repository="asf" dir="james/mime4j/trunk"/>
   
-  <project name="james-protocols">
-    <package>org.apache.james.protocols</package>
+  <project name="apache-mime4j">
+    <package>org.apache.james.mime4j</package>
 
     <mvn goal="package"/>
 	
-    <depend project="jaf"/>
-    <depend project="javamail"/>
-    <option project="apache-mailet-base"/>
-    <option project="commons-codec"/>
-    <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="junit"/>
+    <option project="logging-log4j-12"/>
     <option project="velocity-engine"/>
 
-    <jar name="api/target/protocols-api-1.1-SNAPSHOT.jar"
-         id="protocols-api"/>
-    <jar name="smtp/target/protocols-smtp-1.1-SNAPSHOT.jar"
-         id="protocols-smtp"/>
+    <jar name="core/target/apache-mime4j-core-*[0-9T].jar"
+         id="apache-mime4j-core"/>
+    <jar name="dom/target/apache-mime4j-dom-*[0-9T].jar"
+         id="apache-mime4j-dom"/>
   </project>
 
 </module>