From 7875cbc75993ed8cf1e8479a69a9a2e9a30e3315 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Mon, 24 Sep 2012 14:24:19 +0200 Subject: [PATCH] Removing weird artifact id in durable mailbox.rst --- akka-docs/rst/modules/durable-mailbox.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/modules/durable-mailbox.rst b/akka-docs/rst/modules/durable-mailbox.rst index 848f9807e3..154352c4f0 100644 --- a/akka-docs/rst/modules/durable-mailbox.rst +++ b/akka-docs/rst/modules/durable-mailbox.rst @@ -94,7 +94,7 @@ added in concrete subclass like this: .. includecode:: code/docs/actor/mailbox/DurableMailboxDocSpec.scala :include: custom-mailbox-test -You find DurableMailboxDocSpec in ``akka-mailboxes-common-2.1-SNAPSHOT-test.jar``. +To use ``DurableMailboxDocSpec``: Add this dependency:: "com.typesafe.akka" %% "akka-mailboxes-common" % "@version@" classifier "test" @crossString@