remm        02/01/25 09:30:06

  Modified:    coyote   build.xml
  Log:
  - Harmonize JAR names (so that the JAR name matches the name of the connector
    or component).
  
  Revision  Changes    Path
  1.4       +5 -9      jakarta-tomcat-connectors/coyote/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/coyote/build.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.xml 4 Dec 2001 20:27:55 -0000       1.3
  +++ build.xml 25 Jan 2002 17:30:06 -0000      1.4
  @@ -3,7 +3,7 @@
   
   <!--
           "Coyote" connector framework for Jakarta Tomcat
  -        $Id: build.xml,v 1.3 2001/12/04 20:27:55 remm Exp $
  +        $Id: build.xml,v 1.4 2002/01/25 17:30:06 remm Exp $
   -->
   
   
  @@ -156,10 +156,6 @@
       <copy    todir="${build.home}/classes" filtering="on">
         <fileset dir="${source.home}" excludes="**/*.java"/>
       </copy>
  -    <jar    jarfile="${build.home}/lib/tomcat-${component.name}.jar"
  -            basedir="${build.home}/classes"
  -           manifest="${build.home}/conf/MANIFEST.MF"
  -           excludes="org/apache/coyote/tomcat4/**" />
     </target>
   
   
  @@ -176,15 +172,15 @@
       <copy    todir="${build.home}/classes" filtering="on">
         <fileset dir="${source.home}" excludes="**/*.java"/>
       </copy>
  -    <jar    jarfile="${build.home}/lib/tomcat-${component.name}-catalina.jar"
  -            basedir="${build.home}/classes"
  -           manifest="${build.home}/conf/MANIFEST.MF"
  -           includes="org/apache/coyote/tomcat4/**" />
     </target>
   
     <target name="compile" 
      depends="static,javadoc,report,compile.shared,compile.tomcat4"
      description="Compile Coyote and its Adapters">
  +    <jar    jarfile="${build.home}/lib/tomcat-${component.name}.jar"
  +            basedir="${build.home}/classes"
  +           manifest="${build.home}/conf/MANIFEST.MF"
  +           includes="org/apache/coyote/**" />
     </target>
   
   
  
  
  

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

Reply via email to