keith       2004/08/18 05:37:32

  Modified:    .        build.xml
  Log:
  jtc now needs regexp to build coyote
  
  Revision  Changes    Path
  1.10      +4 -0      jakarta-tomcat-connectors/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml 5 May 2003 01:07:43 -0000       1.9
  +++ build.xml 18 Aug 2004 12:37:32 -0000      1.10
  @@ -194,6 +194,10 @@
         <param name="destfile" value="${tomcat33.jar}"/>
       </antcall>
   
  +    <antcall target="downloadgz">
  +      <param name="sourcefile" value="${regexp.loc}"/>
  +      <param name="destfile" value="${regexp.jar}"/>
  +    </antcall>
   
     </target>
   
  
  
  

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

Reply via email to