Skip to content
Snippets Groups Projects
Commit 72b2b841 authored by Philippe Suter's avatar Philippe Suter
Browse files

No commit message

No commit message
parent a4d95236
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,8 @@ import sbt._ ...@@ -3,5 +3,8 @@ import sbt._
class FunCheckProject(info: ProjectInfo) extends DefaultProject(info) { class FunCheckProject(info: ProjectInfo) extends DefaultProject(info) {
override def outputDirectoryName = "bin" override def outputDirectoryName = "bin"
override def mainScalaSourcePath = "src" override def mainScalaSourcePath = "src"
override def mainResourcesPath = "resources"
override def dependencyPath = "lib"
override def compileOptions = super.compileOptions ++ Seq(Unchecked) override def compileOptions = super.compileOptions ++ Seq(Unchecked)
} }
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment