Get rid of sources/docs configurations

This commit is contained in:
Dan Sanduleac 2013-11-28 13:17:17 +00:00
parent 91093b32dd
commit 42ad2fcf05
1 changed files with 0 additions and 2 deletions

View File

@ -34,8 +34,6 @@ package object sbt extends sbt.std.TaskExtra with sbt.internal.util.Types with s
final val Runtime = C.Runtime
final val IntegrationTest = C.IntegrationTest
final val Default = C.Default
final val Docs = C.Docs
final val Sources = C.Sources
final val Provided = C.Provided
// java.lang.System is more important, so don't alias this one
// final val System = C.System