Skip to content

Commit fef0596

Browse files
committed
upgrade to 10.6.0
This includes a new Ant script for updating the version. All changes were done by the Ant script, no manual changes at all.
1 parent 91125dd commit fef0596

File tree

13 files changed

+86
-34
lines changed

13 files changed

+86
-34
lines changed

Upgrade version numbers.launch

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
3+
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
4+
<booleanAttribute key="org.eclipse.debug.core.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING" value="false"/>
5+
<stringAttribute key="org.eclipse.debug.core.ATTR_REFRESH_SCOPE" value="${workspace}"/>
6+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
7+
<listEntry value="/eclipse-cs/upgrade-version.build.xml"/>
8+
</listAttribute>
9+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
10+
<listEntry value="1"/>
11+
</listAttribute>
12+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_ATTR_USE_ARGFILE" value="false"/>
13+
<booleanAttribute key="org.eclipse.jdt.launching.ATTR_USE_CLASSPATH_ONLY_JAR" value="false"/>
14+
<stringAttribute key="org.eclipse.jdt.launching.CLASSPATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
15+
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="eclipse-cs"/>
16+
<stringAttribute key="org.eclipse.jdt.launching.SOURCE_PATH_PROVIDER" value="org.eclipse.ant.ui.AntClasspathProvider"/>
17+
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/eclipse-cs/upgrade-version.build.xml}"/>
18+
<stringAttribute key="process_factory_id" value="org.eclipse.ant.ui.remoteAntProcessFactory"/>
19+
</launchConfiguration>

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-10.5.0-all.jar" sourcepath="checkstyle-checkstyle-10.5.0.zip"/>
3+
<classpathentry exported="true" kind="lib" path="checkstyle-10.6.0-all.jar" sourcepath="checkstyle-checkstyle-10.6.0.zip"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
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
@@ -33,5 +33,5 @@ Export-Package: .,
3333
com.puppycrawl.tools.checkstyle.filters,
3434
com.puppycrawl.tools.checkstyle.utils
3535
Bundle-ClassPath: .,
36-
checkstyle-10.5.0-all.jar
36+
checkstyle-10.6.0-all.jar
3737
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-10.5.0-all.jar
4+
checkstyle-10.6.0-all.jar
55
jars.compile.order = .
66
source.. = metadata/
77
javacDefaultEncoding.. = UTF-8

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>10.5.0</checkstyle.version>
14+
<checkstyle.version>10.6.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
@@ -11,6 +11,6 @@
1111
</accessrules>
1212
</classpathentry>
1313
<classpathentry kind="src" path="src"/>
14-
<classpathentry kind="lib" path="lib/checkstyle-10.5.0-all.jar"/>
14+
<classpathentry kind="lib" path="lib/checkstyle-10.6.0-all.jar"/>
1515
<classpathentry kind="output" path="target/classes"/>
1616
</classpath>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Bundle-SymbolicName: net.sf.eclipsecs.core;singleton:=true
55
Bundle-Version: 10.5.0.qualifier
66
Bundle-RequiredExecutionEnvironment: JavaSE-11
77
Bundle-ClassPath: .,
8-
lib/checkstyle-10.5.0-all.jar
8+
lib/checkstyle-10.6.0-all.jar
99
Bundle-Activator: net.sf.eclipsecs.core.CheckstylePlugin
1010
Bundle-ActivationPolicy: lazy
1111
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
@@ -7,7 +7,7 @@ bin.includes = .,\
77
plugin.xml,\
88
schema/,\
99
core.properties,\
10-
lib/checkstyle-10.5.0-all.jar
10+
lib/checkstyle-10.6.0-all.jar
1111

1212
javacDefaultEncoding.. = UTF-8
1313

0 commit comments

Comments
 (0)