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/04/13 06:08:53 UTC

svn commit: r933478 - in /gump/metadata: profile/gump.xml project/james-protocols.xml

Author: bodewig
Date: Tue Apr 13 04:08:53 2010
New Revision: 933478

URL: http://svn.apache.org/viewvc?rev=933478&view=rev
Log:
add descriptor for James' protocols section

Added:
    gump/metadata/project/james-protocols.xml   (contents, props changed)
      - copied, changed from r933437, gump/metadata/project/james-mailet.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=933478&r1=933477&r2=933478&view=diff
==============================================================================
--- gump/metadata/profile/gump.xml (original)
+++ gump/metadata/profile/gump.xml Tue Apr 13 04:08:53 2010
@@ -106,7 +106,7 @@
 <!-- Apache.James -->
 
   <module href="project/james-mailet.xml"/>
-  <!-- JSieve required JavaCC 4.1. Gump provides JavaCC 3.0. Not sure how to fix this. <module href="project/james-jsieve.xml"/> -->
+  <module href="project/james-protocols.xml"/>
   <module href="project/james-server.xml"/>
 
 <!-- Apache.Jakarta -->

Copied: gump/metadata/project/james-protocols.xml (from r933437, gump/metadata/project/james-mailet.xml)
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-protocols.xml?p2=gump/metadata/project/james-protocols.xml&p1=gump/metadata/project/james-mailet.xml&r1=933437&r2=933478&rev=933478&view=diff
==============================================================================
--- gump/metadata/project/james-mailet.xml (original)
+++ gump/metadata/project/james-protocols.xml Tue Apr 13 04:08:53 2010
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- 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
@@ -15,33 +15,24 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<module name="james-mailet" groupId="org.apache.james">
+<module name="james-protocols" groupId="org.apache.james">
 
-  <url href="http://james.apache.org/mailet"/>
+  <url href="http://james.apache.org/protocols"/>
   <description>
-    Apache Mailet API
+    Apache James Protocols
   </description>
 
-  <svn repository="asf" dir="james/mailet/api/trunk"/>
+  <svn repository="asf" dir="james/protocols/trunk"/>
   
-  <project name="james-mailet">
-    <package>org.apache.mailet</package>
+  <project name="james-protocols">
+    <package>org.apache.james.protocols</package>
 
-    <mvn goal="package"/>
+    <mvn goal="package" separateLocalRepository="true"/>
 	
-    <depend project="jaf"/>
-    <depend project="javamail"/>
     <option project="commons-lang-2.x"/>
     <option project="commons-collections"/>
     <option project="junit"/>
     <option project="velocity-engine"/>
-
-    <jar name="target/apache-mailet-2.5-SNAPSHOT.jar"
-         id="apache-mailet"/>
-    <nag to="mailet-api@james.apache.org"
-         from="Gump &lt;mailet-api@james.apache.org&gt;"/>
-	  
-    
   </project>
 
 </module>

Propchange: gump/metadata/project/james-protocols.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: gump/metadata/project/james-protocols.xml
------------------------------------------------------------------------------
    svn:mergeinfo =