Merge pull request #16886 from elegoff/patch-1

Update building-akka.rst
This commit is contained in:
Björn Antonsson 2015-03-05 14:37:12 +01:00
commit c013823a5b

View file

@ -38,14 +38,13 @@ Akka is using the excellent `sbt`_ build system. So the first thing you have to
do is to download and install sbt. You can read more about how to do that in the do is to download and install sbt. You can read more about how to do that in the
`sbt setup`_ documentation. `sbt setup`_ documentation.
.. _sbt: https://github.com/harrah/xsbt .. _sbt: https://github.com/sbt/sbt
.. _sbt setup: https://github.com/harrah/xsbt/wiki/Setup
The sbt commands that you'll need to build Akka are all included below. If you The sbt commands that you'll need to build Akka are all included below. If you
want to find out more about sbt and using it for your own projects do read the want to find out more about sbt and using it for your own projects do read the
`sbt documentation`_. `sbt documentation`_.
.. _sbt documentation: https://github.com/harrah/xsbt/wiki .. _sbt documentation: http://www.scala-sbt.org/documentation.html
The Akka sbt build file is ``project/AkkaBuild.scala``. The Akka sbt build file is ``project/AkkaBuild.scala``.