You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/06/14 18:50:02 UTC

cvs commit: ws-axis/java build.xml

dims        2005/06/14 09:50:02

  Modified:    java     build.xml
  Log:
  updated cvslog
  
  Revision  Changes    Path
  1.265     +2 -2      ws-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/build.xml,v
  retrieving revision 1.264
  retrieving revision 1.265
  diff -u -r1.264 -r1.265
  --- build.xml	2 May 2005 19:34:02 -0000	1.264
  +++ build.xml	14 Jun 2005 16:50:02 -0000	1.265
  @@ -577,12 +577,12 @@
       depends="setenv" >
       <cvschangelog dir="."
                   destfile="${build.dir}/changelog.xml"
  -                start="12 Feb 2005"
  +                start="4 May 2005"
       />        
       <style in="${build.dir}/changelog.xml" 
              out="${axis.home}/docs/cvslog.html" 
              style="${axis.home}/tools/changelog.xsl">
  -      <param name="title" expression="Apache Axis 1.2 Final ChangeLog (Changes after 1.2 RC3)"/>
  +      <param name="title" expression="Apache Axis 1.2.1 Final ChangeLog (Changes after 1.2 Final)"/>
         <param name="module" expression="ws-axis/java"/>
         <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/>
       </style>