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

cvs commit: jakarta-commons/collections build.xml

scolebourne    2004/02/19 13:27:52

  Modified:    collections build.xml
  Log:
  Add notice to builds
  
  Revision  Changes    Path
  1.60      +6 -0      jakarta-commons/collections/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/collections/build.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- build.xml	25 Jan 2004 19:48:24 -0000	1.59
  +++ build.xml	19 Feb 2004 21:27:52 -0000	1.60
  @@ -114,6 +114,8 @@
       <mkdir      dir="${build.classes}/META-INF"/>
       <copy      file="LICENSE.txt"
                tofile="${build.classes}/META-INF/LICENSE.txt"/>
  +    <copy      file="NOTICE.txt"
  +             tofile="${build.classes}/META-INF/NOTICE.txt"/>
                
       <tstamp/>
       <mkdir      dir="${build.conf}"/>
  @@ -279,6 +281,8 @@
       <mkdir      dir="${tf.build.tf}/META-INF"/>
       <copy      file="LICENSE.txt"
                tofile="${tf.build.tf}/META-INF/LICENSE.txt"/>
  +    <copy      file="NOTICE.txt"
  +             tofile="${tf.build.tf}/META-INF/NOTICE.txt"/>
                
       <tstamp/>
       <mkdir      dir="${tf.build.conf}"/>
  @@ -337,6 +341,7 @@
       <copy     todir="${build.dist.bin.work}">
         <fileset dir=".">
           <include name="LICENSE.txt"/>
  +        <include name="NOTICE.txt"/>
           <include name="README.txt"/>
           <include name="RELEASE-NOTES.html"/>
         </fileset>
  @@ -354,6 +359,7 @@
       <copy     todir="${build.dist.src.work}">
         <fileset dir=".">
           <include name="LICENSE.txt"/>
  +        <include name="NOTICE.txt"/>
           <include name="README.txt"/>
           <include name="RELEASE-NOTES.html"/>
           <include name="DEVELOPERS-GUIDE.html"/>
  
  
  

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