remm        2003/02/09 14:14:46

  Modified:    catalina build.xml
  Log:
  - Copy the main JMX JAR to a fixed location (the idea is that it is needed in the
    classpath for JNI, and as the JAR name was changing between the implementation 
...).
  
  Revision  Changes    Path
  1.39      +1 -1      jakarta-tomcat-catalina/catalina/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- build.xml 16 Jan 2003 22:42:09 -0000      1.38
  +++ build.xml 9 Feb 2003 22:14:46 -0000       1.39
  @@ -518,7 +518,7 @@
             file="${commons-fileupload.jar}"/>
     </target>
     <target name="copy-jmx.jar" if="copy.jmx.jar">
  -    <copy todir="${catalina.build}/server/lib" file="${jmx.jar}"/>
  +    <copy tofile="${catalina.build}/server/lib/jmx.jar" file="${jmx.jar}"/>
       <copy todir="${catalina.build}/server/lib" file="../etc/mx4j.license"/>
     </target>
     <target name="copy-launcher.jars" if="copy.launcher.jars">
  
  
  

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

Reply via email to