You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2010/06/03 03:13:45 UTC

svn commit: r950844 - /gump/metadata/project/cargo.xml

Author: billbarker
Date: Thu Jun  3 01:13:44 2010
New Revision: 950844

URL: http://svn.apache.org/viewvc?rev=950844&view=rev
Log:
use wild cards for jar names

Modified:
    gump/metadata/project/cargo.xml

Modified: gump/metadata/project/cargo.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/cargo.xml?rev=950844&r1=950843&r2=950844&view=diff
==============================================================================
--- gump/metadata/project/cargo.xml (original)
+++ gump/metadata/project/cargo.xml Thu Jun  3 01:13:44 2010
@@ -65,41 +65,41 @@
     <nag from="Petar Tahchiev &lt;ptahchiev@apache.org&gt;"
          to="notifications@jakarta.apache.org"/>
          
-    <jar name="resources/build-tools/target/cargo-build-tools-1.0.1-SNAPSHOT.jar"
+    <jar name="resources/build-tools/target/cargo-build-tools-*[0-9T].jar"
          id="cargo-build-tools"/>
-    <jar name="core/api/util/target/cargo-core-api-util-1.0.1-SNAPSHOT.jar"
+    <jar name="core/api/util/target/cargo-core-api-util-*[0-9T].jar"
          id="cargo-core-api-util"/>
-    <jar name="core/api/module/target/cargo-core-api-module-1.0.1-SNAPSHOT.jar"
+    <jar name="core/api/module/target/cargo-core-api-module-*[0-9T].jar"
          id="cargo-core-api-module"/>
-    <jar name="core/api/container/target/cargo-core-api-container-1.0.1-SNAPSHOT.jar"
+    <jar name="core/api/container/target/cargo-core-api-container-*[0-9T].jar"
          id="cargo-core-api-container"/>
-    <jar name="core/api/generic/target/cargo-core-api-generic-1.0.1-SNAPSHOT.jar"
+    <jar name="core/api/generic/target/cargo-core-api-generic-*[0-9T].jar"
          id="cargo-core-api-generic"/>
-    <jar name="core/containers/geronimo/target/cargo-core-container-geronimo-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/geronimo/target/cargo-core-container-geronimo-*[0-9T].jar"
          id="cargo-core-container-geronimo"/>
-    <jar name="core/containers/jboss/target/cargo-core-container-jboss-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/jboss/target/cargo-core-container-jboss-*[0-9T].jar"
          id="cargo-core-container-jboss"/>
-    <jar name="core/containers/jetty/target/cargo-core-container-jetty-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/jetty/target/cargo-core-container-jetty-*[0-9T].jar"
          id="cargo-core-container-jetty"/>
-    <jar name="core/containers/jo/target/cargo-core-container-jo-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/jo/target/cargo-core-container-jo-*[0-9T].jar"
          id="cargo-core-container-jo"/>
-    <jar name="core/containers/jonas/target/cargo-core-container-jonas-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/jonas/target/cargo-core-container-jonas-*[0-9T].jar"
          id="cargo-core-container-jonas"/>
-    <jar name="core/containers/jrun/target/cargo-core-container-jrun-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/jrun/target/cargo-core-container-jrun-*[0-9T].jar"
          id="cargo-core-container-jrun"/>
-    <jar name="core/containers/orion/target/cargo-core-container-orion-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/orion/target/cargo-core-container-orion-*[0-9T].jar"
          id="cargo-core-container-orion"/>
-    <jar name="core/containers/resin/target/cargo-core-container-resin-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/resin/target/cargo-core-container-resin-*[0-9T].jar"
          id="cargo-core-container-resin"/>
-    <jar name="core/containers/tomcat/target/cargo-core-container-tomcat-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/tomcat/target/cargo-core-container-tomcat-*[0-9T].jar"
          id="cargo-core-container-tomcat"/>
-    <jar name="core/containers/weblogic/target/cargo-core-container-weblogic-1.0.1-SNAPSHOT.jar"
+    <jar name="core/containers/weblogic/target/cargo-core-container-weblogic-*[0-9T].jar"
          id="cargo-core-container-weblogic"/>
-    <jar name="extensions/ant/target/cargo-ant-1.0.1-SNAPSHOT.jar"
+    <jar name="extensions/ant/target/cargo-ant-*[0-9T].jar"
          id="cargo-ant"/>
-    <jar name="extensions/maven2/plugin/target/cargo-maven2-plugin-1.0.1-SNAPSHOT.jar"
+    <jar name="extensions/maven2/plugin/target/cargo-maven2-plugin-*[0-9T].jar"
          id="cargo-maven2-plugin"/>
-    <jar name="core/uberjar/target/cargo-core-uberjar-1.0.1-SNAPSHOT.jar"
+    <jar name="core/uberjar/target/cargo-core-uberjar-*[0-9T].jar"
          id="cargo-core-uberjar"/>
   </project>