[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Fri Feb 9 13:05:21 EST 2007


  User: chiba   
  Date: 07/02/09 13:05:21

  Modified:    javassist    .project build.xml .classpath
  Log:
  modified javassist.convert.* to support the stack map table of Java 6.
  
  Revision  Changes    Path
  1.3       +1 -11     javassist/.project
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .project
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/.project,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- .project	1 Jan 2006 14:55:28 -0000	1.2
  +++ .project	9 Feb 2007 18:05:21 -0000	1.3
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <projectDescription>
  -	<name>javassist</name>
  +	<name>jvst</name>
   	<comment></comment>
   	<projects>
   	</projects>
  @@ -10,16 +10,6 @@
   			<arguments>
   			</arguments>
   		</buildCommand>
  -		<buildCommand>
  -			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
  -			<triggers>full,incremental,</triggers>
  -			<arguments>
  -				<dictionary>
  -					<key>LaunchConfigHandle</key>
  -					<value>&lt;project&gt;/.externalToolBuilders/Ant.launch</value>
  -				</dictionary>
  -			</arguments>
  -		</buildCommand>
   	</buildSpec>
   	<natures>
   		<nature>org.eclipse.jdt.core.javanature</nature>
  
  
  
  1.29      +1 -1      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.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- build.xml	16 Nov 2006 14:39:56 -0000	1.28
  +++ build.xml	9 Feb 2007 18:05:21 -0000	1.29
  @@ -109,7 +109,7 @@
       <javadoc
              Locale="en_US"
              packagenames="javassist.*"
  -           excludepackagenames="javassist.compiler.*,javassist.convert.*,javassist.scopedpool.*"
  +           excludepackagenames="javassist.compiler.*,javassist.convert.*,javassist.scopedpool.*,javassist.bytecode.stackmap.*"
              sourcepath="src/main"
              defaultexcludes="yes"
              destdir="html"
  
  
  
  1.6       +2 -3      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.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- .classpath	7 Aug 2006 15:48:31 -0000	1.5
  +++ .classpath	9 Feb 2007 18:05:21 -0000	1.6
  @@ -1,7 +1,6 @@
   <?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="src" path="src/main"/>
  +	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.launching.macosx.MacOSXType/JVM 1.4.2"/>
   	<classpathentry kind="output" path="build/classes"/>
   </classpath>
  
  
  



More information about the jboss-cvs-commits mailing list