larryi      01/06/21 22:26:58

  Modified:    .        build.xml
  Log:
  Include KEYS file in build
  
  Revision  Changes    Path
  1.136     +1 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- build.xml 2001/06/19 00:34:37     1.135
  +++ build.xml 2001/06/22 05:26:56     1.136
  @@ -138,6 +138,7 @@
               <fileset dir="src/native"/>
           </copy>
       <copy tofile="${tomcat.build}/LICENSE" file="LICENSE"/>
  +    <copy tofile="${tomcat.build}/KEYS" file="KEYS"/>
   
       <!-- include ant, it is used for testing and will be used for
       configuration and few other tasks
  
  
  

Reply via email to