Skip to content

Commit 8c10275

Browse files
rnveachromani
authored andcommitted
minor: remove reflections library as it comes with checkstyle all
1 parent ad47151 commit 8c10275

File tree

4 files changed

+0
-3
lines changed

4 files changed

+0
-3
lines changed

net.sf.eclipsecs.core/.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
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/reflections-0.9.10.jar"/>
1312
<classpathentry kind="lib" path="lib/checkstyle-9.1-all.jar"/>
1413
<classpathentry kind="output" path="target/classes"/>
1514
</classpath>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
77
Bundle-ClassPath: .,
88
lib/dom4j-2.1.3.jar,
99
lib/snakeyaml-1.26.jar,
10-
lib/reflections-0.9.10.jar,
1110
lib/checkstyle-9.1-all.jar
1211
Bundle-Activator: net.sf.eclipsecs.core.CheckstylePlugin
1312
Bundle-ActivationPolicy: lazy

net.sf.eclipsecs.core/build.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ bin.includes = .,\
88
schema/,\
99
core.properties,\
1010
lib/dom4j-2.1.3.jar, \
11-
lib/reflections-0.9.10.jar, \
1211
lib/snakeyaml-1.26.jar, \
1312
lib/checkstyle-9.1-all.jar
1413

-127 KB
Binary file not shown.

0 commit comments

Comments
 (0)