User: starksm 
  Date: 01/12/02 17:39:21

  Modified:    tomcat/src/build Tag: Branch_2_4 build.xml
  Log:
  Change release to version
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.15.2.10 +4 -4      contrib/tomcat/src/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/contrib/tomcat/src/build/build.xml,v
  retrieving revision 1.15.2.9
  retrieving revision 1.15.2.10
  diff -u -r1.15.2.9 -r1.15.2.10
  --- build.xml 2001/11/28 06:30:02     1.15.2.9
  +++ build.xml 2001/12/03 01:39:21     1.15.2.10
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8" ?>
  -<!-- $Id: build.xml,v 1.15.2.9 2001/11/28 06:30:02 starksm Exp $ -->
  +<!-- $Id: build.xml,v 1.15.2.10 2001/12/03 01:39:21 starksm Exp $ -->
   
   <!-- An Ant build file for the tomcat-service jar and the
       JBoss/Tomcat bundle. The buildfile requires a JBoss dist
  @@ -57,11 +57,11 @@
   
     <target name="create-manifest">
       <echo file="${build.dir}/version.mf"
  -       append="true">Specification-Title: ${Name}-${version}
  +       append="false">Specification-Title: ${Name}-${version}
   Specification-Version: ${version}
   Specification-Vendor: JBoss Group, LLC
  -Implementation-Title: ${Name}-${release} CVSTag=${release-tag}
  -Implementation-Version: ${release}.${build.time}
  +Implementation-Title: ${Name}-${version} CVSTag=${version-tag}
  +Implementation-Version: ${version}.${build.time}
   Implementation-Vendor: JBoss Group, LLC
       </echo>
       <fixcrlf srcdir="${build.dir}" includes="version.mf" eol="crlf" />
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to