Skip to content

Commit 3b1cfd9

Browse files
Calixteromani
authored andcommitted
Issue #313: update to Checkstyle 9.0
1 parent bff2951 commit 3b1cfd9

File tree

9 files changed

+7
-15
lines changed

9 files changed

+7
-15
lines changed

net.sf.eclipsecs.checkstyle/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry exported="true" kind="lib" path="checkstyle-8.45.1-all.jar" sourcepath="checkstyle-checkstyle-8.45.1.zip"/>
3+
<classpathentry exported="true" kind="lib" path="checkstyle-9.0-all.jar" sourcepath="checkstyle-checkstyle-9.0.zip"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
55
<attributes>
66
<attribute name="maven.pomderived" value="true"/>

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

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,13 @@ Bundle-Vendor: Eclipse Checkstyle Project
77
Bundle-ActivationPolicy: lazy
88
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
99
Export-Package: .,
10-
antlr;version="8.45.1";
11-
uses:="antlr.collections.impl,
12-
antlr.collections,
13-
antlr.ASdebug,
14-
antlr.debug",
15-
antlr.collections;version="8.45.1";uses:=antlr,
1610
com.google.common.base;version="8.45.1",
1711
com.google.common.cache;version="8.45.1",
1812
com.google.common.collect;version="8.45.1",
1913
com.google.common.io;version="8.45.1",
2014
com.puppycrawl.tools.checkstyle,
2115
com.puppycrawl.tools.checkstyle.api;
2216
uses:="org.xml.sax.helpers,
23-
antlr,
24-
antlr.collections,
2517
org.xml.sax,
2618
com.google.common.collect,
2719
com.puppycrawl.tools.checkstyle.grammars",
@@ -46,5 +38,5 @@ Export-Package: .,
4638
com.puppycrawl.tools.checkstyle.utils,
4739
org.apache.commons.beanutils;version="8.45.1"
4840
Bundle-ClassPath: .,
49-
checkstyle-8.45.1-all.jar
41+
checkstyle-9.0-all.jar
5042
Automatic-Module-Name: net.sf.eclipsecs.checkstyle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bin.includes = META-INF/,\
22
.,\
33
license/,\
4-
checkstyle-8.45.1-all.jar
4+
checkstyle-9.0-all.jar
55
jars.compile.order = .
66
source.. = metadata/

net.sf.eclipsecs.checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<name>Checkstyle Core Library Plugin</name>
1212

1313
<properties>
14-
<checkstyle.version>8.45.1</checkstyle.version>
14+
<checkstyle.version>9.0</checkstyle.version>
1515
</properties>
1616
<build>
1717
<plugins>

net.sf.eclipsecs.core/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
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"/>
1212
<classpathentry exported="true" kind="lib" path="lib/reflections-0.9.10.jar"/>
13-
<classpathentry kind="lib" path="lib/checkstyle-8.45.1-all.jar"/>
13+
<classpathentry kind="lib" path="lib/checkstyle-9.0-all.jar"/>
1414
<classpathentry kind="output" path="target/classes"/>
1515
</classpath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Bundle-ClassPath: .,
88
lib/dom4j-2.1.3.jar,
99
lib/snakeyaml-1.26.jar,
1010
lib/reflections-0.9.10.jar,
11-
lib/checkstyle-8.45.1-all.jar
11+
lib/checkstyle-9.0-all.jar
1212
Bundle-Activator: net.sf.eclipsecs.core.CheckstylePlugin
1313
Bundle-ActivationPolicy: lazy
1414
Bundle-Vendor: Eclipse Checkstyle Project

net.sf.eclipsecs.core/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bin.includes = .,\
1010
lib/dom4j-2.1.3.jar, \
1111
lib/reflections-0.9.10.jar, \
1212
lib/snakeyaml-1.26.jar, \
13-
lib/checkstyle-8.45.1-all.jar
13+
lib/checkstyle-9.0-all.jar
1414

1515
source.. = src/
1616

0 commit comments

Comments
 (0)