aboutsummaryrefslogtreecommitdiff
path: root/examples/intellij/build/build.scala
blob: 921cf40b020c29af67dd9fb022782116b8b173fd (plain) (blame)
1
2
3
4
5
import cbt._

class Build(val context: Context) extends BaseBuild with IntelliJ {
  override def name = "idea-plugin-example"
}