patrickl    2002/08/09 09:24:22

  Modified:    coyote   build.xml
  Log:
  A change made last night to coyote/build.xml stopped the tomcat5 directory of coyote 
from building.  This change fixes this.  (Thanks to Ryan Lubke for pointing this out.)
  Submitted by: Bob Herrmann ([EMAIL PROTECTED])
  
  Revision  Changes    Path
  1.13      +2 -2      jakarta-tomcat-connectors/coyote/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.xml 9 Aug 2002 12:55:01 -0000       1.12
  +++ build.xml 9 Aug 2002 16:24:22 -0000       1.13
  @@ -241,7 +241,7 @@
     </target>
   
     <target name="compile" 
  -   depends="static,report,compile.shared,compile.tomcat4,compile.tomcat33"
  +   
depends="static,report,compile.shared,compile.tomcat5,compile.tomcat4,compile.tomcat33"
      description="Compile Coyote and its Adapters">
       <jar    jarfile="${build.home}/lib/tomcat-${component.name}.jar"
               basedir="${build.home}/classes"
  
  
  

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

Reply via email to