Skip to content

Commit

Permalink
Merge pull request #78 from dragos/release/4.0-m3
Browse files Browse the repository at this point in the history
Removed 2.10 update site and updated notes to M3.
  • Loading branch information
huitseeker committed Jul 25, 2014
2 parents f598413 + 4f53cb3 commit f3abeef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions _includes/frontpage.txt
Expand Up @@ -4,7 +4,7 @@
<div class="span8">
<div class="rounded-corner-box">
<div class="release-title">
<h2>Version 3.0.3</h2>
<h2>Version 3.0.4</h2>
<h2>Now Available!</h2>
</div>
<div class="release-text">
Expand All @@ -24,7 +24,7 @@
<div>
<div class="rounded-corner-box" style="min-height: 0px; float: left; padding: 10px; margin-top: 10px; width: 778px; background-color: rgba(0,0,0,0.5);">
<span class="news-box-text">
Or... Walk on the wild side. <span class="emphasize"><a href="{{ site.baseurl }}/download/milestone.html#scala-ide-400-milestone-2">Try version 4.0.0 M2!</a></span>
Or... Walk on the wild side. <span class="emphasize"><a href="{{ site.baseurl }}/download/milestone.html#scala-ide-400-milestone-2">Try version 4.0.0 M3!</a></span>
</span>
</div>
<span class="news-arrow"><img src="{{ site.baseurl }}/resources/images/news-arrow.png"></span>
Expand Down
33 changes: 17 additions & 16 deletions download/milestone.md
Expand Up @@ -6,37 +6,38 @@ title: Milestones
Here you can find the update sites for milestone releases. Use this stream if you want to stay
up to date with the latest developments in the Scala compiler and the Scala IDE itself.

## Scala IDE 4.0.0 Milestone 2
## Scala IDE 4.0.0 Milestone 3

The second milestone has many improvements and features, including experimental support for multiple versions of Scala in the same Eclipse workspace (only for the 2.11 download). Check the [release notes](/blog/release-notes-4.0.0-M2.html) for additional information or the [changelog](/docs/changelog.html) for all the gory details!
The third milestone has many improvements and features, including experimental support for multiple versions of Scala in the same Eclipse workspace and a [New File Wizard][filewiz] interface. Check the [release notes](/blog/release-notes-4.0.0-M3.html) for additional information or the [changelog](/docs/changelog.html) for all the gory details!

#### Requirements
{% include requirements-juno-kepler.txt %}

### For Scala 2.11.1
### For Scala 2.11.2

{% assign divId = 'download-lithium-211-juno' %}
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/lithium/e38/scala211/dev' %}

{% include download-box.txt %}

### For Scala 2.10.4

{% assign divId = 'download-lithium-210-juno' %}
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/lithium/e38/scala210/dev' %}

{% include download-box.txt %}

#### Requirements
{% include requirements-juno-kepler.txt %}

## [Eclipse Luna][luna] (upcoming release)
## [Eclipse Luna][luna]

This is a version of the Scala IDE that works with the upcoming release of the Eclipse IDE (codenamed Luna). It is known to work with RC1.
This is a version of the Scala IDE that works with Eclipse Luna (version 4.4).

### For Scala 2.11.1
### For Scala 2.11.2

{% assign divId = 'download-lithium-211-luna' %}
{% assign downloadUrl = 'http://download.scala-ide.org/sdk/lithium/e44/scala211/dev' %}

{% include download-box.txt %}


#### Also included:

* Scala 2.11.2
* Sbt 0.13.2
* Scalariform 0.1.5
* Scala Refactoring 0.6.2

[luna]: https://projects.eclipse.org/releases/luna
[filewiz]: /docs/4.0.x/features/wizards/index.html

0 comments on commit f3abeef

Please sign in to comment.