Author: bayard
Date: Tue Oct 31 15:10:36 2006
New Revision: 469698

URL: http://svn.apache.org/viewvc?view=rev&rev=469698
Log:
Fixing name of license file used. Bit of luck as the LICENSE it was referring 
to was a header license and not the real license

Modified:
    jakarta/commons/proper/daemon/trunk/build.xml

Modified: jakarta/commons/proper/daemon/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/daemon/trunk/build.xml?view=diff&rev=469698&r1=469697&r2=469698
==============================================================================
--- jakarta/commons/proper/daemon/trunk/build.xml (original)
+++ jakarta/commons/proper/daemon/trunk/build.xml Tue Oct 31 15:10:36 2006
@@ -206,7 +206,7 @@
     <mkdir      dir="${dist.home}"/>
     <mkdir      dir="${dist.home}/lib"/>
     <mkdir      dir="${dist.home}/logs"/>
-    <copy      file="LICENSE"
+    <copy      file="LICENSE.txt"
               todir="${dist.home}"/>
     <copy      file="NOTICE.txt"
               todir="${dist.home}"/>
@@ -228,7 +228,7 @@
     <mkdir      dir="${dist.home}"/>
     <mkdir      dir="${dist.home}/bin"/>
     <mkdir      dir="${build.home}/classes/META-INF"/>
-    <copy      file="LICENSE"
+    <copy      file="LICENSE.txt"
              tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
     <copy      file="NOTICE.txt"
              tofile="${build.home}/classes/META-INF/NOTICE.txt"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to