Skip to content

Commit

Permalink
eclipse with source code
Browse files Browse the repository at this point in the history
  • Loading branch information
aorwall committed Jan 14, 2013
1 parent 2e69062 commit 889f4a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import sbt.Keys._
import com.typesafe.sbt.SbtStartScript
import com.typesafe.sbtscalariform.ScalariformPlugin
import com.typesafe.sbtscalariform.ScalariformPlugin.ScalariformKeys
import com.typesafe.sbteclipse.plugin.EclipsePlugin.EclipseKeys

object LogAnalyzerBuild extends Build {
val Organization = "logAnalyzer"
Expand Down Expand Up @@ -49,7 +50,9 @@ object LogAnalyzerBuild extends Build {
javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation"),

// disable parallel tests
parallelExecution in Test := false
parallelExecution in Test := false,

EclipseKeys.withSource := true
)

}
Expand Down

0 comments on commit 889f4a5

Please sign in to comment.