Files
sbt/notes
Eugene Yokota 932f911483 addPluginSbtFile command
Fixes https://github.com/sbt/sbt/issues/1502

This adds `--addPluginSbtFile=<file>` command, which adds the given .sbt file to the plugin build.
Using this mechanism editors or IDEs can start a build with required plugin.

```
$ cat /tmp/extra.sbt
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")

$ sbt --addPluginSbtFile=/tmp/extra.sbt
...
sbt:helloworld> plugins
In file:/xxxx/hellotest/
  ...
  sbtassembly.AssemblyPlugin: enabled in root
```
2018-06-18 01:50:36 -04:00
..
2018-05-04 16:39:05 +02:00
2018-06-18 01:50:36 -04:00
2016-05-06 16:01:49 -04:00
2016-05-06 16:01:49 -04:00
2016-05-06 16:01:49 -04:00
2016-05-06 16:01:49 -04:00
2015-01-24 13:45:15 -05:00
2015-01-24 13:45:15 -05:00
2017-01-20 08:13:00 +00:00
2017-01-20 08:30:01 +00:00
2017-01-20 08:13:17 +00:00
2017-01-15 05:59:51 -05:00
2017-01-15 05:59:51 -05:00
2017-08-12 01:49:49 -04:00
2017-08-15 13:56:35 -07:00
2017-08-28 13:23:53 -04:00
2017-09-16 20:32:33 -04:00
2017-10-26 22:39:35 -04:00
2017-11-25 05:26:51 -05:00
2018-01-05 14:06:46 -05:00
2018-02-17 13:41:00 -05:00
2014-09-13 15:37:00 -04:00
2017-12-15 01:49:14 +00:00