mirror of https://github.com/sbt/sbt.git
put scripted-plugin in the sbt package
This commit is contained in:
parent
6ddeca12a2
commit
ed4935f3fb
|
|
@ -1,7 +1,7 @@
|
||||||
/* sbt -- Simple Build Tool
|
/* sbt -- Simple Build Tool
|
||||||
* Copyright 2011 Artyom Olshevskiy
|
* Copyright 2011 Artyom Olshevskiy
|
||||||
*/
|
*/
|
||||||
import sbt._
|
package sbt
|
||||||
|
|
||||||
import Project.Initialize
|
import Project.Initialize
|
||||||
import Keys._
|
import Keys._
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue