You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/11/07 17:27:01 UTC

cvs commit: jakarta-cactus build-common.xml

vmassol     2003/11/07 08:27:01

  Modified:    .        build-common.xml
  Log:
  Improved support for timestamp builds. The modifications prevents having to hardcode "dev" in the nightly build script thus leading to lighter maintenance when the version changes.
  
  Revision  Changes    Path
  1.37      +7 -6      jakarta-cactus/build-common.xml
  
  Index: build-common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build-common.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- build-common.xml	7 Nov 2003 14:10:42 -0000	1.36
  +++ build-common.xml	7 Nov 2003 16:27:01 -0000	1.37
  @@ -28,16 +28,17 @@
     <property name="project.version.major" value="1"/>
     <property name="project.version.minor" value="6"/>
     <property name="project.version.suffix" value="dev"/>
  +  <property name="project.version.suffix.timestamp" value=""/>
   
     <property name="project.version"
  -    value="${project.version.major}.${project.version.minor}${project.version.suffix}"/>
  +    value="${project.version.major}.${project.version.minor}${project.version.suffix}${project.version.suffix.timestamp}"/>
   
     <!-- Used for the web site. Note: The property must not be ${project.version}
  -  	   as this property is overriden by the Gump build which replace it by
  -  	   a timestamp value and we want the real version value to be displayed on
  -  	   the web site -->
  +  	   as ${project.version.suffix.timestamp} is overriden by the nightly build
  +  	   and replaced by a timestamped value. We want the real version value to 
  +  	   be displayed on the web site. -->
     <property name="project.doc.version" 
  -    value="${project.version.major}.${project.version.minor}${project.version.suffix}"/> 	
  +    value="${project.version.major}.${project.version.minor}${project.version.suffix}"/>
     <property name="project.doc.version.previous" value="1.5-rc1"/>
   
     <!-- Prefix to add to all distributable files -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org