larryi      2004/02/11 08:24:14

  Modified:    proposals/JmxSupport build.xml
  Log:
  Include the jmxtools jar in the classpath so this add-on can build.
  
  Revision  Changes    Path
  1.3       +1 -0      jakarta-tomcat/proposals/JmxSupport/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/proposals/JmxSupport/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 13 Oct 2003 09:45:05 -0000      1.2
  +++ build.xml 11 Feb 2004 16:24:14 -0000      1.3
  @@ -60,6 +60,7 @@
          destdir="${tomcat.build.modules}/JmxSupport/WEB-INF/classes">
          <classpath path="${tomcat.classes}"/>
          <classpath location="${jmx.jar}"/>
  +       <classpath location="${jmxtools.jar}"/>
          <classpath location="${commons-logging.jar}"/>
       </javac>
   
  
  
  

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

Reply via email to