Author: bayard
Date: Sat Sep  3 18:22:27 2005
New Revision: 267536

URL: http://svn.apache.org/viewcvs?rev=267536&view=rev
Log:
use the copy of LICENSE in threading and not the parent directory so it will 
build under gump. Means you get .txt in the filename in the jar, but I do not 
think that will matter

Modified:
    jakarta/commons/dormant/threading/trunk/build.xml

Modified: jakarta/commons/dormant/threading/trunk/build.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/dormant/threading/trunk/build.xml?rev=267536&r1=267535&r2=267536&view=diff
==============================================================================
--- jakarta/commons/dormant/threading/trunk/build.xml (original)
+++ jakarta/commons/dormant/threading/trunk/build.xml Sat Sep  3 18:22:27 2005
@@ -183,7 +183,7 @@
   <target name="dist" depends="compile,javadoc"
    description="Create binary distribution">
     <mkdir      dir="${dist.home}"/>
-    <copy      file="../LICENSE"
+    <copy      file="LICENSE.txt"
               todir="${dist.home}"/>
     <jar    
jarfile="${dist.home}/commons-${component.name}-${component.version}.jar"
             basedir="${build.home}/classes"



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

Reply via email to