Cleanup after merge.

This commit is contained in:
Björn Antonsson 2012-09-21 17:26:22 +02:00
parent 78597ed7c1
commit dc5b377bb1
2 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ The multi-JVM testing is an sbt plugin that you can find at `<http://github.com/
You can add it as a plugin by adding the following to your project/plugins.sbt:
.. includecode:: ../../project/plugins.sbt#sbt-multi-jvm
.. includecode:: ../../../project/plugins.sbt#sbt-multi-jvm
You can then add multi-JVM testing to ``project/Build.scala`` by including the ``MultiJvm``
settings and config. For example, here is an example of how the akka-remote-tests project adds