You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jf...@apache.org on 2004/02/27 10:34:04 UTC

cvs commit: jakarta-commons/daemon build.xml

jfclere     2004/02/27 01:34:04

  Modified:    daemon   build.xml
  Log:
  Add the file NOTICE.txt in place where LICENSE is.
  
  Revision  Changes    Path
  1.4       +5 -1      jakarta-commons/daemon/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/daemon/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml	13 Jan 2004 15:07:07 -0000	1.3
  +++ build.xml	27 Feb 2004 09:34:04 -0000	1.4
  @@ -208,6 +208,8 @@
       <mkdir      dir="${dist.home}/logs"/>
       <copy      file="LICENSE"
                 todir="${dist.home}"/>
  +    <copy      file="NOTICE.txt"
  +              todir="${dist.home}"/>
       <copy      file="RELEASE-NOTES.txt"
                 todir="${dist.home}"/>
       <copy todir="${dist.home}/bin/unix/jsvc-src">
  @@ -228,6 +230,8 @@
       <mkdir      dir="${build.home}/classes/META-INF"/>
       <copy      file="LICENSE"
                tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
  +    <copy      file="NOTICE.txt"
  +             tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
       <jar    jarfile="${dist.home}/commons-${component.name}.jar"
               basedir="${build.home}/classes"
              manifest="${build.home}/conf/MANIFEST.MF"
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org