Skip to content

Commit

Permalink
merge with twitter repo
Browse files Browse the repository at this point in the history
  • Loading branch information
John Corwin committed Sep 16, 2010
2 parents 0d2fd4e + bd48822 commit 48b40aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions project/build/ZookeeperClientProject.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import sbt._
import Process._
import com.twitter.sbt.{StandardProject, SubversionRepository}
import com.twitter.sbt._

class ZookeeperClientProject(info: ProjectInfo) extends StandardProject(info) with SubversionPublisher {

override def subversionRepository = Some("http://svn.local.twitter.com/maven-public/")

class ZookeeperClientProject(info: ProjectInfo) extends StandardProject(info) {
// Maven repositories
val mavenDotOrg = "repo1" at "http://repo1.maven.org/maven2/"
val jBoss = "jboss-repo" at "http://repository.jboss.org/maven2/"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins/Plugins.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val twitterNest = "com.twitter" at "http://www.lag.net/nest"
val defaultProject = "com.twitter" % "standard-project" % "0.5.8"
val defaultProject = "com.twitter" % "standard-project" % "0.7.1"
}
2 changes: 1 addition & 1 deletion project/plugins/project/build.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Project properties
#Fri May 28 08:33:12 PDT 2010
#Thu Sep 16 13:15:56 PDT 2010
plugin.uptodate=true

0 comments on commit 48b40aa

Please sign in to comment.