Skip to content

Commit

Permalink
Updated repo URL of 3.0.4 for scala 2.11.0, and changed the build ord…
Browse files Browse the repository at this point in the history
…er in ecosystem-build.sh.
  • Loading branch information
cheeseng committed Apr 21, 2014
1 parent fd2f29a commit 3d48079
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ecosystem-build.sh
Expand Up @@ -40,11 +40,11 @@ set -x

rm -rf ${TARGET_DIR}

build scala-ide-3.0 http://download.scala-ide.org/sdk/helium/e37/scala29/stable/site/ 2.9.3-SNAPSHOT e37-scala29-3.0 http://download.eclipse.org/releases/indigo/
build scala-ide-3.0 http://download.scala-ide.org/sdk/helium/e38/scala29/stable/site/ 2.9.3-SNAPSHOT e38-scala29-3.0 http://download.eclipse.org/releases/juno/
build scala-ide-3.0-2_10 http://download.scala-ide.org/sdk/helium/e37/scala210/stable/site/ 2.10.2 e37-scala210-3.0 http://download.eclipse.org/releases/indigo/
build scala-ide-3.0-2_10 http://download.scala-ide.org/sdk/helium/e38/scala210/stable/site/ 2.10.4 e38-scala210-3.0 http://download.eclipse.org/releases/juno/
build scala-ide-3.0-2_11 http://download.scala-ide.org/sdk/next/helium/e38/scala211/stable/site/ 2.11.0 e38-scala211-3.0 http://download.eclipse.org/releases/juno/
build scala-ide-3.0-2_10 http://download.scala-ide.org/sdk/helium/e38/scala210/stable/site/ 2.10.4 e38-scala210-3.0 http://download.eclipse.org/releases/juno/
build scala-ide-3.0-2_10 http://download.scala-ide.org/sdk/helium/e37/scala210/stable/site/ 2.10.2 e37-scala210-3.0 http://download.eclipse.org/releases/indigo/
build scala-ide-3.0 http://download.scala-ide.org/sdk/helium/e38/scala29/stable/site/ 2.9.3-SNAPSHOT e38-scala29-3.0 http://download.eclipse.org/releases/juno/
build scala-ide-3.0 http://download.scala-ide.org/sdk/helium/e37/scala29/stable/site/ 2.9.3-SNAPSHOT e37-scala29-3.0 http://download.eclipse.org/releases/indigo/
git checkout .
rm org.scala-ide.sdt.scalatest.feature/feature.xml.original
rm org.scala-ide.sdt.scalatest.source.feature/feature.xml.original
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -80,7 +80,7 @@
<version.suffix>2_11</version.suffix>
<scala.version.short>2.11</scala.version.short>
<version.tag>v-3</version.tag>
<repo.scala-ide>${repo.scala-ide.root}/sdk/e38/scala211/stable/site/</repo.scala-ide>
<repo.scala-ide>${repo.scala-ide.root}/sdk/next/helium/e38/scala211/stable/site/</repo.scala-ide>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit 3d48079

Please sign in to comment.