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/02/12 22:58:43 UTC

cvs commit: ws-axis/java/xmls properties.xml

dims        2005/02/12 13:58:43

  Modified:    java     build.xml release-notes.html
               java/xmls properties.xml
  Log:
  Update to RC3
  
  Revision  Changes    Path
  1.261     +2 -2      ws-axis/java/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/build.xml,v
  retrieving revision 1.260
  retrieving revision 1.261
  diff -u -r1.260 -r1.261
  --- build.xml	4 Feb 2005 13:59:05 -0000	1.260
  +++ build.xml	12 Feb 2005 21:58:43 -0000	1.261
  @@ -577,12 +577,12 @@
       depends="setenv" >
       <cvschangelog dir="."
                   destfile="${build.dir}/changelog.xml"
  -                start="30 Sep 2004"
  +                start="16 Nov 2004"
       />        
       <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 RC2 ChangeLog (Changes after 1.2 RC1)"/>
  +      <param name="title" expression="Apache Axis 1.2 RC3 ChangeLog (Changes after 1.2 RC2)"/>
         <param name="module" expression="ws-axis/java"/>
         <param name="cvsweb" expression="http://cvs.apache.org/viewcvs/"/>
       </style>
  
  
  
  1.32      +1 -1      ws-axis/java/release-notes.html
  
  Index: release-notes.html
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/release-notes.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- release-notes.html	15 Nov 2004 04:45:31 -0000	1.31
  +++ release-notes.html	12 Feb 2005 21:58:43 -0000	1.32
  @@ -20,7 +20,7 @@
     of the <a href="http://ws.apache.org/axis">Axis SOAP toolkit</a>.</p>
   
   <h3>About this release</h3>
  -<p>This is the RC2 release of Axis 1.2.  Please kick the tires, put it through it's paces, and let us know via our mailing lists or bug tracking system if there are problems.  Stuff that still needs doing before the actual release:</p>
  +<p>This is the RC3 release of Axis 1.2.  Please kick the tires, put it through it's paces, and let us know via our mailing lists or bug tracking system if there are problems.  Stuff that still needs doing before the actual release:</p>
   <ul>
   <li>Documentation updates
   <li>A few more high-priority bugs will be fixed
  
  
  
  1.56      +2 -2      ws-axis/java/xmls/properties.xml
  
  Index: properties.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/xmls/properties.xml,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -r1.55 -r1.56
  --- properties.xml	15 Nov 2004 04:45:31 -0000	1.55
  +++ properties.xml	12 Feb 2005 21:58:43 -0000	1.56
  @@ -16,9 +16,9 @@
   <property name="debug" value="on" />
   <property name="nowarn" value="off" />
   
  -<property name="axis.version" value="1.2RC2" />
  +<property name="axis.version" value="1.2RC3" />
   <!-- This should be the version # above with dots replaced by underscores -->
  -<property name="axis.dirname" value="1_2RC2" />
  +<property name="axis.dirname" value="1_2RC3" />
   
   <property name="name" value="axis" />
   <property name="Name" value="Axis" />