Skip to content

Commit 7dd4106

Browse files
committed
infra: increase minimum required Eclipse version to 2021-06
1 parent 580bebf commit 7dd4106

File tree

9 files changed

+32
-32
lines changed

9 files changed

+32
-32
lines changed

docs/partials/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
88
<p style="margin-bottom: 5px;">
99
<a class="btn btn-primary btn-outline-inverse btn-lg" target="_blank"
1010
href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=150"
11-
title="Drag and drop this link into a running Eclipse (2020-09 or higher version) workspace to install the Eclipse Checkstyle Plugin">
11+
title="Drag and drop this link into a running Eclipse (2021-06 or higher version) workspace to install the Eclipse Checkstyle Plugin">
1212
<i class="fa fa-plug">
1313
</i>
1414
Install
@@ -24,7 +24,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
2424
<small>
2525
<sup>1 </sup>
2626
Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse
27-
(2020-09 or higher version) workspace. Latest release 10.7.0, based on Checkstyle 10.7.0, see
27+
(2021-06 or higher version) workspace. Latest release 10.7.0, based on Checkstyle 10.7.0, see
2828
<a href="#!/releasenotes">release notes</a>
2929
</small>
3030
</div>

docs/partials/install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ <h1>Installation</h1>
1010
<p>
1111
<a class="btn btn-primary btn-outline-inverse btn-lg" target="_blank"
1212
href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=150"
13-
title="Drag and drop this link into a running Eclipse (2020-09 or higher version) workspace to install Checkstyle Plugin"
13+
title="Drag and drop this link into a running Eclipse (2021-06 or higher version) workspace to install Checkstyle Plugin"
1414
><i class="fa fa-plug"> </i> Install </a>
1515
</p>
1616
<ol>
17-
<li>Drag&amp;Drop the link above to a running Eclipse instance (2020-09 or higher version). This will trigger the
17+
<li>Drag&amp;Drop the link above to a running Eclipse instance (2021-06 or higher version). This will trigger the
1818
Eclipse Marketplace client with the Eclipse Checkstyle Plugin being pre-selected for
1919
installation.</li>
2020
<li>Confirm the selection of features to install</li>

net.sf.eclipsecs-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
</url>
2323

2424
<requires>
25-
<import plugin="org.eclipse.core.runtime" version="3.19.0" match="greaterOrEqual"/>
25+
<import plugin="org.eclipse.core.runtime" version="3.22.0" match="greaterOrEqual"/>
2626
<import plugin="org.eclipse.core.resources"/>
2727
<import plugin="org.eclipse.jdt.core"/>
2828
<import plugin="org.eclipse.team.core"/>

net.sf.eclipsecs-updatesite/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
<configuration>
136136
<repositories>
137137
<repository>
138-
<id>2020-09</id>
138+
<id>2021-06</id>
139139
<layout>p2</layout>
140-
<url>https://download.eclipse.org/releases/2020-09</url>
140+
<url>https://download.eclipse.org/releases/2021-06</url>
141141
</repository>
142142
</repositories>
143143
<dependencies>

net.sf.eclipsecs.doc/src/main/resources/partials/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
88
<p style="margin-bottom: 5px;">
99
<a class="btn btn-primary btn-outline-inverse btn-lg" target="_blank"
1010
href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=150"
11-
title="Drag and drop this link into a running Eclipse (2020-09 or higher version) workspace to install the Eclipse Checkstyle Plugin">
11+
title="Drag and drop this link into a running Eclipse (2021-06 or higher version) workspace to install the Eclipse Checkstyle Plugin">
1212
<i class="fa fa-plug">
1313
</i>
1414
Install
@@ -24,7 +24,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
2424
<small>
2525
<sup>1 </sup>
2626
Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse
27-
(2020-09 or higher version) workspace. Latest release 10.7.0, based on Checkstyle 10.7.0, see
27+
(2021-06 or higher version) workspace. Latest release 10.7.0, based on Checkstyle 10.7.0, see
2828
<a href="#!/releasenotes">release notes</a>
2929
</small>
3030
</div>

net.sf.eclipsecs.doc/src/main/resources/partials/install.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ <h1>Installation</h1>
1010
<p>
1111
<a class="btn btn-primary btn-outline-inverse btn-lg" target="_blank"
1212
href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=150"
13-
title="Drag and drop this link into a running Eclipse (2020-09 or higher version) workspace to install Checkstyle Plugin"
13+
title="Drag and drop this link into a running Eclipse (2021-06 or higher version) workspace to install Checkstyle Plugin"
1414
><i class="fa fa-plug"> </i> Install </a>
1515
</p>
1616
<ol>
17-
<li>Drag&amp;Drop the link above to a running Eclipse instance (2020-09 or higher version). This will trigger the
17+
<li>Drag&amp;Drop the link above to a running Eclipse instance (2021-06 or higher version). This will trigger the
1818
Eclipse Marketplace client with the Eclipse Checkstyle Plugin being pre-selected for
1919
installation.</li>
2020
<li>Confirm the selection of features to install</li>

