File tree Expand file tree Collapse file tree 3 files changed +2
-0
lines changed Expand file tree Collapse file tree 3 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77Bundle-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
1112Bundle-Activator : net.sf.eclipsecs.core.CheckstylePlugin
1213Bundle-ActivationPolicy : lazy
You can’t perform that action at this time.
0 commit comments