[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Tue Jul 18 10:47:07 EDT 2006


  User: chiba   
  Date: 06/07/18 10:47:07

  Modified:    javassist   build.xml Readme.html
  Log:
  updated since javassist.scopedpool was added.
  
  Revision  Changes    Path
  1.26      +5 -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.25
  retrieving revision 1.26
  diff -u -b -r1.25 -r1.26
  --- build.xml	20 Jun 2006 17:18:06 -0000	1.25
  +++ build.xml	18 Jul 2006 14:47:07 -0000	1.26
  @@ -105,11 +105,13 @@
     </target>
   
     <target name="javadocs">
  -    <javadoc packagenames="javassist.*"
  -           excludepackagenames="javassist.compiler.*,javassist.convert.*"
  +  	<mkdir dir="html"/>
  +    <javadoc
  +           Locale="en_US"
  +           packagenames="javassist.*"
  +           excludepackagenames="javassist.compiler.*,javassist.convert.*,javassist.scopedpool.*"
              sourcepath="src/main"
              defaultexcludes="yes"
  -           locale="en_US"
              destdir="html"
              author="true"
              version="true"
  
  
  
  1.71      +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.70
  retrieving revision 1.71
  diff -u -b -r1.70 -r1.71
  --- Readme.html	20 Jun 2006 17:18:06 -0000	1.70
  +++ Readme.html	18 Jul 2006 14:47:07 -0000	1.71
  @@ -281,6 +281,11 @@
   
   <h2>Changes</h2>
   
  +<p>-version 3.3
  +<ul>
  +    <li>javassist.scopedpool package was added.
  +</ul>
  +
   <p>-version 3.2 on June 21, 2006
   
   <ul>
  
  
  



More information about the jboss-cvs-commits mailing list