diff options
-rw-r--r-- | Readme.html | 3 | ||||
-rw-r--r-- | build.xml | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Readme.html b/Readme.html index 9ea78d47..d66a6554 100644 --- a/Readme.html +++ b/Readme.html @@ -282,7 +282,7 @@ see javassist.Dump. <h2>Changes</h2> -<p>- version 3.1 RC1 +<p>- version 3.1 RC1 in August 29, 2005 <ul> <li>Better annotation supports. See <code>CtClass.getAnnotations()</code> @@ -291,6 +291,7 @@ see javassist.Dump. <li>The compiler now accepts array initializers (only one dimensional arrays). <li>javassist.Dump was moved to javassist.tool.Dump. + <li>Many bugs were fixed. </ul> <p>- version 3.0 in January 18, 2005 @@ -130,6 +130,7 @@ Copyright (C) 1999-2005 Shigeru Chiba. All Rights Reserved.</i>]]></bottom> <zipfileset dir="${basedir}" prefix="${dist-version}"> <include name="**"/> <exclude name=".*"/> + <exclude name=".*/**"/> <exclude name="build/**"/> <exclude name="local/**"/> <exclude name="${dist-version}.zip"/> |