patrickl    2002/10/17 11:20:29

  Modified:    .        build.xml
  Log:
  Adjust properties for building jakarta-tomcat-connectors/jk
  
  Revision  Changes    Path
  1.47      +1 -2      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- build.xml 17 Oct 2002 03:00:03 -0000      1.46
  +++ build.xml 17 Oct 2002 18:20:28 -0000      1.47
  @@ -144,8 +144,7 @@
       <echo>========== Building: tomcat-jk </echo>
   
       <ant dir="${jtc.home}/jk" target="build-main">
  -      <property name="tomcat41.home" value="${tomcat.build}"/>
  -      <property name="catalina.home" value="${tomcat.build}"/>
  +      <property name="tomcat5.home" value="${catalina.build}"/>
         <property name="commons-logging.jar" value="${commons-logging.jar}"/>
         <property name="jmx.jar" value="${jmx.jar}"/>
       </ant>
  
  
  

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to