keith       02/04/24 05:26:23

  Modified:    .        build.xml
  Log:
  Fix build with the http11 connector
  
  Revision  Changes    Path
  1.177     +1 -1      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.176
  retrieving revision 1.177
  diff -u -r1.176 -r1.177
  --- build.xml 18 Apr 2002 13:57:59 -0000      1.176
  +++ build.xml 24 Apr 2002 12:26:23 -0000      1.177
  @@ -263,7 +263,7 @@
               <property name="tomcat33.home" value="${basedir}/build/tomcat"/>
           </ant>
           
  -        <ant dir="${jakarta-tomcat-connectors}/http11" />
  +        <ant dir="${jakarta-tomcat-connectors}/http11" inheritAll="false" />
               
           <ant dir="${jakarta-tomcat-connectors}/jk" target="build-jk">
               <property name="tomcat33.home" value="${basedir}/build/tomcat"/>
  
  
  

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

Reply via email to