Skip to content

Commit f4c8ef3

Browse files
authored
Merge pull request #7188 from neshkeev/remove-sbteclipse-plugin
Remove sbteclipse-plugin
2 parents 9a423ec + 535855b commit f4c8ef3

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

project/Build.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import java.nio.file._
33

44
import Modes._
55
import com.typesafe.sbt.pgp.PgpKeys
6-
import com.typesafe.sbteclipse.plugin.EclipsePlugin.EclipseKeys
76
import sbt.Keys._
87
import sbt._
98
import 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,

project/plugins.sbt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
85
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.0.0-M8")
96

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

0 commit comments

Comments
 (0)