Skip to content

Commit dad6b35

Browse files
Merge pull request #35 from reactive-streams/wip-build-Java
#34 fix generation of Eclipse project definition
2 parents 566a700 + fa3b4d9 commit dad6b35

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ lazy val tck = project.dependsOn(spi)
1616

1717
publishArtifact := false // for this aggregate project
1818

19+
EclipseKeys.projectFlavor in ThisBuild := EclipseProjectFlavor.Java
20+
1921
pomExtra in ThisBuild := (
2022
<scm>
2123
<url>git@github.com:reactive-streams/reactive-streams.git</url>

Diff for: project/plugins.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
addSbtPlugin("de.johoop" % "sbt-testng-plugin" % "3.0.0")
2+
3+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")

0 commit comments

Comments
 (0)