[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Sun Jun 3 23:11:13 EDT 2007


  User: chiba   
  Date: 07/06/03 23:11:13

  Modified:    javassist    License.html build.xml Readme.html
  Log:
  updated the copyright notices.
  
  Revision  Changes    Path
  1.7       +1 -1      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.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- License.html	11 Jan 2006 06:45:57 -0000	1.6
  +++ License.html	4 Jun 2007 03:11:13 -0000	1.7
  @@ -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-2006 Shigeru Chiba. All Rights Reserved. 
  +  Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved. 
     <P>Contributor(s): ______________________________________. 
   
     <P>Alternatively, the contents of this file may be used under the terms of
  
  
  
  1.31      +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.30
  retrieving revision 1.31
  diff -u -b -r1.30 -r1.31
  --- build.xml	24 Feb 2007 06:12:07 -0000	1.30
  +++ build.xml	4 Jun 2007 03:11:13 -0000	1.31
  @@ -6,7 +6,7 @@
   
   <project name="javassist" default="jar" basedir=".">
   
  -  <property name="dist-version" value="javassist-3.4"/>
  +  <property name="dist-version" value="javassist-3.6"/>
   
     <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-2006 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
  +Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
       </javadoc>
     </target>
   
  
  
  
  1.85      +1 -0      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.84
  retrieving revision 1.85
  diff -u -b -r1.84 -r1.85
  --- Readme.html	11 May 2007 13:37:19 -0000	1.84
  +++ Readme.html	4 Jun 2007 03:11:13 -0000	1.85
  @@ -284,6 +284,7 @@
   <p>-version 3.6
   
   <ul>
  + 	<li>The stack map table introduced since Java 6 has been supported.
       <li><a href="http://jira.jboss.com/jira/browse/JASSIST-33">JIRA JASSIST-33</a> has been fixed.
   </ul>
   
  
  
  



More information about the jboss-cvs-commits mailing list