diff --git a/project/build/funcheck.scala b/project/build/funcheck.scala
index d545dd32dd32ec26113c15620c290b3642b019d8..be1a00b777619697d3c7f994cb69c93896235d27 100644
--- a/project/build/funcheck.scala
+++ b/project/build/funcheck.scala
@@ -3,5 +3,8 @@ import sbt._
 class FunCheckProject(info: ProjectInfo) extends DefaultProject(info) {
   override def outputDirectoryName = "bin"
   override def mainScalaSourcePath = "src"
+  override def mainResourcesPath   = "resources"
+  override def dependencyPath      = "lib"
+
   override def compileOptions = super.compileOptions ++ Seq(Unchecked)
 }
diff --git a/scalac-plugin.xml b/resources/scalac-plugin.xml
similarity index 100%
rename from scalac-plugin.xml
rename to resources/scalac-plugin.xml