sbt/scripted/plugin
Mark Harrah 49e7214fe3 InputTask macro
Similar to task macros, the parsed value is accessed by calling `parsed`
on a Parser[T], Initialize[Parser[T]], or Initialize[State => Parser[T]].
Values of tasks and settings may be accessed as usual via `value`.
2012-11-17 20:23:07 -05:00
..
src/main/resources/sbt Fixed scripted plugin descriptor to reside in sbt package 2011-11-07 14:41:48 +03:00
ScriptedPlugin.scala InputTask macro 2012-11-17 20:23:07 -05:00