Skip to content

Commit

Permalink
setup publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking committed Sep 7, 2010
1 parent 48436f5 commit bd48822
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion project/build/ZookeeperClientProject.scala
Expand Up @@ -2,7 +2,10 @@ import sbt._
import Process._
import com.twitter.sbt._

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

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

// Maven repositories
val mavenDotOrg = "repo1" at "http://repo1.maven.org/maven2/"
val jBoss = "jboss-repo" at "http://repository.jboss.org/maven2/"
Expand Down

0 comments on commit bd48822

Please sign in to comment.