diff --git a/ecosystem.conf b/ecosystem.conf index 1d562fb..fb62b45 100644 --- a/ecosystem.conf +++ b/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/" @@ -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 { diff --git a/features/org.scalaide.worksheet.feature b/features/org.scalaide.worksheet.feature index e610c5d..b79b780 100644 --- a/features/org.scalaide.worksheet.feature +++ b/features/org.scalaide.worksheet.feature @@ -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 }