Skip to content

Commit 7e6ed9c

Browse files
committed
Merge pull request #12 from adriaanm/master
update eclipse plugin download location
2 parents 78406f7 + 4f99a3b commit 7e6ed9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

hand-written.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Before reporting a bug, please have a look at these known issues scheduled [for
1212
### Scala IDE for Eclipse
1313
The Scala IDE with Scala 2.10.1-RC1 built right in is available through one of the following update-sites:
1414

15-
* [for Eclipse 3.7 (Indigo)](http://download.scala-ide.org/sdk/e37/scala210/dev/site/)
16-
* [for Eclipse 3.8/4.2 (Juno)](http://download.scala-ide.org/sdk/e38/scala210/dev/site/) (Support for this version is experimental.)
15+
* [for Eclipse 3.7 (Indigo)](http://download.scala-ide.org/sdk/next/e37/scala210/dev/site/)
16+
* [for Eclipse 3.8/4.2 (Juno)](http://download.scala-ide.org/sdk/next/e38/scala210/dev/site/) (Support for this version is experimental.)
1717

1818
Have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
1919

release-notes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<h3>Scala 2.10.1-RC1 is now available!</h3>
77
<p>We are pleased to announce the first release candidate of Scala 2.10.1!</p><p>The Scala team and contributors <a href="https://issues.scala-lang.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SI+AND+fixVersion+%3D+%22Scala+2.10.1-RC1%22+AND+status+%3D+closed+ORDER+BY+priority+DESC">fixed 177 issues since 2.10.0</a>! In total, <a href="https://github.com/scala/scala/issues?milestone=5&page=1&state=closed">242 pull requests</a> were opened on <a href="https://github.com/scala/scala">GitHub</a>, of which <a href="https://gist.github.com/adriaanm/4760366">225 were merged</a> after having been <a href="https://github.com/typesafehub/ghpullrequest-validator">tested</a> and reviewed.</p><p>Please give 2.10.1-RC1 a spin! It's designed to be a drop-in replacement for 2.10.0. We'd love to hear about any regressions since 2.10.0 and will try to fix them before releasing the final version.</p><h3>Known Issues</h3><p>Before reporting a bug, please have a look at these known issues scheduled <a href="https://issues.scala-lang.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+SI+AND+fixVersion+%3D+%22Scala+2.10.1-RC2%22+AND+resolution+%3D+Unresolved++ORDER+BY+priority+DESC%2C+key+DESC">for 2.10.1-RC2</a>.</p><h3>Scala IDE for Eclipse</h3><p>The Scala IDE with Scala 2.10.1-RC1 built right in is available through one of the following update-sites:</p>
88
<ul>
9-
<li><a href="http://download.scala-ide.org/sdk/e37/scala210/dev/site/">for Eclipse 3.7 (Indigo)</a></li>
10-
<li><a href="http://download.scala-ide.org/sdk/e38/scala210/dev/site/">for Eclipse 3.8/4.2 (Juno)</a> (Support for this version is experimental.)</li>
9+
<li><a href="http://download.scala-ide.org/sdk/next/e37/scala210/dev/site/">for Eclipse 3.7 (Indigo)</a></li>
10+
<li><a href="http://download.scala-ide.org/sdk/next/e38/scala210/dev/site/">for Eclipse 3.8/4.2 (Juno)</a> (Support for this version is experimental.)</li>
1111
</ul><p>Have a look at the <a href="http://scala-ide.org/docs/user/gettingstarted.html">getting started guide</a> for more info.</p><h3>New features in the 2.10 series</h3><p>As for 2.10.0, here's an overview of the most prominent new features and improvements:</p>
1212
<ul>
1313
<li>Value Classes

0 commit comments

Comments
 (0)