[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Fri Jun 13 06:32:05 EDT 2008


  User: chiba   
  Date: 08/06/13 06:32:05

  Modified:    javassist    Readme.html build.xml pom.xml
  Log:
  for 3.8.0.GA release
  
  Revision  Changes    Path
  1.95      +1 -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.94
  retrieving revision 1.95
  diff -u -b -r1.94 -r1.95
  --- Readme.html	3 Jun 2008 09:01:49 -0000	1.94
  +++ Readme.html	13 Jun 2008 10:32:05 -0000	1.95
  @@ -281,7 +281,7 @@
   
   <h2>Changes</h2>
   
  -<p>-version 3.8
  +<p>-version 3.8.0 on June 13, 2008
   <ul>
       <li>javassist.bytecode.analysis was implemented.
     	<li>JASSIST-45, 47, 51, 54-57, 60, 62 were fixed.
  
  
  
  1.36      +4 -3      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.35
  retrieving revision 1.36
  diff -u -b -r1.35 -r1.36
  --- build.xml	24 May 2008 05:12:30 -0000	1.35
  +++ build.xml	13 Jun 2008 10:32:05 -0000	1.36
  @@ -6,7 +6,7 @@
   
   <project name="javassist" default="jar" basedir=".">
   
  -  <property name="dist-version" value="javassist-3.7.1"/>
  +  <property name="dist-version" value="javassist-3.8.0"/>
   
     <property environment="env"/>
     <property name="target.jar" value="javassist.jar"/>
  @@ -185,6 +185,7 @@
   	  <exclude name=".*/**"/>
             <exclude name="build/**"/>
             <exclude name="local/**"/>
  +       	  <exclude name="eclipse-output/**"/>
             <exclude name="${dist-version}.zip"/>
             <exclude name="${target-src.jar}"/>
          </zipfileset>
  
  
  
  1.6       +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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- pom.xml	9 Mar 2008 13:14:24 -0000	1.5
  +++ pom.xml	13 Jun 2008 10:32:05 -0000	1.6
  @@ -13,7 +13,7 @@
     <description>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
        simple.  It is a class library for editing bytecodes in Java.
     </description>
  -  <version>3.7.1.GA</version>
  +  <version>3.8.0.GA</version>
     <name>Javassist</name>
     <url>http://www.javassist.org/</url>
     <build>
  
  
  



More information about the jboss-cvs-commits mailing list