Adjust dist README, see #3105
This commit is contained in:
parent
49fbbfb958
commit
6f7f2adb8f
4 changed files with 11 additions and 9 deletions
|
|
@ -46,6 +46,10 @@ To use the sbt plugin you define it in your ``project/plugins.sbt``:
|
|||
|
||||
.. includecode:: ../../../akka-sbt-plugin/sample/project/plugins.sbt
|
||||
|
||||
Make sure that you have a ``project/build.properties`` file:
|
||||
|
||||
.. includecode:: ../../../akka-sbt-plugin/sample/project/build.properties
|
||||
|
||||
Then you add it to the settings of your ``project/Build.scala``. It is also important that you add the ``akka-kernel`` dependency.
|
||||
This is an example of a complete sbt build file:
|
||||
|
||||
|
|
|
|||
|
|
@ -46,6 +46,10 @@ To use the sbt plugin you define it in your ``project/plugins.sbt``:
|
|||
|
||||
.. includecode:: ../../../akka-sbt-plugin/sample/project/plugins.sbt
|
||||
|
||||
Make sure that you have a ``project/build.properties`` file:
|
||||
|
||||
.. includecode:: ../../../akka-sbt-plugin/sample/project/build.properties
|
||||
|
||||
Then you add it to the settings of your ``project/Build.scala``. It is also important that you add the ``akka-kernel`` dependency.
|
||||
This is an example of a complete sbt build file:
|
||||
|
||||
|
|
|
|||
10
akka-kernel/src/main/dist/README
vendored
10
akka-kernel/src/main/dist/README
vendored
|
|
@ -25,14 +25,10 @@ Microkernel
|
|||
-----------
|
||||
|
||||
This download includes everything needed for a self-contained Akka
|
||||
Microkernel. See the documentation for more information about the
|
||||
microkernel (see `doc/akka/docs/modules/microkernel.html`).
|
||||
|
||||
There is a sample microkernel application included in this download.
|
||||
Start this application with the following command:
|
||||
|
||||
bin/akka sample.kernel.hello.HelloKernel
|
||||
Microkernel.
|
||||
|
||||
See the documentation for more information about the
|
||||
microkernel (see `doc/akka/docs/scala/microkernel.html`).
|
||||
|
||||
Cluster Administration Tool
|
||||
---------------------------
|
||||
|
|
|
|||
|
|
@ -29,8 +29,6 @@ object HelloKernelBuild extends Build {
|
|||
)
|
||||
|
||||
lazy val defaultSettings = buildSettings ++ Seq(
|
||||
resolvers += "Typesafe Repo" at "http://repo.typesafe.com/typesafe/releases/",
|
||||
|
||||
// compile options
|
||||
scalacOptions ++= Seq("-encoding", "UTF-8", "-deprecation", "-unchecked"),
|
||||
javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue