You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2005/01/06 13:42:13 UTC

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

remm        2005/01/06 04:42:13

  Modified:    .        build.xml
               coyote   build.xml
  Log:
  - Don't create the coyote JAR for TC 5.
  
  Revision  Changes    Path
  1.220     +1 -4      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.219
  retrieving revision 1.220
  diff -u -r1.219 -r1.220
  --- build.xml	14 Oct 2004 07:40:34 -0000	1.219
  +++ build.xml	6 Jan 2005 12:42:13 -0000	1.220
  @@ -239,13 +239,10 @@
             depends="init" description="Build j-t-c/coyote">
       <echo>========== Building: tomcat-coyote </echo>
   
  -    <ant dir="${jtc.home}/coyote" target="jar.tomcat5">
  +    <ant dir="${jtc.home}/coyote" target="compile.tomcat5">
         <property name="catalina.home" value="${tomcat.build}"/>
         <property name="build.home" value="${tomcat.build}"/>
         <property name="tomcat5.detect" value="true"/>
  -      <!--
  -      <property name="tomcat-coyote.jar" value="${tomcat.build}/server/lib/tomcat-coyote.jar" />
  -      -->
         <property name="tomcat-util.jar"
                   value="${tomcat.build}/server/lib/tomcat-util.jar"/>
         <property name="servlet.jar"   value="${servlet-api.jar}"/>
  
  
  
  1.31      +3 -2      jakarta-tomcat-connectors/coyote/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- build.xml	1 Sep 2004 10:10:48 -0000	1.30
  +++ build.xml	6 Jan 2005 12:42:13 -0000	1.31
  @@ -214,6 +214,7 @@
   
   
     <target name="compile.tomcat5" if="tomcat5.detect"
  +   depends="static,compile.shared"
      description="Compile Tomcat 5.x Adapter">
       <javac  srcdir="${source.home}"
              destdir="${build.home}/classes"
  @@ -225,7 +226,7 @@
       </javac>
     </target>
   
  -  <target name="jar.tomcat5" depends="static,compile.shared,compile.tomcat5" >
  +  <target name="jar.tomcat5" depends="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