You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2005/09/04 03:22:27 UTC

svn commit: r267536 - /jakarta/commons/dormant/threading/trunk/build.xml

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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org