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/14 09:36:01 UTC

svn commit: r933868 - in /gump/metadata/project: james-mailet.xml james-protocols.xml

Author: bodewig
Date: Wed Apr 14 07:36:01 2010
New Revision: 933868

URL: http://svn.apache.org/viewvc?rev=933868&view=rev
Log:
try building apache-mailet-base used by james-protocols

Modified:
    gump/metadata/project/james-mailet.xml
    gump/metadata/project/james-protocols.xml

Modified: gump/metadata/project/james-mailet.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-mailet.xml?rev=933868&r1=933867&r2=933868&view=diff
==============================================================================
--- gump/metadata/project/james-mailet.xml (original)
+++ gump/metadata/project/james-mailet.xml Wed Apr 14 07:36:01 2010
@@ -22,12 +22,12 @@
     Apache Mailet API
   </description>
 
-  <svn repository="asf" dir="james/mailet/api/trunk"/>
+  <svn repository="asf" dir="james/mailet"/>
   
   <project name="james-mailet">
     <package>org.apache.mailet</package>
 
-    <mvn goal="package"/>
+    <mvn goal="package" basedir="api/trunk"/>
 	
     <depend project="jaf"/>
     <depend project="javamail"/>
@@ -36,7 +36,7 @@
     <option project="junit"/>
     <option project="velocity-engine"/>
 
-    <jar name="target/apache-mailet-2.5-SNAPSHOT.jar"
+    <jar name="api/trunk/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;"/>
@@ -44,4 +44,14 @@
     
   </project>
 
+  <project name="apache-mailet-base">
+    <package>org.apache.mailet</package>
+
+    <mvn goal="package" basedir="base/trunk"/>
+	
+    <option project="james-mailet"/>
+
+    <jar name="base/trunk/target/apache-mailet-base-1.1-SNAPSHOT.jar"
+         id="apache-mailet-base"/>
+  </project>
 </module>

Modified: gump/metadata/project/james-protocols.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-protocols.xml?rev=933868&r1=933867&r2=933868&view=diff
==============================================================================
--- gump/metadata/project/james-protocols.xml (original)
+++ gump/metadata/project/james-protocols.xml Wed Apr 14 07:36:01 2010
@@ -31,6 +31,7 @@
 	
     <depend project="jaf"/>
     <depend project="javamail"/>
+    <option project="apache-mailet-base"/>
     <option project="commons-codec"/>
     <option project="commons-collections"/>
     <option project="commons-configuration"/>