You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by ma...@apache.org on 2007/03/22 23:37:03 UTC

svn commit: r521510 - /gump/metadata/project/ivy.xml

Author: maartenc
Date: Thu Mar 22 15:37:01 2007
New Revision: 521510

URL: http://svn.apache.org/viewvc?view=rev&rev=521510
Log:
License file has been renamed from LICENSE.txt to LICENSE.

Modified:
    gump/metadata/project/ivy.xml

Modified: gump/metadata/project/ivy.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/ivy.xml?view=diff&rev=521510&r1=521509&r2=521510
==============================================================================
--- gump/metadata/project/ivy.xml (original)
+++ gump/metadata/project/ivy.xml Thu Mar 22 15:37:01 2007
@@ -43,7 +43,7 @@
     <depend project="slide-webdavclient" ids="client-webdavlib" runtime="true" />
     <depend project="jsch" runtime="true" />
     <jar name="build/artifact/ivy-@@DATE@@.jar" id="ivy"/>
-    <license name="LICENSE.txt"/>
+    <license name="LICENSE"/>
 
     <nag to="ivy-commits@incubator.apache.org"
          from="Gump Integration Build &lt;general@gump.apache.org&gt;" />
@@ -60,7 +60,7 @@
     <depend project="junit"/>
     <depend project="commons-vfs" inherit="all" />
     <work nested="build/test" />
-    <license name="LICENSE.txt"/>
+    <license name="LICENSE"/>
     <junitreport nested="build/test-report" />
 
     <nag to="ivy-commits@incubator.apache.org"