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 2011/03/30 08:52:07 UTC

svn commit: r1086860 - /gump/metadata/project/castor.xml

Author: bodewig
Date: Wed Mar 30 06:52:07 2011
New Revision: 1086860

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

Modified:
    gump/metadata/project/castor.xml

Modified: gump/metadata/project/castor.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/castor.xml?rev=1086860&r1=1086859&r2=1086860&view=diff
==============================================================================
--- gump/metadata/project/castor.xml (original)
+++ gump/metadata/project/castor.xml Wed Mar 30 06:52:07 2011
@@ -1,6 +1,6 @@
 <?xml version="1.0" ?>
 <!--
- Licensed to the Apache Software Foundation (ASF) under one or more
+  Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
   this work for additional information regarding copyright ownership.
   The ASF licenses this file to You under the Apache License, Version 2.0
@@ -28,11 +28,11 @@
   <project name="castor">
     <package>org.exolab.castor</package>
     <depend project="castor-reactor"/>
-    <jar name="core/target/castor-core-1.3.2-SNAPSHOT.jar" id="castor-core"/>
-    <jar name="xml/target/castor-xml-1.3.2-SNAPSHOT.jar" id="castor-xml"/>
-    <jar name="codegen/target/castor-codegen-1.3.2-SNAPSHOT.jar"
+    <jar name="core/target/castor-core-*[0-9T].jar" id="castor-core"/>
+    <jar name="xml/target/castor-xml-*[0-9T].jar" id="castor-xml"/>
+    <jar name="codegen/target/castor-codegen-*[0-9T].jar"
          id="castor-codegen"/>
-    <jar name="schema/target/castor-xml-schema-1.3.2-SNAPSHOT.jar"
+    <jar name="schema/target/castor-xml-schema-*[0-9T].jar"
          id="castor-xml-schema"/>
   </project>
 
@@ -49,7 +49,7 @@
     <option project="junit"/>
     <option project="logging-log4j-12"/>
     <option project="commons-lang"/>
-    <jar name="core/target/castor-core-1.3.2-SNAPSHOT.jar"/>
+    <jar name="core/target/castor-core-*[0-9T].jar"/>
   </project>
 
   <!-- will be removed if tests pass -->
@@ -81,7 +81,7 @@
     <option project="ant" inherit="runtime"/>
     <option project="commons-cli"/>
     <option project="ivy"/>
-    <jar name="xml/target/castor-xml-1.3.2-SNAPSHOT.jar"/>
+    <jar name="xml/target/castor-xml-*[0-9T].jar"/>
   </project>
 
   <!-- will be removed if tests pass -->