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/06/21 12:32:08 UTC

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

Author: bodewig
Date: Mon Jun 21 10:32:08 2010
New Revision: 956528

URL: http://svn.apache.org/viewvc?rev=956528&view=rev
Log:
pattern matched jar and -testframework.jar, make it unambiguos.  May I add that I hate Python's string handling.

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=956528&r1=956527&r2=956528&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Mon Jun 21 10:32:08 2010
@@ -203,7 +203,7 @@
     <option project="commons-collections"/>
     <option project="velocity-engine"/>
 
-    <jar name="collections/target/commons-collections-*[0-9T].jar"
+    <jar name="collections/target/commons-collections-[0-9]*[0-9T].jar"
          id="commons-collections"/>
 
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>