Skip to content

Commit fbaf532

Browse files
BananeweizenCalixte
authored andcommitted
Fix minimum Eclipse version documentation
* remove wrong mentioning of Indigo as supported version * don't list all Eclipse releases, to avoid the need for updating files on every new Eclipse release * use "Juno or higher version" instead of ">Indigo", since that is easier to understand for end users
1 parent 911be93 commit fbaf532

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 (&gt;Indigo) workspace to install the Eclipse Checkstyle Plugin">
11+
title="Drag and drop this link into a running Eclipse (Juno or higher version) workspace to install the Eclipse Checkstyle Plugin">
1212
<i class="fa fa-plug">
1313
</i>
1414
Install
@@ -31,7 +31,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
3131
<small>
3232
<sup>1 </sup>
3333
Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse
34-
(&gt;Indigo) workspace
34+
(Juno or higher version) workspace
3535
</small>
3636
<br />
3737
<small>

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 Indigo/Juno/Kepler/Luna/Mars/Neon/Oxygen workspace to install Checkstyle Plugin"
13+
title="Drag and drop this link into a running Eclipse (Juno 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 Indigo/Juno/Kepler/Luna/Mars/Neon/Oxygen instance. This will trigger the
17+
<li>Drag&amp;Drop the link above to a running Eclipse instance (Juno 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>

0 commit comments

Comments
 (0)