Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
going to Build.scala instead of build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcbride committed Feb 1, 2012
1 parent 8a85cd7 commit e04e92c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 40 deletions.
17 changes: 0 additions & 17 deletions build.sbt

This file was deleted.

19 changes: 19 additions & 0 deletions project/Build.scala
@@ -0,0 +1,19 @@
import sbt._
import Keys._

import com.twitter.sbt._

object SbtThriftPlugin extends Build {
lazy val root = Project(id = "sbt-thrift2",
base = file("."))
.settings(StandardProject.newSettings: _*)
.settings(SubversionPublisher.newSettings: _*)
.settings(
organization := "com.twitter",
name := "sbt-thrift2",
SubversionPublisher.subversionRepository := Some("https://svn.twitter.biz/maven-public"),
version := "0.0.1-SNAPSHOT",
sbtPlugin := true
)
.settings(ScriptedPlugin.scriptedSettings: _*)
}
23 changes: 0 additions & 23 deletions project/build/SbtThriftPlugin.scala

This file was deleted.

0 comments on commit e04e92c

Please sign in to comment.