Browse Source

for 3.17.0-GA release

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@678 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 11 years ago
parent
commit
cfee5e624d
4 changed files with 6 additions and 5 deletions
  1. 2
    1
      Readme.html
  2. BIN
      javassist.jar
  3. 3
    3
      pom.xml
  4. 1
    1
      src/main/META-INF/MANIFEST.MF

+ 2
- 1
Readme.html View 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>


BIN
javassist.jar View File


+ 3
- 3
pom.xml View File

@@ -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>

+ 1
- 1
src/main/META-INF/MANIFEST.MF View 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/

Loading…
Cancel
Save