File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import java.nio.file._
33
44import Modes ._
55import com .typesafe .sbt .pgp .PgpKeys
6- import com .typesafe .sbteclipse .plugin .EclipsePlugin .EclipseKeys
76import sbt .Keys ._
87import sbt ._
98import complete .DefaultParsers ._
@@ -165,10 +164,6 @@ object Build {
165164 // published version.
166165 runCode := (run in `dotty-language-server`).toTask(" " ).value,
167166
168- // include sources in eclipse (downloads source code for all dependencies)
169- // http://stackoverflow.com/questions/10472840/how-to-attach-sources-to-sbt-managed-dependencies-in-scala-ide#answer-11683728
170- EclipseKeys .withSource := true ,
171-
172167 // Avoid various sbt craziness involving classloaders and parallelism
173168 fork in run := true ,
174169 fork in Test := true ,
@@ -1055,7 +1050,6 @@ object Build {
10551050 lazy val `vscode-dotty` = project.in(file(" vscode-dotty" )).
10561051 settings(commonSettings).
10571052 settings(
1058- EclipseKeys .skipProject := true ,
10591053 version := " 0.1.15-snapshot" , // Keep in sync with package.json
10601054 autoScalaLibrary := false ,
10611055 publishArtifact := false ,
Original file line number Diff line number Diff line change 22//
33// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
44
5- // Scala IDE project file generator
6- addSbtPlugin(" com.typesafe.sbteclipse" % " sbteclipse-plugin" % " 5.2.4" )
7-
85addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.0.0-M8" )
96
107addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.1" )
You can’t perform that action at this time.
0 commit comments