Merge branch 'master' into wip-2.9.0

This commit is contained in:
Peter Vlugter 2011-03-29 20:55:19 +13:00
commit 5b668eacd7

View file

@ -19,9 +19,7 @@ class AkkaParentProject(info: ProjectInfo) extends DefaultProject(info) {
val scalaCompileSettings =
Seq("-deprecation",
"-Xmigration",
//"-Xcheckinit", //Only use occasionally, should never be used for production jars
"-optimise",
"-Xwarninit",
//"-optimise",
"-encoding", "utf8")
val javaCompileSettings = Seq("-Xlint:unchecked")