[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Tue Mar 18 17:36:05 EDT 2008


  User: chiba   
  Date: 08/03/18 17:36:05

  Modified:    javassist   Readme.html .classpath
  Log:
  fixed a bug of CodeIterator.insertGap() with JDK 1.6
  
  Revision  Changes    Path
  1.92      +5 -0      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.91
  retrieving revision 1.92
  diff -u -b -r1.91 -r1.92
  --- Readme.html	9 Mar 2008 13:07:01 -0000	1.91
  +++ Readme.html	18 Mar 2008 21:36:04 -0000	1.92
  @@ -281,6 +281,11 @@
   
   <h2>Changes</h2>
   
  +<p>-version 3.7.2
  +<ul>
  +  	<li>JASSIST-51 was fixed.
  +</ul>
  +
   <p>-version 3.7.1 on March 10, 2008
   <ul>
       <li>a bug of javassist.util.proxy has been fixed.
  
  
  
  1.8       +1 -0      javassist/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/.classpath,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- .classpath	11 Jun 2007 08:17:03 -0000	1.7
  +++ .classpath	18 Mar 2008 21:36:04 -0000	1.8
  @@ -1,6 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry excluding="javassist/util/HotSwapper.java" kind="src" path="src/main"/>
  +	<classpathentry kind="src" path="src/test"/>
   	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="output" path="build/classes"/>
   </classpath>
  
  
  



More information about the jboss-cvs-commits mailing list