Merge pull request #19305 from kryger/master

=doc Add the missing closing parenthesis
This commit is contained in:
Konrad Malawski 2015-12-28 15:01:59 +01:00
commit 2bade93c31

View file

@ -40,8 +40,8 @@ Use the package settings and optionally specify the mainClass in ``build.sbt`` f
.. includecode:: ../../../akka-samples/akka-sample-main-scala/build.sbt
.. note:: Use the ``JavaServerAppPackaging``. Don't use ``AkkaAppPackaging`` (previously named
``packageArchetype.akka_application``, since it doesn't have the same flexibility and quality
.. note:: Use the ``JavaServerAppPackaging``. Don't use the deprecated ``AkkaAppPackaging`` (previously named
``packageArchetype.akka_application``), since it doesn't have the same flexibility and quality
as the ``JavaServerAppPackaging``.
Use sbt task ``dist`` package the application.