[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Sat Feb 28 20:56:58 EST 2009


  User: chiba   
  Date: 09/02/28 20:56:58

  Modified:    javassist     Readme.html pom.xml License.html build.xml
  Log:
  for preparing 3.10 release
  
  Revision  Changes    Path
  1.103     +4 -4      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.102
  retrieving revision 1.103
  diff -u -b -r1.102 -r1.103
  --- Readme.html	7 Dec 2008 07:17:52 -0000	1.102
  +++ Readme.html	1 Mar 2009 01:56:58 -0000	1.103
  @@ -7,7 +7,7 @@
   
   <h1>Javassist version 3</h1>
   
  -<h3>Copyright (C) 1999-2008 by Shigeru Chiba, All rights reserved.</h3>
  +<h3>Copyright (C) 1999-2009 by Shigeru Chiba, All rights reserved.</h3>
   
   <p><br></p>
   
  @@ -284,7 +284,7 @@
   <p>-version 3.10
   
   <ul>
  -	<li>JIRA JASSIST-69, 70
  +	<li>JIRA JASSIST-69, 70, 71 were fixed.
   </ul>
   
   <p>-version 3.9 on October 9, 2008
  @@ -704,7 +704,7 @@
   <h2>Copyright notices</h2>
   
   <p>Javassist, a Java-bytecode translator toolkit.
  -<br>Copyright (C) 1999-2007 Shigeru Chiba. All Rights Reserved.
  +<br>Copyright (C) 1999-2009 Shigeru Chiba. All Rights Reserved.
   
   <p>The contents of this software, Javassist, are subject to
   the Mozilla Public License Version 1.1 (the "License");<br>
  @@ -721,7 +721,7 @@
   
   <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-2009 Shigeru Chiba. All Rights Reserved. 
   <p>Contributor(s): ______________________________________. 
   
   <p>Alternatively, the contents of this software may be used under the
  
  
  
  1.10      +1 -1      javassist/pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/pom.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- pom.xml	9 Oct 2008 10:56:04 -0000	1.9
  +++ pom.xml	1 Mar 2009 01:56:58 -0000	1.10
  @@ -8,7 +8,7 @@
     <description>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
        simple.  It is a class library for editing bytecodes in Java.
     </description>
  -  <version>3.9.0.GA</version>
  +  <version>3.10.0.GA</version>
     <name>Javassist</name>
     <url>http://www.javassist.org/</url>
     <build>
  
  
  
  1.9       +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.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- License.html	20 Jan 2008 13:44:08 -0000	1.8
  +++ License.html	1 Mar 2009 01:56:58 -0000	1.9
  @@ -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-2008 Shigeru Chiba. All Rights Reserved. 
  +  Copyright (C) 1999-2009 Shigeru Chiba. All Rights Reserved. 
     <P>Contributor(s): ______________________________________. 
   
     <P>Alternatively, the contents of this file may be used under the terms of
  
  
  
  1.40      +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.39
  retrieving revision 1.40
  diff -u -b -r1.39 -r1.40
  --- build.xml	9 Oct 2008 10:56:04 -0000	1.39
  +++ build.xml	1 Mar 2009 01:56:58 -0000	1.40
  @@ -6,7 +6,7 @@
   
   <project name="javassist" default="jar" basedir=".">
   
  -  <property name="dist-version" value="javassist-3.9.0"/>
  +  <property name="dist-version" value="javassist-3.10.0"/>
   
     <property environment="env"/>
     <property name="target.jar" value="javassist.jar"/>
  @@ -185,7 +185,7 @@
              windowtitle="Javassist API">
         <doctitle><![CDATA[<h1>Javassist</h1>]]></doctitle>
         <bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.<br>
  -Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
  +Copyright (C) 1999-2009 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
       </javadoc>
     </target>
   
  
  
  



More information about the jboss-cvs-commits mailing list