Skip to content

Commit

Permalink
Simplify to a minimal project as using Twitter's StandardProject seem…
Browse files Browse the repository at this point in the history
…s to break cross-builds.
  • Loading branch information
waywardmonkeys committed May 24, 2011
1 parent 2162a33 commit 783e2ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions project/build/ConfiggyProject.scala
@@ -1,7 +1,6 @@
import sbt._
import com.twitter.sbt._

class ConfiggyProject(info: ProjectInfo) extends StandardProject(info) with SubversionPublisher {
class ConfiggyProject(info: ProjectInfo) extends DefaultProject(info) {
val specs = "org.scala-tools.testing" %% "specs" % "1.6.6" % "test"

override def pomExtra =
Expand All @@ -15,6 +14,4 @@ class ConfiggyProject(info: ProjectInfo) extends StandardProject(info) with Subv
<distribution>repo</distribution>
</license>
</licenses>)

override def subversionRepository = Some("http://svn.local.twitter.com/maven-public")
}
2 changes: 0 additions & 2 deletions project/plugins/Plugins.scala
@@ -1,6 +1,4 @@
import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val twitter = "twitter.com" at "http://maven.twttr.com"
val defaultProject = "com.twitter" % "standard-project" % "0.7.10"
}

0 comments on commit 783e2ae

Please sign in to comment.