You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2003/08/05 01:30:45 UTC

cvs commit: jakarta-tomcat build.xml

larryi      2003/08/04 16:30:45

  Modified:    .        build.xml
  Log:
  Update to copy commons-logging-api.jar since JTC-util HEAD no longer
  copies it.
  
  Revision  Changes    Path
  1.196     +4 -1      jakarta-tomcat/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/build.xml,v
  retrieving revision 1.195
  retrieving revision 1.196
  diff -u -r1.195 -r1.196
  --- build.xml	7 Apr 2003 00:48:11 -0000	1.195
  +++ build.xml	4 Aug 2003 23:30:44 -0000	1.196
  @@ -456,12 +456,15 @@
       </jar>
   
       <!-- Add jakarta-tomcat-connectors utils -->
  -    <!-- Includes the tomcat-utils.jar and common-logging.jar -->
       <copy todir="${tomcat.build}/lib/common">
         <fileset dir="${jtc.util.build}/lib">
           <include name="*.jar"/>
         </fileset>
       </copy>
  +
  +    <!-- Copy commons-logging-api.jar since tomcat-util depends on it -->
  +    <copy todir="${tomcat.build}/lib/common"
  +          file="${commons-logging.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