From f181aa0334e5e665c60282982c42c95236c985a7 Mon Sep 17 00:00:00 2001 From: Lukasz Kryger Date: Mon, 28 Dec 2015 13:47:42 +0000 Subject: [PATCH] Make it clear that AkkaAppPackaging is actually deprecated Also, fix missing closing parenthesis. --- akka-docs/rst/intro/deployment-scenarios.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/intro/deployment-scenarios.rst b/akka-docs/rst/intro/deployment-scenarios.rst index 891c4cf1bb..fca8c2cd69 100644 --- a/akka-docs/rst/intro/deployment-scenarios.rst +++ b/akka-docs/rst/intro/deployment-scenarios.rst @@ -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.