sbt/scripted
Eugene Yokota 08eaba9107 Add SbtPlugin
Fixes #3538

This brings in `sbt.ScriptedPlugin` as `sbt.plugins.ScriptedPlugin` into sbt mothership.
In addition, `sbt.plugins.SbtPlugin` is added that enables the scripted plugin and `sbtPlugin := true`.

This allows plugin authors to bring in scripted plugin by writing:

```scala
lazy val root = (project in file("."))
  .enablePlugins(SbtPlugin)
```
2018-01-22 14:02:06 -05:00
..
plugin/src/main/resources/sbt Add SbtPlugin 2018-01-22 14:02:06 -05:00
sbt Merge pull request #3891 from allanrenucci/scripted 2018-01-19 12:37:22 -05:00