mirror of https://github.com/sbt/sbt.git
TODO
This commit is contained in:
parent
eb7da2f689
commit
e037731d81
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue