You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2003/03/05 22:25:51 UTC

cvs commit: jakarta-tomcat-5 build.xml

costin      2003/03/05 13:25:51

  Modified:    .        build.xml
  Log:
  To be sure - override jmx.detect.
  
  Copy ant to embed ( so it can be self-contained )
  
  Revision  Changes    Path
  1.93      +4 -0      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -r1.92 -r1.93
  --- build.xml	1 Mar 2003 17:34:04 -0000	1.92
  +++ build.xml	5 Mar 2003 21:25:51 -0000	1.93
  @@ -159,6 +159,7 @@
         <property name="tomcat5.detect" value="true"/>
         <property name="commons-logging.jar" value="${commons-logging.jar}"/>
         <property name="jmx.jar" value="${jmx.jar}"/>
  +      <property name="jmx.detect" value="true"/>
         <property name="tomcat-coyote.jar" value="${tomcat.build}/server/lib/tomcat-coyote.jar" />
   
         <property name="jk.build" value="${tomcat.build}"/>
  @@ -476,6 +477,9 @@
         </fileset>
         <fileset dir="build/common/lib">
           <include name="commons-collections.jar"/>
  +      </fileset>
  +      <fileset dir="${ant.home}/lib">
  +        <include name="ant.jar"/>
         </fileset>
       </copy>
       
  
  
  

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