Skip to content

Commit

Permalink
switch to new style standard project thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanking committed Jan 11, 2011
1 parent 93e2603 commit c9b586a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/build/Snowflake.scala
Expand Up @@ -2,7 +2,7 @@ import sbt._
import com.twitter.sbt._
import Process._

class SnowflakeProject(info: ProjectInfo) extends StandardProject(info) {
class SnowflakeProject(info: ProjectInfo) extends StandardServiceProject(info) {
val mavenTwttr = "twitter" at "http://maven.twttr.com/"
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 c9b586a

Please sign in to comment.