add databinder repo for scripted

This commit is contained in:
Mark Harrah 2010-05-16 21:24:31 -04:00
parent 1ca63f3d06
commit ad9cd40f9f
1 changed files with 1 additions and 0 deletions

View File

@ -13,4 +13,5 @@ class SbtTest(info: ProjectInfo) extends PluginProject(info)
override def managedStyle = ManagedStyle.Ivy
val publishTo = Resolver.file("technically", new java.io.File("/var/dbwww/repo/"))
val databinder = Resolver.url("databinder", new java.net.URL("http://databinder.net/repo/"))
}