[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Thu Oct 9 06:56:04 EDT 2008


  User: chiba   
  Date: 08/10/09 06:56:04

  Modified:    javassist    Readme.html pom.xml build.xml
  Log:
  for releasing 3.9.0.GA
  
  Revision  Changes    Path
  1.101     +2 -1      javassist/Readme.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Readme.html
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/Readme.html,v
  retrieving revision 1.100
  retrieving revision 1.101
  diff -u -b -r1.100 -r1.101
  --- Readme.html	11 Sep 2008 10:39:51 -0000	1.100
  +++ Readme.html	9 Oct 2008 10:56:04 -0000	1.101
  @@ -281,12 +281,13 @@
   
   <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
  
  
  
  1.9       +1 -1      javassist/pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/pom.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -b -r1.8 -r1.9
  --- pom.xml	17 Jul 2008 07:58:38 -0000	1.8
  +++ pom.xml	9 Oct 2008 10:56:04 -0000	1.9
  @@ -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>
  
  
  
  1.39      +2 -2      javassist/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/build.xml,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- build.xml	17 Jul 2008 06:12:37 -0000	1.38
  +++ build.xml	9 Oct 2008 10:56:04 -0000	1.39
  @@ -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 @@
          <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"/>
  
  
  



More information about the jboss-cvs-commits mailing list