[jboss-cvs] javassist SVN: r678 - in trunk: src/main/META-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 8 09:33:45 EST 2012


Author: chiba
Date: 2012-11-08 09:33:45 -0500 (Thu, 08 Nov 2012)
New Revision: 678

Modified:
   trunk/Readme.html
   trunk/javassist.jar
   trunk/pom.xml
   trunk/src/main/META-INF/MANIFEST.MF
Log:
for 3.17.0-GA release

Modified: trunk/Readme.html
===================================================================
--- trunk/Readme.html	2012-11-04 13:51:12 UTC (rev 677)
+++ trunk/Readme.html	2012-11-08 14:33:45 UTC (rev 678)
@@ -281,9 +281,10 @@
 
 <h2>Changes</h2>
 
-<p>-version 3.17
+<p>-version 3.17 on November 8, 2012
 <ul>
 	<li>OSGi bundle info is now included in the jar file.
+	<li>A stackmap generator has been rewritten.
 	<li>JIRA JASSIST-160, 163, 166, 168, 170, 171, 174, 175, 176 have been fixed.
 </ul>
 

Modified: trunk/javassist.jar
===================================================================
(Binary files differ)

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2012-11-04 13:51:12 UTC (rev 677)
+++ trunk/pom.xml	2012-11-08 14:33:45 UTC (rev 678)
@@ -124,8 +124,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
+          <source>1.7</source>
+          <target>1.7</target>
         </configuration>
       </plugin>
       <plugin>
@@ -272,7 +272,7 @@
           <version>${java.version}</version>
           <scope>system</scope>
           <optional>true</optional>
-          <systemPath>${java.home}/../Classes/classes.jar</systemPath>
+          <systemPath>${java.home}/../lib/tools.jar</systemPath>
         </dependency>
       </dependencies>
     </profile>

Modified: trunk/src/main/META-INF/MANIFEST.MF
===================================================================
--- trunk/src/main/META-INF/MANIFEST.MF	2012-11-04 13:51:12 UTC (rev 677)
+++ trunk/src/main/META-INF/MANIFEST.MF	2012-11-08 14:33:45 UTC (rev 678)
@@ -1,5 +1,5 @@
 Specification-Title: Javassist
 Specification-Vendor: Shigeru Chiba, www.javassist.org
-Specification-Version: 3.17.0.GA
+Specification-Version: 3.17.0-GA
 Main-Class: javassist.CtClass
 Name: javassist/



More information about the jboss-cvs-commits mailing list