You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ki...@apache.org on 2004/03/16 20:48:39 UTC

cvs commit: jakarta-tomcat-connectors/coyote build.xml

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org