From d1e8fb0b9a84e6719c622e003564b0e7fbd2cdc0 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Tue, 29 May 2012 09:06:03 +0200 Subject: [PATCH] Update docs to reflect that there isn't 0 deps for akka-actor --- akka-docs/intro/getting-started.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/akka-docs/intro/getting-started.rst b/akka-docs/intro/getting-started.rst index adc580c6e2..f96bb42b9d 100644 --- a/akka-docs/intro/getting-started.rst +++ b/akka-docs/intro/getting-started.rst @@ -31,7 +31,7 @@ Modules Akka is very modular and has many JARs for containing different features. -- ``akka-actor-2.1-SNAPSHOT.jar`` -- Classic Actors, Typed Actors, IO Actor etc. Has ZERO dependencies. +- ``akka-actor-2.1-SNAPSHOT.jar`` -- Classic Actors, Typed Actors, IO Actor etc. - ``akka-remote-2.1-SNAPSHOT.jar`` -- Remote Actors - ``akka-testkit-2.1-SNAPSHOT.jar`` -- Toolkit for testing Actor systems - ``akka-kernel-2.1-SNAPSHOT.jar`` -- Akka microkernel for running a bare-bones mini application server @@ -43,8 +43,7 @@ Akka is very modular and has many JARs for containing different features. - ``akka--mailbox-2.1-SNAPSHOT.jar`` -- Akka durable mailboxes How to see the JARs dependencies of each Akka module is described in the -:ref:`dependencies` section. Worth noting is that ``akka-actor`` has zero -external dependencies (apart from the ``scala-library.jar`` JAR). +:ref:`dependencies` section. Using a release distribution ----------------------------