Skip to content

Commit 95df2af

Browse files
Calixteromani
authored andcommitted
Issue #170: update to Checkstyle 8.26
1 parent 6221073 commit 95df2af

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
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<classpath>
3-
<classpathentry exported="true" kind="lib" path="checkstyle-8.25-all.jar" sourcepath="checkstyle-checkstyle-8.25.zip"/>
3+
<classpathentry exported="true" kind="lib" path="checkstyle-8.26-all.jar" sourcepath="checkstyle-checkstyle-8.26.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 & 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.25.0"
4848
Bundle-ClassPath: .,
49-
checkstyle-8.25-all.jar
49+
checkstyle-8.26-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,6 +1,6 @@
11
bin.includes = META-INF/,\
22
.,\
33
license/,\
4-
checkstyle-8.25-all.jar
4+
checkstyle-8.26-all.jar
55
jars.compile.order = .
66
source.. = metadata/

0 commit comments

Comments
 (0)