You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by um...@apache.org on 2003/02/21 16:54:20 UTC

cvs commit: ant build.xml WHATSNEW

umagesh     2003/02/21 07:54:20

  Modified:    .        Tag: ANT_15_BRANCH build.xml WHATSNEW
  Log:
  Update version numbers for Ant 1.5.2 Beta 1
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.304.2.46 +1 -1      ant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ant/build.xml,v
  retrieving revision 1.304.2.45
  retrieving revision 1.304.2.46
  diff -u -r1.304.2.45 -r1.304.2.46
  --- build.xml	19 Feb 2003 08:13:58 -0000	1.304.2.45
  +++ build.xml	21 Feb 2003 15:54:19 -0000	1.304.2.46
  @@ -20,7 +20,7 @@
   
     <property name="Name" value="Apache Ant"/>
     <property name="name" value="ant"/>
  -  <property name="version" value="1.5.2alpha"/>
  +  <property name="version" value="1.5.2beta1"/>
     <property name="manifest-version" value="1.5.2"/>
   
     <property name="debug" value="true"/>
  
  
  
  1.263.2.122 +2 -2      ant/WHATSNEW
  
  Index: WHATSNEW
  ===================================================================
  RCS file: /home/cvs/ant/WHATSNEW,v
  retrieving revision 1.263.2.121
  retrieving revision 1.263.2.122
  diff -u -r1.263.2.121 -r1.263.2.122
  --- WHATSNEW	19 Feb 2003 08:13:58 -0000	1.263.2.121
  +++ WHATSNEW	21 Feb 2003 15:54:20 -0000	1.263.2.122
  @@ -1,5 +1,5 @@
  -Changes from Ant 1.5.1 to current CVS version
  -=============================================
  +Changes from Ant 1.5.1 to Ant 1.5.2Beta1
  +========================================
   
   Changes that could break older environments:
   --------------------------------------------