You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/06/06 00:23:45 UTC

cvs commit: jakarta-tomcat-4.0/catalina build.xml

remm        2002/06/05 15:23:44

  Modified:    catalina build.xml
  Log:
  - Pass the value of jmx.jar to the ant calls to j-t-c.
  
  Revision  Changes    Path
  1.120     +4 -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.119
  retrieving revision 1.120
  diff -u -r1.119 -r1.120
  --- build.xml	26 May 2002 00:02:42 -0000	1.119
  +++ build.xml	5 Jun 2002 22:23:44 -0000	1.120
  @@ -771,7 +771,9 @@
     <!-- =================== BUILD: Build tomcat-util ======================= -->
     <target name="build-tomcat-util">
   
  -    <ant dir="${tomcat-util.home}" target="build-main"/>
  +    <ant dir="${tomcat-util.home}" target="build-main">
  +       <property name="jmx.jar" value="${jmx.jar}" />
  +    </ant>
   
       <copy todir="${catalina.build}/server/lib"
              file="${tomcat-util.jar}"/>
  @@ -855,6 +857,7 @@
         <property name="tomcat40.home" value="${catalina.deploy}"/>
         <property name="tomcat41.home" value="${catalina.deploy}"/>
         <property name="commons-logging.jar" value="${commons-logging.jar}"/>
  +      <property name="jmx.jar" value="${jmx.jar}"/>
       </ant>
   
       <copy todir="${catalina.deploy}/server/lib"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>