Skip to content

Commit

Permalink
[aspect] update the bundled Javassist version to 3.18.2-GA (Issue #65,
Browse files Browse the repository at this point in the history
  • Loading branch information
iteman committed Aug 27, 2014
1 parent 0e60297 commit 73ee9b1
Show file tree
Hide file tree
Showing 629 changed files with 3 additions and 190,461 deletions.
2 changes: 1 addition & 1 deletion com.piece_framework.makegood.aspect/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry exported="true" kind="lib" path="lib/javassist-3.11.0/javassist.jar"/>
<classpathentry exported="true" kind="lib" path="lib/javassist.jar"/>
<classpathentry kind="src" path="src/"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>
19 changes: 2 additions & 17 deletions com.piece_framework.makegood.aspect/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,11 @@ Bundle-SymbolicName: com.piece_framework.makegood.aspect;singleton:=true
Bundle-Version: 3.1.1.qualifier
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lib/javassist-3.11.0/javassist.jar,
Bundle-ClassPath: lib/javassist.jar,
.
Export-Package: com.piece_framework.makegood.aspect,
javassist,
javassist.bytecode,
javassist.bytecode.analysis,
javassist.bytecode.annotation,
javassist.bytecode.stackmap,
javassist.compiler,
javassist.compiler.ast,
javassist.convert,
javassist.expr,
javassist.runtime,
javassist.scopedpool,
javassist.tools,
javassist.tools.reflect,
javassist.tools.rmi,
javassist.tools.web,
javassist.util,
javassist.util.proxy
javassist.expr
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.filebuffers,
org.eclipse.jface.text,
Expand Down
372 changes: 0 additions & 372 deletions com.piece_framework.makegood.aspect/lib/javassist-3.11.0/License.html

This file was deleted.

Loading

0 comments on commit 73ee9b1

Please sign in to comment.