remm        2004/03/30 03:21:53

  Modified:    .        build.xml
  Log:
  - Include jmx.jar again.
  
  Revision  Changes    Path
  1.181     +1 -3      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.180
  retrieving revision 1.181
  diff -u -r1.180 -r1.181
  --- build.xml 12 Mar 2004 14:35:45 -0000      1.180
  +++ build.xml 30 Mar 2004 11:21:53 -0000      1.181
  @@ -1130,9 +1130,7 @@
   
       <!-- Copy the contents of each "build" directory -->
       <copy todir="${tomcat.dist}/bin">
  -      <fileset dir="${tomcat.build}/bin">
  -        <exclude name="jmx.jar" />
  -      </fileset>
  +      <fileset dir="${tomcat.build}/bin" />
       </copy>
       <copy todir="${tomcat.dist}/common/classes">
         <fileset dir="${tomcat.build}/common/classes" />
  
  
  

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

Reply via email to