Skip to content

Commit

Permalink
Make it clear that AkkaAppPackaging is actually deprecated
Browse files Browse the repository at this point in the history
Also, fix missing closing parenthesis.
  • Loading branch information
kryger committed Dec 28, 2015
1 parent 9a64810 commit f181aa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akka-docs/rst/intro/deployment-scenarios.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f181aa0

Please sign in to comment.