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/11/08 09:17:23 UTC

svn commit: r1032484 - /gump/metadata/project/commons-proper.xml

Author: bodewig
Date: Mon Nov  8 08:17:23 2010
New Revision: 1032484

URL: http://svn.apache.org/viewvc?rev=1032484&view=rev
Log:
wildcards

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=1032484&r1=1032483&r2=1032484&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Mon Nov  8 08:17:23 2010
@@ -954,7 +954,7 @@
     <option project="slf4j"/>
 
     <home nested="vfs/core/target"/>
-    <jar name="commons-vfs-2.0-SNAPSHOT.jar"/>
+    <jar name="commons-vfs-*[0-9T].jar"/>
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>
   
@@ -967,7 +967,7 @@
   
   <project name="org.apache.commons_commons-vfs">
     <depend project="commons-vfs"/>
-    <jar name="vfs/core/target/commons-vfs-2.0-SNAPSHOT.jar"
+    <jar name="vfs/core/target/commons-vfs-*[0-9T].jar"
          id="commons-vfs"/>
   </project>