move multi-node-testkit into its own module, see #2981

This commit is contained in:
Roland 2013-02-10 16:04:59 -05:00
parent 29b274b9c0
commit c3b363c9b3
18 changed files with 103 additions and 33 deletions

View file

@ -173,10 +173,10 @@ The multi node testing kit is a separate jar file. Make sure that you have the f
.. parsed-literal::
"com.typesafe.akka" %% "akka-remote-tests-experimental" % "@version@" @crossString@
"com.typesafe.akka" %% "akka-multi-node-testkit" % "@version@" @crossString@
If you are using the latest nightly build you should pick a timestamped Akka version from
`<http://repo.typesafe.com/typesafe/snapshots/com/typesafe/akka/akka-remote-tests-experimental_@binVersion@/>`_.
`<http://repo.typesafe.com/typesafe/snapshots/com/typesafe/akka/akka-multi-node-testkit_@binVersion@/>`_.
We recommend against using ``SNAPSHOT`` in order to obtain stable builds.
A Multi Node Testing Example