bodewig     2005/02/18 05:38:46

  Modified:    .        build.xml
  Added:       .        INSTALL
  Log:
  Some people expect an INSTALL file, PR 33273
  
  Revision  Changes    Path
  1.456     +2 -0      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.455
  retrieving revision 1.456
  diff -u -r1.455 -r1.456
  --- build.xml 18 Feb 2005 10:49:27 -0000      1.455
  +++ build.xml 18 Feb 2005 13:38:46 -0000      1.456
  @@ -1011,6 +1011,7 @@
       <copy todir="${dist.dir}">
         <fileset dir=".">
           <include name="README"/>
  +        <include name="INSTALL"/>
           <include name="LICENSE"/>
           <include name="LICENSE.xerces"/>
           <include name="LICENSE.dom"/>
  @@ -1104,6 +1105,7 @@
       <copy todir="${src.dist.dir}">
         <fileset dir=".">
           <include name="README"/>
  +        <include name="INSTALL"/>
           <include name="LICENSE"/>
           <include name="LICENSE.xerces"/>
           <include name="LICENSE.dom"/>
  
  
  
  1.1                  ant/INSTALL
  
  Index: INSTALL
  ===================================================================
  For installation instructions see the manual in the docs subdirectory
  or online at <http://ant.apache.org/manual/index.html>.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to