mirror of https://github.com/sbt/sbt.git
7 lines
138 B
Scala
7 lines
138 B
Scala
|
|
/* sbt -- Simple Build Tool
|
||
|
|
* Copyright 2009 Mark Harrah
|
||
|
|
*/
|
||
|
|
|
||
|
|
import sbt._
|
||
|
|
|
||
|
|
class SbtTest(info: ProjectInfo) extends PluginProject(info)
|