]> source.dussan.org Git - javassist.git/commitdiff
for 3.17.0-GA release rel_3_17_0_ga
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 8 Nov 2012 14:33:45 +0000 (14:33 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Thu, 8 Nov 2012 14:33:45 +0000 (14:33 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@678 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

Readme.html
javassist.jar
pom.xml
src/main/META-INF/MANIFEST.MF

index 291324d0bf0f7e9aeee03e017df12512e0dbe23e..1afde36195fbbf5345501806ce3022f5ac51e2bc 100644 (file)
@@ -281,9 +281,10 @@ see javassist.Dump.
 
 <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>
 
index a50f8a705fbba6924edf3e76ed023db5db8ab490..fa0ece445f9071326e05cb9ff2d05b126da79212 100644 (file)
Binary files a/javassist.jar and b/javassist.jar differ
diff --git a/pom.xml b/pom.xml
index 6b8b35d0902227ff62dfcd784897fba2b7f1aaaa..e2f3c011edaf5d526476b0a58983641f86ec2547 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>
           <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>
index c524175993784aa67ced6aca3bc2c2afbe4f0451..b21c3ec9eaa6cd4ab8becdd83f0fc5b0a636994e 100644 (file)
@@ -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/