make ScopeFilter accessible without a qualifier

Should be improved: ideally there would only be a single top-level alias.
This commit is contained in:
Mark Harrah 2013-04-03 12:44:35 -04:00
parent 322a49faba
commit f18ddd2a88
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ object ScopeFilter
private[sbt] val Make = new Make {}
trait Make
{
/** Selects the Scopes used in `<key>.all(<ScopeFilter>)`.*/
type ScopeFilter = Base[Scope]
/** Selects Scopes with a global task axis. */
def inGlobalTask: TaskFilter = globalAxis[AttributeKey[_]]
/** Selects Scopes with a global project axis. */