You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/11/06 11:14:34 UTC

cvs commit: jakarta-tomcat-5 build.xml

remm        2002/11/06 02:14:34

  Modified:    .        build.xml
  Log:
  - Copy LICENSE to the ${base.path} because of the modeler.
  
  Revision  Changes    Path
  1.57      +1 -0      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- build.xml	5 Nov 2002 19:25:49 -0000	1.56
  +++ build.xml	6 Nov 2002 10:14:33 -0000	1.57
  @@ -787,6 +787,7 @@
       <!-- commons-digester needs ../LICENSE -->
       <!-- That is ugly XXX needs a review -->
       <copy file="LICENSE" tofile="../LICENSE"/>
  +    <copy file="LICENSE" tofile="${base.path}/LICENSE"/>
   
       <!-- Downdown any sub package or tools needed. -->
       <antcall target="downloadgz">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>