Renaming EBEDD to Dispatcher, EBEDWSD to BalancingDispatcher, ThreadBasedDispatcher to PinnedDispatcher and PEBEDD to PriorityDispatcher, closing ticket #784

This commit is contained in:
Viktor Klang 2011-05-20 22:41:41 +02:00
parent 1f024f1c9e
commit 3181905fed
28 changed files with 156 additions and 156 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")