diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-02-22 01:17:31 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2006-02-22 01:17:31 +0000 |
commit | 5404f1e1866e3ce6132a538f5d1caffe11c0bc73 (patch) | |
tree | 9025d82ab97bf50f8b711141c336b7159b7dae17 | |
parent | efa62f09d0bf25f3f571cab4f5f235023315f5e0 (diff) | |
download | javassist-5404f1e1866e3ce6132a538f5d1caffe11c0bc73.tar.gz javassist-5404f1e1866e3ce6132a538f5d1caffe11c0bc73.zip |
(almost) final updates for 3.1 release
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@251 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
-rw-r--r-- | Readme.html | 19 | ||||
-rw-r--r-- | build.xml | 5 | ||||
-rw-r--r-- | src/main/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | src/main/javassist/CtClass.java | 2 | ||||
-rw-r--r-- | src/main/javassist/util/proxy/package.html | 1 |
5 files changed, 14 insertions, 15 deletions
diff --git a/Readme.html b/Readme.html index a7eaede9..39c5bc45 100644 --- a/Readme.html +++ b/Readme.html @@ -7,7 +7,7 @@ <h1>Javassist version 3</h1> -<h3>Copyright (C) 2000-2006 by Shigeru Chiba, All rights reserved.</h3> +<h3>Copyright (C) 1999-2006 by Shigeru Chiba, All rights reserved.</h3> <p><br></p> @@ -281,7 +281,7 @@ see javassist.Dump. <h2>Changes</h2> -<p>- version 3.1 +<p>- version 3.1 on February 22, 2006 <ul> <li>getFields(), getMethods(), and getConstructors() in CtClass @@ -296,7 +296,6 @@ see javassist.Dump. <li>toMethod() in javassist.CtConstructor has been implemented. <li>It includes new javassist.util.proxy package similar to Enhancer of CGLIB. - <p> <li>The subpackages of Javassist were restructured. <ul> @@ -308,14 +307,14 @@ see javassist.Dump. </ul> </ul> -<p>- version 3.1 RC2 in September 7, 2005 +<p>- version 3.1 RC2 on September 7, 2005 <ul> <li>RC2 is released mainly for an administrative reason. <li>A few bugs have been fixed. </ul> -<p>- version 3.1 RC1 in August 29, 2005 +<p>- version 3.1 RC1 on August 29, 2005 <ul> <li>Better annotation supports. See <code>CtClass.getAnnotations()</code> @@ -327,7 +326,7 @@ see javassist.Dump. <li>Many bugs were fixed. </ul> -<p>- version 3.0 in January 18, 2005 +<p>- version 3.0 on January 18, 2005 <ul> <li>The compiler now supports synchronized statements and finally @@ -335,7 +334,7 @@ see javassist.Dump. <li>You can now remove a method and a field. </ul> -<p>- version 3.0 RC1 in September 13, 2004. +<p>- version 3.0 RC1 on September 13, 2004. <ul> <li>CtClass.toClass() has been reimplemented. The behavior has been @@ -348,7 +347,7 @@ see javassist.Dump. <li>The compiler supports a switch statement. </ul> -<p>- version 3.0 beta in May 18th, 2004. +<p>- version 3.0 beta on May 18th, 2004. <ul> <li>The ClassPool framework has been redesigned. @@ -591,7 +590,7 @@ and <a href="http://www.jboss.org/index.html?module=html&op=userdisplay&id=devel <h2>Copyright notices</h2> <p>Javassist, a Java-bytecode translator toolkit. -<br>Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved. +<br>Copyright (C) 1999-2006 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> @@ -608,7 +607,7 @@ See the License for the specific language governing rights and <p>The Initial Developer of the Original Code is Shigeru Chiba. Portions created by the Initial Developer are<br> -Copyright (C) 1999-2004 Shigeru Chiba. All Rights Reserved. +Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved. <p>Contributor(s): ______________________________________. <p>Alternatively, the contents of this software may be used under the @@ -6,7 +6,7 @@ <project name="javassist" default="jar" basedir="."> - <property name="dist-version" value="javassist-3.1RC2"/> + <property name="dist-version" value="javassist-3.1"/> <property environment="env"/> <property name="target.jar" value="javassist.jar"/> @@ -110,7 +110,6 @@ to ${build.classes.dir}.</echo> sourcepath="src/main" defaultexcludes="yes" locale="en_US" - charset="iso-8859-1" destdir="html" author="true" version="true" @@ -119,7 +118,7 @@ to ${build.classes.dir}.</echo> nohelp="true" windowtitle="Javassist API"> <doctitle><![CDATA[<h1>Javassist</h1>]]></doctitle> - <bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit. + <bottom><![CDATA[<i>Javassist, a Java-bytecode translator toolkit.<br> Copyright (C) 1999-2006 Shigeru Chiba. All Rights Reserved.</i>]]></bottom> </javadoc> </target> diff --git a/src/main/META-INF/MANIFEST.MF b/src/main/META-INF/MANIFEST.MF index 31a5eae6..5cb91031 100644 --- a/src/main/META-INF/MANIFEST.MF +++ b/src/main/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.1 Specification-Title: Javassist Created-By: Shigeru Chiba, Tokyo Institute of Technology Specification-Vendor: Shigeru Chiba, Tokyo Institute of Technology -Specification-Version: 3.1RC2 +Specification-Version: 3.1 Main-Class: javassist.CtClass Name: javassist/ diff --git a/src/main/javassist/CtClass.java b/src/main/javassist/CtClass.java index 31ea035c..5ed5d5e8 100644 --- a/src/main/javassist/CtClass.java +++ b/src/main/javassist/CtClass.java @@ -51,7 +51,7 @@ public abstract class CtClass { /** * The version number of this release. */ - public static final String version = "3.1RC2"; + public static final String version = "3.1"; /** * Prints the version number and the copyright notice. diff --git a/src/main/javassist/util/proxy/package.html b/src/main/javassist/util/proxy/package.html index 6c1354fa..6c77804d 100644 --- a/src/main/javassist/util/proxy/package.html +++ b/src/main/javassist/util/proxy/package.html @@ -1,5 +1,6 @@ <html> <body> Dynamic proxy (similar to <code>Enhancer</code> of <a href="http://cglib.sourceforge.net/">cglib</a>). +See <code>ProxyFactory</code> for more details. </body> </html> |