kinman      2004/03/16 11:48:39

  Modified:    coyote   build.xml
  Log:
  - Fix the build
  
  Revision  Changes    Path
  1.28      +2 -2      jakarta-tomcat-connectors/coyote/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- build.xml 10 Mar 2004 22:35:10 -0000      1.27
  +++ build.xml 16 Mar 2004 19:48:38 -0000      1.28
  @@ -228,7 +228,7 @@
       </copy>
     </target>
   
  -  <target name="jar.tomcat5" depends="compile.shared,compile.tomcat5" >
  +  <target name="jar.tomcat5" depends="static,compile.shared,compile.tomcat5" >
       <jar  jarfile="${tomcat-coyote.jar}"
            index="true"
            basedir="${build.home}/classes"
  
  
  

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

Reply via email to