Browse Source

minor updates for 3.1RC1


git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@201 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 18 years ago
parent
commit
f4bc17b8dc
2 changed files with 3 additions and 1 deletions
  1. 2
    1
      Readme.html
  2. 1
    0
      build.xml

+ 2
- 1
Readme.html View File

@@ -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

+ 1
- 0
build.xml View File

@@ -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"/>

Loading…
Cancel
Save