You are viewing a plain text version of this content. The canonical link for it is here.
Posted to crimson-cvs@xml.apache.org by ed...@apache.org on 2002/02/07 01:21:08 UTC

cvs commit: xml-crimson build.xml

edwingo     02/02/06 16:21:08

  Modified:    .        build.xml
  Log:
  Added LICENSE file for crimson distributions
  
  Revision  Changes    Path
  1.16      +6 -0      xml-crimson/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-crimson/build.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- build.xml	3 Oct 2001 13:49:32 -0000	1.15
  +++ build.xml	7 Feb 2002 00:21:08 -0000	1.16
  @@ -230,6 +230,9 @@
       <delete dir="${distbin.dir}"/>
       <mkdir dir="${distbin.dir}"/>
   
  +    <!-- Copy the LICENSE file -->
  +    <copy file="LICENSE" tofile="${distbin.dir}/LICENSE"/>
  +
       <!-- Copy the built jar files -->
       <copy todir="${distbin.dir}">
         <fileset dir="${build.dir}">
  @@ -268,6 +271,9 @@
       <echo message="Building the source distribution files (zip, tar)"/>
       <delete dir="${distsrc.dir}"/>
       <mkdir dir="${distsrc.dir}"/>
  +
  +    <!-- Copy the LICENSE file -->
  +    <copy file="LICENSE" tofile="${distsrc.dir}/LICENSE"/>
   
       <copy todir="${distsrc.dir}">
         <fileset dir=".">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: crimson-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: crimson-cvs-help@xml.apache.org