markt       2004/03/10 14:35:10

  Modified:    coyote   build.xml
               http11   build.xml
  Log:
  - Fix bug 17315. Version info not set correctly in manifest files.
  
  Revision  Changes    Path
  1.27      +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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.xml 4 May 2003 19:41:25 -0000       1.26
  +++ build.xml 10 Mar 2004 22:35:10 -0000      1.27
  @@ -232,7 +232,7 @@
       <jar  jarfile="${tomcat-coyote.jar}"
            index="true"
            basedir="${build.home}/classes"
  -         manifest="${conf.home}/MANIFEST.MF"
  +         manifest="${build.home}/conf/MANIFEST.MF"
            excludes="**/tomcat3/*" >
         <include name="org/apache/coyote/*.class" />
         <include name="org/apache/coyote/memory/*.class" />
  
  
  
  1.17      +2 -2      jakarta-tomcat-connectors/http11/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/http11/build.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.xml 7 Oct 2003 14:28:34 -0000       1.16
  +++ build.xml 10 Mar 2004 22:35:10 -0000      1.17
  @@ -174,7 +174,7 @@
       <jar    jarfile="${tomcat-http11.jar}"
                index="true"
               basedir="${build.home}/classes"
  -             manifest="${conf.home}/MANIFEST.MF">
  +             manifest="${build.home}/conf/MANIFEST.MF">
         <include name="org/apache/coyote/http11/**"/>
       </jar>
     </target>
  
  
  

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

Reply via email to