Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Commit

Permalink
fix plugin loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robey Pointer committed Sep 13, 2010
1 parent a644157 commit 5c8d1b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion project/plugins/Plugins.scala
@@ -1,6 +1,7 @@
import sbt._

class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val twitterNest = "com.twitter" at "http://www.lag.net/nest"
val scalaTools = "scala-tools.org" at "http://scala-tools.org/repo-releases/"
val lagNet = "twitter.com" at "http://www.lag.net/repo/"
val defaultProject = "com.twitter" % "standard-project" % "0.7.1"
}
2 changes: 1 addition & 1 deletion project/plugins/project/build.properties
@@ -1,3 +1,3 @@
#Project properties
#Tue Aug 31 22:05:45 PDT 2010
#Sat Sep 11 13:18:18 PDT 2010
plugin.uptodate=true

0 comments on commit 5c8d1b6

Please sign in to comment.