Make it clear that AkkaAppPackaging is actually deprecated

Also, fix missing closing parenthesis.
This commit is contained in:
Lukasz Kryger 2015-12-28 13:47:42 +00:00
parent 9a648105c2
commit f181aa0334

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.