Skip to content

Commit

Permalink
#34 fix generation of Eclipse project definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuhn committed Apr 19, 2014
1 parent 566a700 commit fa3b4d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ lazy val tck = project.dependsOn(spi)

publishArtifact := false // for this aggregate project

EclipseKeys.projectFlavor in ThisBuild := EclipseProjectFlavor.Java

pomExtra in ThisBuild := (
<scm>
<url>git@github.com:reactive-streams/reactive-streams.git</url>
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
addSbtPlugin("de.johoop" % "sbt-testng-plugin" % "3.0.0")

addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")

0 comments on commit fa3b4d9

Please sign in to comment.