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._
3
3
4
4
import Modes ._
5
5
import com .typesafe .sbt .pgp .PgpKeys
6
- import com .typesafe .sbteclipse .plugin .EclipsePlugin .EclipseKeys
7
6
import sbt .Keys ._
8
7
import sbt ._
9
8
import complete .DefaultParsers ._
@@ -165,10 +164,6 @@ object Build {
165
164
// published version.
166
165
runCode := (run in `dotty-language-server`).toTask(" " ).value,
167
166
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
-
172
167
// Avoid various sbt craziness involving classloaders and parallelism
173
168
fork in run := true ,
174
169
fork in Test := true ,
@@ -1055,7 +1050,6 @@ object Build {
1055
1050
lazy val `vscode-dotty` = project.in(file(" vscode-dotty" )).
1056
1051
settings(commonSettings).
1057
1052
settings(
1058
- EclipseKeys .skipProject := true ,
1059
1053
version := " 0.1.15-snapshot" , // Keep in sync with package.json
1060
1054
autoScalaLibrary := false ,
1061
1055
publishArtifact := false ,
Original file line number Diff line number Diff line change 2
2
//
3
3
// e.g. addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.1.0")
4
4
5
- // Scala IDE project file generator
6
- addSbtPlugin(" com.typesafe.sbteclipse" % " sbteclipse-plugin" % " 5.2.4" )
7
-
8
5
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.0.0-M8" )
9
6
10
7
addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 2.1" )
You can’t perform that action at this time.
0 commit comments