Harmonizing constructors and Dispatcher-factories, closing ticket #807

This commit is contained in:
Viktor Klang 2011-05-20 22:25:46 +02:00
parent 476334bad7
commit 1f024f1c9e
3 changed files with 42 additions and 25 deletions

View file

@ -19,7 +19,7 @@ class AkkaParentProject(info: ProjectInfo) extends ParentProject(info) with Exec
val scalaCompileSettings =
Seq("-deprecation",
//"-Xmigration",
"-optimise",
//"-optimise",
"-encoding", "utf8")
val javaCompileSettings = Seq("-Xlint:unchecked")