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 2002/06/24 21:32:39 UTC

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

remm        2002/06/24 12:32:39

  Modified:    coyote   build.xml
  Log:
  - Revert change (that would require having TC 3.3 to build the HTTP/1.1
    protocol handler).
  
  Revision  Changes    Path
  1.10      +6 -6      jakarta-tomcat-connectors/coyote/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build.xml	19 Jun 2002 18:21:24 -0000	1.9
  +++ build.xml	24 Jun 2002 19:32:39 -0000	1.10
  @@ -200,11 +200,6 @@
       <copy    todir="${build.home}/classes" filtering="on">
         <fileset dir="${source.home}" excludes="**/*.java"/>
       </copy>
  -    <jar    jarfile="${build.home}/lib/tomcat33-${component.name}.jar"
  -            basedir="${build.home}/classes"
  -           manifest="${build.home}/conf/MANIFEST.MF"
  -           includes="org/apache/coyote/**" 
  -	   excludes="**/tomcat4/*" />
     </target>
   
     <target name="compile" 
  @@ -215,6 +210,11 @@
              manifest="${build.home}/conf/MANIFEST.MF"
              includes="org/apache/coyote/**" 
   	   excludes="**/tomcat3/*" />
  +    <jar    jarfile="${build.home}/lib/tomcat33-${component.name}.jar"
  +            basedir="${build.home}/classes"
  +           manifest="${build.home}/conf/MANIFEST.MF"
  +           includes="org/apache/coyote/**" 
  +	   excludes="**/tomcat4/*" />
     </target>
   
     <target name="compile.tests" depends="compile"
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>