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/06 06:00:09 UTC

svn commit: r960773 - in /gump/metadata/project: apache-mailet.xml james-mime4j.xml

Author: bodewig
Date: Tue Jul  6 04:00:09 2010
New Revision: 960773

URL: http://svn.apache.org/viewvc?rev=960773&view=rev
Log:
ids are not needed

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

Modified: gump/metadata/project/apache-mailet.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/apache-mailet.xml?rev=960773&r1=960772&r2=960773&view=diff
==============================================================================
--- gump/metadata/project/apache-mailet.xml (original)
+++ gump/metadata/project/apache-mailet.xml Tue Jul  6 04:00:09 2010
@@ -49,10 +49,8 @@
 	
     <option project="apache-mailet"/>
 
-    <jar name="base/trunk/target/apache-mailet-base-*[0-9T].jar"
-         id="apache-mailet-base"/>
+    <jar name="base/trunk/target/apache-mailet-base-*[0-9T].jar"/>
     <jar name="base/trunk/target/apache-mailet-base-*[0-9T]-tests.jar"
-         type="testsjar"
-         id="apache-mailet-base"/>
+         type="testsjar"/>
   </project>
 </module>

Modified: gump/metadata/project/james-mime4j.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/james-mime4j.xml?rev=960773&r1=960772&r2=960773&view=diff
==============================================================================
--- gump/metadata/project/james-mime4j.xml (original)
+++ gump/metadata/project/james-mime4j.xml Tue Jul  6 04:00:09 2010
@@ -44,11 +44,9 @@
     <depend project="apache-mime4j-project"/>
     <option project="commons-io"/>
     <option project="junit"/>
-    <jar name="core/target/apache-mime4j-core-*[0-9T].jar"
-         id="apache-mime4j-core"/>
+    <jar name="core/target/apache-mime4j-core-*[0-9T].jar"/>
     <jar name="core/target/apache-mime4j-core-*[0-9T]-tests.jar"
-         type="testsjar"
-         id="apache-mime4j-core"/>
+         type="testsjar"/>
   </project>
 
   <project name="apache-mime4j-dom">