remm        02/03/14 21:36:17

  Modified:    catalina build.xml
  Log:
  - Adds commons-logging to the build.
  
  Revision  Changes    Path
  1.110     +3 -1      jakarta-tomcat-4.0/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/build.xml,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- build.xml 14 Mar 2002 23:51:44 -0000      1.109
  +++ build.xml 15 Mar 2002 05:36:17 -0000      1.110
  @@ -878,7 +878,9 @@
     <!-- ============== BUILD: Build tomcat-coyote-http11 =================== -->
     <target name="build-tomcat-http11">
   
  -    <ant dir="${tomcat-http11.home}" target="compile"/>
  +    <ant dir="${tomcat-http11.home}" target="compile">
  +      <property name="commons-logging.jar" value="${commons-logging.jar}"/>
  +    </ant>
   
       <copy todir="${catalina.deploy}/server/lib"
              file="${tomcat-http11.jar}"/>
  
  
  

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

Reply via email to