[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Sun Jan 20 08:44:08 EST 2008


  User: chiba   
  Date: 08/01/20 08:44:08

  Modified:    javassist    Readme.html License.html build.xml
  Log:
  for 3.7.0.GA release
  
  Revision  Changes    Path
  1.90      +5 -2      javassist/Readme.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Readme.html
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/Readme.html,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -b -r1.89 -r1.90
  --- Readme.html	30 Sep 2007 15:32:59 -0000	1.89
  +++ Readme.html	20 Jan 2008 13:44:08 -0000	1.90
  @@ -7,7 +7,7 @@
   
   <h1>Javassist version 3</h1>
   
  -<h3>Copyright (C) 1999-2007 by Shigeru Chiba, All rights reserved.</h3>
  +<h3>Copyright (C) 1999-2008 by Shigeru Chiba, All rights reserved.</h3>
   
   <p><br></p>
   
  @@ -281,7 +281,10 @@
   
   <h2>Changes</h2>
   
  -<p>-version 3.7
  +<p>-version 3.7 on January 20, 2008
  +<ul>
  +	<li>Several minor bugs have been fixed.
  +</ul>
   
   <p>-version 3.6.0 on September 13, 2007
   
  
  
  
  1.8       +2 -2      javassist/License.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: License.html
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/License.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- License.html	4 Jun 2007 03:11:13 -0000	1.7
  +++ License.html	20 Jan 2008 13:44:08 -0000	1.8
  @@ -337,7 +337,7 @@
     basis. Nothing herein is intended or shall be deemed to constitute any 
     admission of liability.</UL><B>13. MULTIPLE-LICENSED CODE.</B> 
   <UL>Initial Developer may designate portions of the Covered Code as 
  -  “Multiple-Licensed?.&nbsp; “Multiple-Licensed? means that the Initial 
  +  �Multiple-Licensed?.&nbsp; �Multiple-Licensed? means that the Initial 
     Developer permits you to utilize portions of the Covered Code under Your 
     choice of the MPL or the alternative licenses, if any, specified by the 
     Initial Developer in the file described in Exhibit A.</UL>
  @@ -353,7 +353,7 @@
     <P>The Original Code is Javassist. 
     <P>The Initial Developer of the Original Code is Shigeru Chiba. 
     Portions created by the Initial Developer are<BR>&nbsp;
  -  Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved. 
  +  Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved. 
     <P>Contributor(s): ______________________________________. 
   
     <P>Alternatively, the contents of this file may be used under the terms of
  
  
  
  1.33      +2 -2      javassist/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/build.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -b -r1.32 -r1.33
  --- build.xml	27 Jul 2007 11:50:28 -0000	1.32
  +++ build.xml	20 Jan 2008 13:44:08 -0000	1.33
  @@ -6,7 +6,7 @@
   
   <project name="javassist" default="jar" basedir=".">
   
  -  <property name="dist-version" value="javassist-3.6"/>
  +  <property name="dist-version" value="javassist-3.7"/>
   
     <property environment="env"/>
     <property name="target.jar" value="javassist.jar"/>
  @@ -127,7 +127,7 @@
              windowtitle="Javassist API">
         <doctitle><![CDATA[<h1>Javassist</h1>]]></doctitle>
         <bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.<br>
  -Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
  +Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
       </javadoc>
     </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list