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 cm...@apache.org on 2003/07/09 22:37:29 UTC

cvs commit: jakarta-cactus build-common.xml

cmlenz      2003/07/09 13:37:29

  Modified:    .        build-common.xml
  Log:
  Fix the version number in the docs published by Gump.
  Note: if (project.doc.version = project.version) and we change project.version, we also change project.doc.version ;-)
  
  Revision  Changes    Path
  1.29      +2 -2      jakarta-cactus/build-common.xml
  
  Index: build-common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build-common.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- build-common.xml	30 Jun 2003 16:22:08 -0000	1.28
  +++ build-common.xml	9 Jul 2003 20:37:29 -0000	1.29
  @@ -17,7 +17,7 @@
     <!-- Project version -->
     <property name="project.version.release" value="1.5"/>
     <property name="project.version" value="${project.version.release}dev"/>
  -  <property name="project.doc.version" value="${project.version}"/>
  +  <property name="project.doc.version" value="${project.version.release}dev"/>
     <property name="project.doc.version.previous" value="1.4.1"/>
   
     <!-- 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