From e037731d812f25551ce7eea091e11859a22aa802 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 8 Feb 2014 10:23:31 -0500 Subject: [PATCH] TODO --- main/src/main/scala/sbt/AutoPlugin.scala | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/main/src/main/scala/sbt/AutoPlugin.scala b/main/src/main/scala/sbt/AutoPlugin.scala index a087d8982..4cf06bfe3 100644 --- a/main/src/main/scala/sbt/AutoPlugin.scala +++ b/main/src/main/scala/sbt/AutoPlugin.scala @@ -1,3 +1,12 @@ +/* +TODO: +- Natured type contains AutoPlugin and Nature +- atoms of AutoPlugin.select are Natured +- atoms of Project.natures are Nature +- no more AutoPlugin.provides: name comes from module name +- index all available AutoPlugins to get the tasks that will be added +- error message when a task doesn't exist that it would be provided by plugin x, enabled by natures y,z, blocked by a, b +*/ package sbt import Def.Setting