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:20:23 UTC

svn commit: r267534 - /jakarta/commons/dormant/services/trunk/build.xml

Author: bayard
Date: Sat Sep  3 18:20:22 2005
New Revision: 267534

URL: http://svn.apache.org/viewcvs?rev=267534&view=rev
Log:
use the copy of LICENSE in services 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/services/trunk/build.xml

Modified: jakarta/commons/dormant/services/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/dormant/services/trunk/build.xml?rev=267534&r1=267533&r2=267534&view=diff
==============================================================================
--- jakarta/commons/dormant/services/trunk/build.xml (original)
+++ jakarta/commons/dormant/services/trunk/build.xml Sat Sep  3 18:20:22 2005
@@ -168,10 +168,10 @@
    description="Create binary distribution">
     <!-- TODO: top level files like LICENSE and README -->
     <mkdir      dir="${dist.home}"/>
-    <copy      file="../LICENSE"
+    <copy      file="LICENSE.txt"
               todir="${dist.home}"/>
     <mkdir      dir="${build.home}/classes/META-INF"/>
-    <copy      file="../LICENSE"
+    <copy      file="LICENSE.txt"
              tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
     <jar    jarfile="${dist.home}/commons-${component.name}.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