]> source.dussan.org Git - javassist.git/commitdiff
for releasing 3.9.0.GA rel_3_9_0_ga
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 9 Oct 2008 10:56:04 +0000 (10:56 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 9 Oct 2008 10:56:04 +0000 (10:56 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@460 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

Readme.html
build.xml
pom.xml

index 0dbd327a35b8e6bd7d79d0b9582c5c3cc68257ee..9feca8dc8758f64f0e0635049cb1874e0e617287 100644 (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
index a5e6a777198bca9795da8c856006d42b1b4d1d8f..a67e9246162a0426f67691025ae59b803af9cf9e 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"/>
diff --git a/pom.xml b/pom.xml
index 2523826c5a70a6ddf8bff123b8d49f3a20506523..d68b79b5d5d08d974e8ef8942faffce839913893 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>