Skip to content

Commit

Permalink
Adds location of luna artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Bourlier committed May 30, 2014
1 parent 6be69a8 commit 05e7be0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion ecosystem.conf
@@ -1,5 +1,5 @@
ecosystems-descriptor {
ids = ["helium-e37-scala29-dev", "helium-e37-scala210-dev", "helium-e38-scala29-dev", "helium-e38-scala210-dev", "helium-e38-scala211-dev", "lithium-e37-scala211-dev", "lithium-e38-scala210-dev", "lithium-e38-scala211-dev", "helium-e37-scala29-stable", "helium-e37-scala210-stable", "helium-e38-scala29-stable", "helium-e38-scala210-stable", "helium-e38-scala211-stable"]
ids = ["helium-e37-scala29-dev", "helium-e37-scala210-dev", "helium-e38-scala29-dev", "helium-e38-scala210-dev", "helium-e38-scala211-dev", "lithium-e37-scala211-dev", "lithium-e38-scala210-dev", "lithium-e38-scala211-dev", "lithium-e44-scala211-dev", "helium-e37-scala29-stable", "helium-e37-scala210-stable", "helium-e38-scala29-stable", "helium-e38-scala210-stable", "helium-e38-scala211-stable"]
helium-e37-scala29-dev {
site = "http://download.scala-ide.org/ecosystem/helium/e37/scala29/dev/site/"
base = "http://download.scala-ide.org/ecosystem/helium/e37/scala29/dev/base/"
Expand Down Expand Up @@ -49,6 +49,12 @@ ecosystems-descriptor {
nextSite = "http://download.scala-ide.org/ecosystem/next/lithium/e38/scala211/dev/site/"
nextBase = "http://download.scala-ide.org/ecosystem/next/lithium/e38/scala211/dev/base/"
}
lithium-e44-scala211-dev {
site = "http://download.scala-ide.org/ecosystem/lithium/e44/scala211/dev/site/"
base = "http://download.scala-ide.org/ecosystem/lithium/e44/scala211/dev/base/"
nextSite = "http://download.scala-ide.org/ecosystem/next/lithium/e44/scala211/dev/site/"
nextBase = "http://download.scala-ide.org/ecosystem/next/lithium/e44/scala211/dev/base/"
}

# Stable versions of the ecosystem
helium-e37-scala29-stable {
Expand Down
3 changes: 2 additions & 1 deletion features/org.scalaide.worksheet.feature
Expand Up @@ -7,7 +7,8 @@ plugin-descriptor {
"http://download.scala-ide.org/plugins/worksheet/releases/e37/2.11.x/site/",
"http://download.scala-ide.org/plugins/worksheet/releases/e38/2.9.x/site/" ,
"http://download.scala-ide.org/plugins/worksheet/releases/e38/2.10.x/site/",
"http://download.scala-ide.org/plugins/worksheet/releases/e38/2.11.x/site/"]
"http://download.scala-ide.org/plugins/worksheet/releases/e38/2.11.x/site/",
"http://download.scala-ide.org/plugins/worksheet/releases/e44/2.11.x/site/"]
category = Incubation
source-feature-id = org.scalaide.worksheet.source.feature
}

0 comments on commit 05e7be0

Please sign in to comment.