Merge pull request #733 from akka/wip-2536-√

#2536 - Fixing docs and making sure test artifacts are published for Akk...
This commit is contained in:
Viktor Klang (√) 2012-09-24 05:38:25 -07:00
commit 4ca684881d
2 changed files with 2 additions and 4 deletions

View file

@ -94,10 +94,9 @@ added in concrete subclass like this:
.. includecode:: code/docs/actor/mailbox/DurableMailboxDocSpec.scala
:include: custom-mailbox-test
You find DurableMailboxDocSpec in ``akka-mailboxes-common-test-2.1-SNAPSHOT.jar``.
Add this dependency::
To use ``DurableMailboxDocSpec`` add this dependency::
"com.typesafe.akka" % "akka-mailboxes-common-test" % "2.1-SNAPSHOT"
"com.typesafe.akka" %% "akka-mailboxes-common" % "@version@" classifier "test" @crossString@
For more inspiration you can look at the old implementations based on Redis, MongoDB, Beanstalk,
and ZooKeeper, which can be found in Akka git repository tag

View file

@ -206,7 +206,6 @@ object AkkaBuild extends Build {
settings = defaultSettings ++ OSGi.mailboxesCommon ++ Seq(
libraryDependencies ++= Dependencies.mailboxes,
previousArtifact := akkaPreviousArtifact("akka-mailboxes-common"),
// DurableMailboxSpec published in akka-mailboxes-common-test
publishArtifact in Test := true
)
)