Browse Source

for releasing 3.9.0.GA


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

+ 2
- 1
Readme.html View File

@@ -281,12 +281,13 @@ see javassist.Dump.

<h2>Changes</h2>

<p>-version 3.9
<p>-version 3.9 on October 9, 2008
<ul>
<li>ClassPool.makeClassIfNew(InputStream) was implemented.
<li>CtNewMethod.wrapped(..) and CtNewConstructor.wrapped(..)
implicitly append a method like _added_m$0.
This method now has a synthetic attribute.
<li>JIRA JASSIST-66 has been fixed.
</ul>

<p>-version 3.8.1 on July 17, 2008

+ 2
- 2
build.xml View File

@@ -6,7 +6,7 @@

<project name="javassist" default="jar" basedir=".">

<property name="dist-version" value="javassist-3.8.1"/>
<property name="dist-version" value="javassist-3.9.0"/>

<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>
@@ -195,7 +195,7 @@ Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
<zipfileset dir="${basedir}" prefix="${dist-version}">
<include name="html/**"/>
<include name="sample/**"/>
<include name="src/**"/>
<include name="src/main/**"/>
<include name="tutorial/**"/>
<include name="*.html"/>
<include name="*.xml"/>

+ 1
- 1
pom.xml View File

@@ -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.8.1.GA</version>
<version>3.9.0.GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
<build>

Loading…
Cancel
Save