sbt/project
Eugene Yokota c20029ce16 Work around package name confusion
This works around the name conflict between sbt.test package and sbt.Keys.test.

1. sbt.test package is renamed to sbt.scriptedtest. This allows 1.0 plugins and builds to use `test` to mean `Keys.test`.
2. To keep binary compatibility for sbt 0.13 scripted, I am adding `sbt.test.ScriptedRunner` and `sbt.test.ScriptedTests` in `scripted-plugin` artifact.
3. Another affected user is Giter8 plugin that uses ScriptedPlugin. Since the intereactions are limited to `sbt.ScriptedPlugin.*`, we should be fine here. - https://github.com/foundweekends/giter8/blob/v0.11.0-M2/plugin/src/main/scala-sbt-1.0/giter8/SBTCompat.scala
2018-01-22 14:03:02 -05:00
..
ContrabandConfig.scala Adjust to upstream changes 2017-07-16 00:51:49 -04:00
Dependencies.scala Zinc 1.1.0 2018-01-05 14:07:04 -05:00
Docs.scala sbt 1.0.0-RC2 2017-07-20 06:56:37 +01:00
NightlyPlugin.scala be 2.13 friendly 2017-08-12 07:35:26 -07:00
PublishBinPlugin.scala Add back, re-configure & re-enable Scalafmt 2017-08-10 16:35:23 +01:00
Release.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
SbtLauncherPlugin.scala sbt 1.0.0-RC2 2017-07-20 06:56:37 +01:00
Scripted.scala Work around package name confusion 2018-01-22 14:03:02 -05:00
SiteMap.scala Change modifiedTime definitions 2017-12-22 01:55:37 +01:00
StatusPlugin.scala Apply Scalafmt formatting 2017-04-21 04:48:31 -04:00
Sxr.scala sbt 1.0.0-RC2 2017-07-20 06:56:37 +01:00
Transform.scala Upgrade the build to sbt 1.0.0-M5 2017-05-11 09:44:42 +01:00
Util.scala Merge pull request #3854 from sbt/1.1.x 2018-01-08 11:16:26 +00:00
build.properties Upgrade to sbt 1.1.0 2018-01-10 16:08:13 +00:00
plugins.sbt Add, configure & enforce sbt-whitesource 2018-01-11 14:13:21 +00:00