net.sf.eclipsecs.target/net.sf.eclipsecs.target.target

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="Eclipse Checkstyle" sequenceNumber="1683469992">
4+
<target name="Eclipse Checkstyle" sequenceNumber="1685003741">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
7-
<unit id="org.eclipse.jdt.feature.group" version="3.18.500.v20200902-1800"/>
8-
<unit id="org.eclipse.sdk.ide" version="4.17.0.I20200902-1800"/>
9-
<unit id="org.eclipse.emf.feature.group" version="2.23.0.v20200822-0801"/>
10-
<unit id="org.eclipse.ecf" version="3.9.100.v20200611-2221"/>
11-
<unit id="org.eclipse.ecf.filetransfer" version="5.1.100.v20200611-2221"/>
12-
<unit id="org.eclipse.ecf.identity" version="3.9.400.v20200611-2221"/>
13-
<unit id="org.eclipse.ecf.provider.filetransfer" version="3.2.600.v20200611-2221"/>
14-
<repository location="https://download.eclipse.org/releases/2020-09/202009161000/"/>
7+
<unit id="org.eclipse.jdt.feature.group" version="3.18.800.v20210611-1600"/>
8+
<unit id="org.eclipse.sdk.ide" version="4.20.0.I20210611-1600"/>
9+
<unit id="org.eclipse.emf.feature.group" version="2.26.0.v20210506-1425"/>
10+
<unit id="org.eclipse.ecf" version="3.9.102.v20210409-2301"/>
11+
<unit id="org.eclipse.ecf.filetransfer" version="5.1.102.v20210409-2301"/>
12+
<unit id="org.eclipse.ecf.identity" version="3.9.402.v20210409-2301"/>
13+
<unit id="org.eclipse.ecf.provider.filetransfer" version="3.2.601.v20201025-0700"/>
14+
<repository location="https://download.eclipse.org/releases/2021-06/202106161001/"/>
1515
</location>
1616
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
17-
<unit id="org.junit.jupiter.api" version="5.6.0.v20200203-2009"/>
18-
<unit id="org.junit.jupiter.engine" version="5.6.0.v20200203-2009"/>
19-
<unit id="org.junit.jupiter.params" version="5.6.0.v20200203-2009"/>
20-
<unit id="org.junit.platform.commons" version="1.6.0.v20200203-2009"/>
21-
<unit id="org.junit.platform.engine" version="1.6.0.v20200203-2009"/>
22-
<unit id="org.junit.platform.launcher" version="1.6.0.v20200203-2009"/>
23-
<unit id="org.junit.platform.runner" version="1.6.0.v20200203-2009"/>
24-
<unit id="org.junit.platform.suite.api" version="1.6.0.v20200203-2009"/>
25-
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository"/>
17+
<unit id="org.junit.jupiter.api" version="5.7.1.v20210222-1948"/>
18+
<unit id="org.junit.jupiter.engine" version="5.7.1.v20210222-1948"/>
19+
<unit id="org.junit.jupiter.params" version="5.7.1.v20210222-1948"/>
20+
<unit id="org.junit.platform.commons" version="1.7.1.v20210222-1948"/>
21+
<unit id="org.junit.platform.engine" version="1.7.1.v20210222-1948"/>
22+
<unit id="org.junit.platform.launcher" version="1.7.1.v20210222-1948"/>
23+
<unit id="org.junit.platform.runner" version="1.7.1.v20210222-1948"/>
24+
<unit id="org.junit.platform.suite.api" version="1.7.1.v20210222-1948"/>
25+
<repository location="https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository"/>
2626
</location>
2727
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" missingManifest="generate" type="Maven" label="MavenDependencies">
2828
<dependencies>

net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ target "Eclipse Checkstyle"
44
with source configurePhase
55
environment JavaSE-11
66

7-
location "https://download.eclipse.org/releases/2020-09/202009161000/" {
7+
location "https://download.eclipse.org/releases/2021-06/202106161001/" {
88
org.eclipse.jdt.feature.group
99
org.eclipse.sdk.ide
1010

@@ -18,7 +18,7 @@ location "https://download.eclipse.org/releases/2020-09/202009161000/" {
1818
}
1919

2020
// matching release of JUnit 5 from Eclipse Orbit
21-
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository" {
21+
location "https://download.eclipse.org/tools/orbit/downloads/drops/R20210602031627/repository" {
2222
org.junit.jupiter.api
2323
org.junit.jupiter.engine
2424
org.junit.jupiter.params

net.sf.eclipsecs.target/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## What's this?
22

33
The `.target` file describes the minimum Eclipse environment that eclipse-cs runs in.
4-
Right now that is 2020-09 (since that is the first version officially running on Java 11).
4+
Right now that is 2021-06.
55

66

77
## Preconditions for development

0 commit comments

Comments
 (0)