Skip to content

Commit f80470f

Browse files
committed
Issue #340: change minimum Eclipse version to 2019-06
1 parent b827070 commit f80470f

File tree

6 files changed

+8
-14
lines changed

6 files changed

+8
-14
lines changed

net.sf.eclipsecs-updatesite/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@
136136
<configuration>
137137
<repositories>
138138
<repository>
139-
<id>juno</id>
139+
<id>2019-06</id>
140140
<layout>p2</layout>
141-
<url>https://download.eclipse.org/releases/juno</url>
141+
<url>https://download.eclipse.org/releases/2019-06</url>
142142
</repository>
143143
</repositories>
144144
<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 (Juno or higher version) workspace to install the Eclipse Checkstyle Plugin">
11+
title="Drag and drop this link into a running Eclipse (2019-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-
(Juno or higher version) workspace. Latest release 9.3.0, based on Checkstyle 9.3, see
27+
(2019-06 or higher version) workspace. Latest release 9.3.0, based on Checkstyle 9.3, 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 (Juno or higher version) workspace to install Checkstyle Plugin"
13+
title="Drag and drop this link into a running Eclipse (2019-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 (Juno or higher version). This will trigger the
17+
<li>Drag&amp;Drop the link above to a running Eclipse instance (2019-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<unit id="org.eclipse.jdt.feature.group" version="0.0.0"/>
88
<unit id="org.eclipse.sdk.ide" version="0.0.0"/>
99
<unit id="org.eclipse.emf.feature.group" version="0.0.0"/>
10-
<repository location="https://download.eclipse.org/releases/juno/201303010900/"/>
10+
<repository location="https://download.eclipse.org/releases/2019-06/201906191000/"/>
1111
</location>
1212
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
1313
<unit id="org.junit.jupiter.api" version="0.0.0"/>

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

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

7-
// use the latest version of Juno only, to avoid downloading all children of the Juno composite update site
8-
location "https://download.eclipse.org/releases/juno/201303010900/" {
7+
location "https://download.eclipse.org/releases/2019-06/201906191000/" {
98
org.eclipse.jdt.feature.group lazy
109
org.eclipse.sdk.ide lazy
1110

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@
9696
</target>
9797
<resolver>p2</resolver>
9898
<environments>
99-
<environment>
100-
<os>win32</os>
101-
<ws>win32</ws>
102-
<arch>x86</arch>
103-
</environment>
10499
<environment>
105100
<os>win32</os>
106101
<ws>win32</ws>

0 commit comments

Comments
 (0)