remm        2003/06/15 06:32:35

  Modified:    .        build.xml
  Log:
  - Copy the commons-daemon JAR (the daemon loader class is still needed).
  
  Revision  Changes    Path
  1.132     +2 -0      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.131
  retrieving revision 1.132
  diff -u -r1.131 -r1.132
  --- build.xml 15 Jun 2003 13:13:17 -0000      1.131
  +++ build.xml 15 Jun 2003 13:32:35 -0000      1.132
  @@ -152,6 +152,7 @@
       <copy todir="${tomcat.build}/server/lib" file="${commons-modeler.jar}" />
   
       <copy todir="${tomcat.build}/bin" file="${commons-daemon.jsvc.tar.gz}" />
  +    <copy todir="${tomcat.build}/bin" file="${commons-daemon.jar}" />
   
       <copy todir="${tomcat.build}/common/lib" file="${ant.jar}"/>
     </target>
  @@ -853,6 +854,7 @@
       <!-- Copy Unix JSVC from commons-daemon -->
       <copy file="${commons-daemon.jsvc.tar.gz}" 
           tofile="${tomcat.dist}/bin/jsvc.tar.gz" />
  +    <copy todir="${tomcat.build}/bin" file="${commons-daemon.jar}" />
   
       <echo>Target: Webapps precompilation ...</echo>
   
  
  
  

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

Reply via email to