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/11 19:29:08 UTC

svn commit: r963114 - /gump/metadata/project/tomcat-taglibs.xml

Author: bodewig
Date: Sun Jul 11 17:29:07 2010
New Revision: 963114

URL: http://svn.apache.org/viewvc?rev=963114&view=rev
Log:
I don't see why the wildcard doesn't match - use the real file name

Modified:
    gump/metadata/project/tomcat-taglibs.xml

Modified: gump/metadata/project/tomcat-taglibs.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-taglibs.xml?rev=963114&r1=963113&r2=963114&view=diff
==============================================================================
--- gump/metadata/project/tomcat-taglibs.xml (original)
+++ gump/metadata/project/tomcat-taglibs.xml Sun Jul 11 17:29:07 2010
@@ -42,7 +42,7 @@
     <mvn basedir="standard/spec" goal="install"/>
     <depend project="taglibs-parent"/>
     <home nested="standard/spec/target"/>
-    <jar name="taglibs-standard-spec-*[0-9T].jar"/>
+    <jar name="taglibs-standard-spec-1.2-SNAPSHOT.jar"/>
   </project>
 
   <project name="tomcat-taglibs-standard">