costin      02/04/10 17:05:16

  Modified:    .        build.xml
  Log:
  Copy commons-logging in common. Roll back if you think it's a problem, but
  it shouldn't be. There are few things that will work better - especially
  if you use log4j or another logger.
  
  Copy jk2.properties.
  
  Revision  Changes    Path
  1.172     +4 -1      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.171
  retrieving revision 1.172
  diff -u -r1.171 -r1.172
  --- build.xml 10 Apr 2002 03:24:44 -0000      1.171
  +++ build.xml 11 Apr 2002 00:05:16 -0000      1.172
  @@ -239,7 +239,7 @@
       <copy file ="src/build/readme/readme.common"
             tofile="${tomcat.build}/lib/common/README" />
   
  -    <copy tofile="${tomcat.build}/lib/container/commons-logging.jar"
  +    <copy tofile="${tomcat.build}/lib/common/commons-logging.jar"
             file="${commons-logging.jar}"/>
   
       <!-- This act as a "default", Tomcat3.3 will not load it in
  @@ -534,6 +534,9 @@
   
       <copy todir="${tomcat.build}/lib/container"
             file="${jakarta-tomcat-connectors}/jk/build/lib/tomcat-jk2.jar"/>
  +
  +    <copy todir="${tomcat.build}/conf"
  +          file="${jakarta-tomcat-connectors}/jk/conf/jk2.properties"/>
   
     </target>
   
  
  
  

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

Reply via email to