Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import java.nio.file._

import Modes._
import com.typesafe.sbt.pgp.PgpKeys
import com.typesafe.sbteclipse.plugin.EclipsePlugin.EclipseKeys
import sbt.Keys._
import sbt._
import complete.DefaultParsers._
Expand Down Expand Up @@ -165,10 +164,6 @@ object Build {
// published version.
runCode := (run in `dotty-language-server`).toTask("").value,

// include sources in eclipse (downloads source code for all dependencies)
//http://stackoverflow.com/questions/10472840/how-to-attach-sources-to-sbt-managed-dependencies-in-scala-ide#answer-11683728
EclipseKeys.withSource := true,

// Avoid various sbt craziness involving classloaders and parallelism
fork in run := true,
fork in Test := true,
Expand Down Expand Up @@ -1055,7 +1050,6 @@ object Build {
lazy val `vscode-dotty` = project.in(file("vscode-dotty")).
settings(commonSettings).
settings(
EclipseKeys.skipProject := true,
version := "0.1.15-snapshot", // Keep in sync with package.json
autoScalaLibrary := false,
publishArtifact := false,
Expand Down
3 changes: 0 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
//
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")

// Scala IDE project file generator
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M8")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.1")
Expand Down