Docs: list multi-scope selection on changes page

This commit is contained in:
Mark Harrah 2013-03-27 09:17:54 -04:00
parent dce2853ae7
commit 5f648d449a
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Features
- New syntax for settings, tasks, and input tasks. Details below.
- Automatically link to external API scaladocs of dependencies by setting ``autoAPIMappings := true``. This requires at least Scala 2.10.1 and for dependencies to define ``apiURL`` for their scaladoc location. Mappings may be manually added to the ``apiMappings`` task as well.
- Support setting Scala home directory temporary using the switch command: ``++ scala-version=/path/to/scala/home``. The scala-version part is optional, but is used as the version for any managed dependencies.
- New API for getting tasks and settings from multiple projects and configurations. See the new section :ref:`getting values from multiple scopes <multiple-scopes>`.
- ``export`` command
* For tasks, prints the contents of the 'export' stream. By convention, this should be the equivalent command line(s) representation. ``compile``, ``doc``, and ``console`` show the approximate command lines for their execution. Classpath tasks print the classpath string suitable for passing as an option.

View File

@ -221,6 +221,8 @@ only print ``#3``.
sampleTask.value - 3
}
.. _multiple-scopes:
Getting values from multiple scopes
===================================