Clean up akka-remote for OSGi and re-enable OSGi bundles. See #2497

This commit is contained in:
Björn Antonsson 2012-09-17 12:54:08 +02:00
parent 1715c60190
commit 5f63469264
24 changed files with 84 additions and 62 deletions

View file

@ -5,7 +5,7 @@ package docs.jrouting;
import akka.routing.RoundRobinRouter;
import akka.routing.DefaultResizer;
import akka.routing.RemoteRouterConfig;
import akka.remote.routing.RemoteRouterConfig;
import akka.actor.ActorRef;
import akka.actor.Props;
import akka.actor.UntypedActor;