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 2006/02/26 21:07:00 UTC

svn commit: r381150 - /gump/metadata/project/ws-commons.xml

Author: billbarker
Date: Sun Feb 26 12:06:58 2006
New Revision: 381150

URL: http://svn.apache.org/viewcvs?rev=381150&view=rev
Log:
Just because it says <jar /> doesn't mean you can leave the .jar off of the file name

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

Modified: gump/metadata/project/ws-commons.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/ws-commons.xml?rev=381150&r1=381149&r2=381150&view=diff
==============================================================================
--- gump/metadata/project/ws-commons.xml (original)
+++ gump/metadata/project/ws-commons.xml Sun Feb 26 12:06:58 2006
@@ -35,7 +35,7 @@
       <depend property="maven.jar.stax-api" project="stax" id="api"  />
     </maven>
 
-    <jar name="axiom/target/ws-commons-axiom-@@DATE@@"/>
+    <jar name="axiom/target/ws-commons-axiom-@@DATE@@.jar"/>
     <license name="LICENSE.txt"/>
 
     <depend project="logging-log4j" runtime="true"/>
@@ -60,7 +60,7 @@
     </maven>
 
     <depend project="xmlunit" />
-    <jar name="XmlSchema/target/ws-commons-xmlschema-@@DATE@@"/>
+    <jar name="XmlSchema/target/ws-commons-xmlschema-@@DATE@@.jar"/>
     <license name="LICENSE.txt"/>
   </project>
 
@@ -72,7 +72,7 @@
       <depend property="maven.jar.stax" project="stax" id="ri" />
       <depend property="maven.jar.stax-api" project="stax" id="api"  />
     </maven>
-    <jar name="policy/target/ws-commons-policy-@@DATE@@"/>
+    <jar name="policy/target/ws-commons-policy-@@DATE@@.jar"/>
     <license name="LICENSE.txt"/>
     <depend project="commons-logging"/>
     <depend project="ws-commons-axiom"/>