Skip to content

Commit 217d041

Browse files
Bananeweizenlkoe
authored andcommitted
Update to checkstyle 8.9
This includes the 8.9 release and sources of checkstyle. Version numbers and documentation of EclipseCS have not been modified yet. The source file name has changed due to the new release hosting on github. The classpath and the wiki description have both been adapted to this new naming scheme (checkstyle-checkstyle-x.y.zip).
1 parent ef8fa65 commit 217d041

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

net.sf.eclipsecs.checkstyle/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
44
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
55
<classpathentry kind="src" path="metadata/"/>
6-
<classpathentry exported="true" kind="lib" path="checkstyle-8.8-all.jar" sourcepath="checkstyle-8.8-src.zip"/>
6+
<classpathentry exported="true" kind="lib" path="checkstyle-8.9-all.jar" sourcepath="checkstyle-checkstyle-8.9.zip"/>
77
<classpathentry kind="output" path="target/classes"/>
88
</classpath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ Export-Package: .,
4646
com.puppycrawl.tools.checkstyle.utils,
4747
org.apache.commons.beanutils;version="8.8.0"
4848
Bundle-ClassPath: .,
49-
checkstyle-8.8-all.jar
49+
checkstyle-8.9-all.jar
5050
Automatic-Module-Name: net.sf.eclipsecs.checkstyle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bin.includes = META-INF/,\
22
.,\
33
license/,\
4-
checkstyle-8.8-all.jar
4+
checkstyle-8.9-all.jar
55
jars.compile.order = .
66
source.. = metadata/
77
source.. = metadata/

0 commit comments

Comments
 (0)