diff --git a/akka-core/src/main/scala/config/SupervisionConfig.scala b/akka-core/src/main/scala/config/SupervisionConfig.scala index dc04d9f38c..7e03fcb6f8 100644 --- a/akka-core/src/main/scala/config/SupervisionConfig.scala +++ b/akka-core/src/main/scala/config/SupervisionConfig.scala @@ -24,7 +24,6 @@ object ScalaConfig { abstract class Scope extends ConfigElement case class SupervisorConfig(restartStrategy: RestartStrategy, worker: List[Server]) extends Server - class Supervise(val actorRef: ActorRef, val lifeCycle: LifeCycle, _remoteAddress: RemoteAddress) extends Server { val remoteAddress: Option[RemoteAddress] = if (_remoteAddress eq null) None else Some(_remoteAddress) } diff --git a/project/plugins/Plugins.scala b/project/plugins/Plugins.scala index f3c455cf51..26627a69b0 100644 --- a/project/plugins/Plugins.scala +++ b/project/plugins/Plugins.scala @@ -3,7 +3,7 @@ import sbt._ class Plugins(info: ProjectInfo) extends PluginDefinition(info) { val databinderRepo = "Databinder Repository" at "http://databinder.net/repo" val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.1" - val codeFellow = "de.tuxed" % "codefellow-plugin" % "0.1" // for code completion and more in VIM + val codeFellow = "de.tuxed" % "codefellow-plugin" % "0.2" // for code completion and more in VIM // val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/" // val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT" } diff --git a/scripts/run_akka.sh b/scripts/run_akka.sh index 43cad86156..2d87a08148 100755 --- a/scripts/run_akka.sh +++ b/scripts/run_akka.sh @@ -1,6 +1,6 @@ #!/bin/bash cd $AKKA_HOME -VERSION=akka_2.8.0.RC3-0.9 +VERSION=akka_2.8.0.RC3-0.10 TARGET_DIR=dist/$VERSION/$1 shift 1 VMARGS=$@