You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/11/30 16:14:31 UTC

cvs commit: jakarta-commons/launcher build.xml LICENSE

dirkv       2003/11/30 07:14:31

  Modified:    launcher build.xml
  Removed:     launcher LICENSE
  Log:
  use LICENSE.txt
  
  Revision  Changes    Path
  1.3       +3 -3      jakarta-commons/launcher/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/launcher/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	22 Apr 2003 00:49:17 -0000	1.2
  +++ build.xml	30 Nov 2003 15:14:31 -0000	1.3
  @@ -207,7 +207,7 @@
       <mkdir      dir="${dist.home}/bin"/>
       <mkdir      dir="${dist.home}/lib"/>
       <mkdir      dir="${dist.home}/logs"/>
  -    <copy      file="LICENSE"
  +    <copy      file="LICENSE.txt"
                 todir="${dist.home}"/>
       <copy      file="RELEASE-NOTES.txt"
                 todir="${dist.home}"/>
  @@ -261,7 +261,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"/>
       <jar    jarfile="${dist.home}/bin/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