Skip to content

Commit ecc027f

Browse files
committed
Issue #279: change update-site references
1 parent cdfc49d commit ecc027f

File tree

4 files changed

+5
-43
lines changed

4 files changed

+5
-43
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ check for coding style and possible error prone code constructs.
1111
You can install the plugin by dragging and dropping the following link into your eclipse:
1212
[Install ](http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=150)
1313

14-
If you want to install manually, you can find the binaries here:
15-
https://bintray.com/eclipse-cs/eclipse-cs/update-site-archive
16-
17-
Older versions can be installed using the specific update site for that version, for instance https://dl.bintray.com/eclipse-cs/eclipse-cs/8.17.0/
14+
Older versions can be installed using the specific update site for that version, for instance https://checkstyle.org/eclipse-cs-update-site/8.41.0/
1815

1916
### What does it do?
2017
With the Checkstyle Eclipse Plugin your code is constantly inspected for coding standard deviations. Within the Eclipse workbench you are immediately notified of problems via the Eclipse Problems View and source code annotations similar to compiler errors or warnings.

net.sf.eclipsecs-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</license>
1919

2020
<url>
21-
<update label="%updateSiteName" url="https://checkstyle.org/eclipse-cs/update/"/>
21+
<update label="%updateSiteName" url="https://checkstyle.org/eclipse-cs-update-site/"/>
2222
</url>
2323

2424
<requires>

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ <h1>Eclipse Checkstyle Plugin</h1>
1414
Install
1515
<sup>1</sup>
1616
</a>
17-
<a class="btn btn-primary btn-outline-inverse btn-lg" target="_blank"
18-
href="https://bintray.com/eclipse-cs/eclipse-cs/update-site-archive/_latestVersion" title="Download the latest release as update site archive">
19-
<i class="fa fa-download">
20-
</i>
21-
Download
22-
<sup>2</sup>
23-
</a>
2417
<a class="btn btn-default btn-outline-inverse btn-lg" target="_blank"
2518
href="https://github.com/checkstyle/eclipse-cs" title="Browse/clone code at Github">
2619
<i class="fa fa-code">
@@ -31,12 +24,7 @@ <h1>Eclipse Checkstyle Plugin</h1>
3124
<small>
3225
<sup>1 </sup>
3326
Install via Eclipse Marketplace. Drag and drop this link into a running Eclipse
34-
(Juno or higher version) workspace
35-
</small>
36-
<br />
37-
<small>
38-
<sup>2 </sup>
39-
Latest release 8.41.0, based on Checkstyle 8.41, see
27+
(Juno or higher version) workspace. Latest release 8.41.0, based on Checkstyle 8.41, see
4028
<a href="#!/releasenotes">release notes</a>
4129
</small>
4230
</div>

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

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -44,34 +44,11 @@ <h1>Installation</h1>
4444
<div class="panel-body">
4545
<ol>
4646
<li>Within Eclipse go to: <em>Help -> Install New Software...</em></li>
47-
<li>Enter the following update site url: <code>https://checkstyle.org/eclipse-cs/update</code></li>
48-
<li>Select the Eclipse Checkstyle Plugin feature to install</li>
49-
<li>Conclude the installation as described above</li>
50-
</ol>
51-
</div>
52-
</div>
53-
54-
<div class="panel panel-default">
55-
<div class="panel-heading">From an update site archive</div>
56-
<div class="panel-body">
57-
<p>
58-
<a class="btn btn-primary btn-outline-inverse btn-lg" target="_blank"
59-
href="https://bintray.com/eclipse-cs/eclipse-cs/update-site-archive/_latestVersion"><i class="fa fa-download"
60-
> </i> Download latest</a>
61-
<a class="btn btn-default btn-outline-inverse btn-lg" target="_blank"
62-
href="https://bintray.com/eclipse-cs/eclipse-cs/update-site-archive/"> Download
63-
older release <i class="fa fa-external-link"> </i></a>
64-
<a class="btn btn-default btn-outline-inverse btn-lg" target="_blank"
65-
href="http://sourceforge.net/projects/eclipse-cs/files/Eclipse%20Checkstyle%20Plug-in/"> Download
66-
ancient releases <i class="fa fa-external-link"> </i></a>
67-
</p>
68-
<ol>
69-
<li>Download a Eclipse Checkstyle Plugin update site bundle</li>
70-
<li>Within Eclipse go to: <em>Help -> Install New Software...</em></li>
71-
<li>Press <em>Add...</em>, then <em>Archive...</em>, select the downloaded file</li>
47+
<li>Enter the following update site url: <code>https://checkstyle.org/eclipse-cs-update-site</code></li>
7248
<li>Select the Eclipse Checkstyle Plugin feature to install</li>
7349
<li>Conclude the installation as described above</li>
7450
</ol>
7551
</div>
7652
</div>
53+
7754
</div>

0 commit comments

Comments
 (0)