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/03/11 22:42:28 UTC

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

Author: billbarker
Date: Sat Mar 11 13:42:27 2006
New Revision: 385176

URL: http://svn.apache.org/viewcvs?rev=385176&view=rev
Log:
Stop Gump whining about missing license files

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=385176&r1=385175&r2=385176&view=diff
==============================================================================
--- gump/metadata/project/ws-commons.xml (original)
+++ gump/metadata/project/ws-commons.xml Sat Mar 11 13:42:27 2006
@@ -36,7 +36,7 @@
     </maven>
 
     <jar name="axiom/target/ws-commons-axiom-@@DATE@@.jar"/>
-    <license name="LICENSE.txt"/>
+    <!-- license name="LICENSE.txt"/ -->
 
     <depend project="logging-log4j" runtime="true"/>
     <option project="jaf"/>
@@ -61,7 +61,7 @@
 
     <depend project="xmlunit" />
     <jar name="XmlSchema/target/ws-commons-xmlschema-@@DATE@@.jar"/>
-    <license name="LICENSE.txt"/>
+    <!-- license name="LICENSE.txt"/ -->
   </project>
 
   <project name="ws-commons-policy">
@@ -73,7 +73,7 @@
       <depend property="maven.jar.stax-api" project="stax" id="api"  />
     </maven>
     <jar name="policy/target/ws-commons-policy-@@DATE@@.jar"/>
-    <license name="LICENSE.txt"/>
+    <!-- license name="LICENSE.txt"/ -->
     <depend project="commons-logging"/>
     <depend project="ws-commons-axiom"/>
   </project>