From 5f648d449a3f0fcd5365d2c575d172575bff01f9 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 27 Mar 2013 09:17:54 -0400 Subject: [PATCH] Docs: list multi-scope selection on changes page --- src/sphinx/Community/ChangeSummary_0.13.0.rst | 1 + src/sphinx/Detailed-Topics/Tasks.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/sphinx/Community/ChangeSummary_0.13.0.rst b/src/sphinx/Community/ChangeSummary_0.13.0.rst index 73e9b0430..894ca5ef6 100644 --- a/src/sphinx/Community/ChangeSummary_0.13.0.rst +++ b/src/sphinx/Community/ChangeSummary_0.13.0.rst @@ -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 `. - ``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. diff --git a/src/sphinx/Detailed-Topics/Tasks.rst b/src/sphinx/Detailed-Topics/Tasks.rst index 291311e0a..dc3c407e9 100644 --- a/src/sphinx/Detailed-Topics/Tasks.rst +++ b/src/sphinx/Detailed-Topics/Tasks.rst @@ -221,6 +221,8 @@ only print ``#3``. sampleTask.value - 3 } +.. _multiple-scopes: + Getting values from multiple scopes ===================================