Skip to content

Commit b86a196

Browse files
Calixteromani
authored andcommitted
add javassist for org.reflections since it does not come transitively through checkstyle jar yet
1 parent 8c10275 commit b86a196

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

net.sf.eclipsecs.core/.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<classpathentry kind="src" path="src"/>
1010
<classpathentry exported="true" kind="lib" path="lib/dom4j-2.1.3.jar"/>
1111
<classpathentry exported="true" kind="lib" path="lib/snakeyaml-1.26.jar"/>
12+
<classpathentry exported="true" kind="lib" path="lib/javassist-3.28.0-GA.jar"/>
1213
<classpathentry kind="lib" path="lib/checkstyle-9.1-all.jar"/>
1314
<classpathentry kind="output" path="target/classes"/>
1415
</classpath>

net.sf.eclipsecs.core/META-INF/MANIFEST.MF

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-ClassPath: .,
88
lib/dom4j-2.1.3.jar,
99
lib/snakeyaml-1.26.jar,
10+
lib/javassist-3.28.0-GA.jar,
1011
lib/checkstyle-9.1-all.jar
1112
Bundle-Activator: net.sf.eclipsecs.core.CheckstylePlugin
1213
Bundle-ActivationPolicy: lazy
832 KB
Binary file not shown.

0 commit comments

Comments
 (0)