aboutsummaryrefslogtreecommitdiff
path: root/project/Settings.scala
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-05-15 18:47:22 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-05-15 18:47:22 -0300
commit83e51763db4da386fb22b670aab9b0c2beda20d2 (patch)
treeb6bd0f1a63fd02e75208e6a6cec21dc1724b9b55 /project/Settings.scala
parentee1b12e22a502308a26208f87132f08d356d1e1e (diff)
downloadKamon-83e51763db4da386fb22b670aab9b0c2beda20d2.tar.gz
Kamon-83e51763db4da386fb22b670aab9b0c2beda20d2.tar.bz2
Kamon-83e51763db4da386fb22b670aab9b0c2beda20d2.zip
wip
Diffstat (limited to 'project/Settings.scala')
-rw-r--r--project/Settings.scala9
1 files changed, 9 insertions, 0 deletions
diff --git a/project/Settings.scala b/project/Settings.scala
index e878e881..7eddda5f 100644
--- a/project/Settings.scala
+++ b/project/Settings.scala
@@ -1,5 +1,6 @@
import sbt._
import Keys._
+import spray.revolver.RevolverPlugin.Revolver
object Settings {
val VERSION = "0.1-SNAPSHOT"
@@ -21,5 +22,13 @@ object Settings {
"-Xlog-reflective-calls"
)
)
+
+
+ import spray.revolver.RevolverPlugin.Revolver._
+ lazy val revolverSettings = Revolver.settings ++ seq(
+ reJRebelJar := "~/.jrebel/jrebel.jar"
+ )
+
+
}