You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2004/02/06 04:37:20 UTC

cvs commit: jakarta-tomcat build.xml

billbarker    2004/02/05 19:37:20

  Modified:    .        build.xml
  Log:
  It seems that o.a.t.u.log needs to be in the common cl.
  
  Also, actually copy over the regexp jar, so that the CoyoteConnector2 can actually work.
  
  Revision  Changes    Path
  1.200     +3 -0      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.199
  retrieving revision 1.200
  diff -u -r1.199 -r1.200
  --- build.xml	1 Jan 2004 23:20:46 -0000	1.199
  +++ build.xml	6 Feb 2004 03:37:20 -0000	1.200
  @@ -461,6 +461,7 @@
       <jar jarfile="${tomcat.build}/lib/common/core_util.jar" >
         <fileset dir="${tomcat.build}/classes">
             <include name="org/apache/tomcat/util/hooks/**"/>
  +          <include name="org/apache/tomcat/util/log/**"/>
           <!-- All resource must go to common, bug in StringManager/ResourceBundle -->
           <include name="org/apache/tomcat/util/**/*.properties"/>
         </fileset>
  @@ -476,6 +477,8 @@
       <!-- Copy commons-logging-api.jar since tomcat-util depends on it -->
       <copy todir="${tomcat.build}/lib/common"
             file="${commons-logging.jar}"/>
  +    <copy todir="${tomcat.build}/lib/container"
  +          file="${regexp.jar}" />
   
       <!-- All tomcat3 specific utils -->
       <jar jarfile="${tomcat.build}/lib/container/container_util.jar" >
  
  
  

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