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 2012/12/11 05:59:32 UTC

svn commit: r1419995 - /gump/metadata/project/apache-mailet.xml

Author: bodewig
Date: Tue Dec 11 04:59:31 2012
New Revision: 1419995

URL: http://svn.apache.org/viewvc?rev=1419995&view=rev
Log:
adapt to changes in mailet

Modified:
    gump/metadata/project/apache-mailet.xml

Modified: gump/metadata/project/apache-mailet.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/apache-mailet.xml?rev=1419995&r1=1419994&r2=1419995&view=diff
==============================================================================
--- gump/metadata/project/apache-mailet.xml (original)
+++ gump/metadata/project/apache-mailet.xml Tue Dec 11 04:59:31 2012
@@ -26,8 +26,15 @@
   
   <project name="apache-mailet">
     <package>org.apache.mailet</package>
-
     <depend project="james-project"/>
+    <mvn3install basedir="parent"/>
+    <pom name="parent/pom.xml" id="apache-mailet"/>
+  </project>
+
+  <project name="apache-mailet-api">
+    <package>org.apache.mailet</package>
+
+    <depend project="apache-mailet"/>
     <mvn3 goal="install" basedir="api">
       <property name="skipTests" value="true"/>
     </mvn3>
@@ -40,15 +47,15 @@
     <option project="velocity-engine"/>
 
     <jar name="api/target/apache-mailet-*[0-9T].jar"
-         id="apache-mailet"/>
+         id="apache-mailet-api"/>
     <nag to="mailet-api@james.apache.org"
          from="Gump &lt;mailet-api@james.apache.org&gt;"/>
   </project>
 
-  <project name="apache-mailet-test">
+  <project name="apache-mailet-api-test">
     <package>org.apache.mailet</package>
 
-    <depend project="apache-mailet"/>
+    <depend project="apache-mailet-api"/>
     <mvn3 goal="install" basedir="api"/>
     <nag to="mailet-api@james.apache.org"
          from="Gump &lt;mailet-api@james.apache.org&gt;"/>
@@ -65,7 +72,7 @@
     <depend project="jaf"/>
     <depend project="james-project"/>
     <depend project="javamail"/>
-    <option project="apache-mailet"/>
+    <option project="apache-mailet-api"/>
     <option project="doxia-site-renderer"/>
     <option project="junit"/>
 
@@ -95,8 +102,8 @@
     <depend project="jaf"/>
     <depend project="james-project"/>
     <depend project="javamail"/>
-    <option project="apache-mailet"/>
-    <option project="apache-mailet-base"/>
+    <option project="apache-mailet-api"/>
+    <depend project="apache-mailet-base"/>
     <option project="apache-mailet-base-testjar"/>
     <option project="junit"/>