correct error

This commit is contained in:
Mark Harrah 2009-12-05 10:46:20 -05:00
parent 24464ccbe7
commit 04ae140d12
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ class SbtTest(info: ProjectInfo) extends PluginProject(info)
val xsbtTest = "org.scala-tools.sbt" %% "test" % version.toString
override def managedStyle = ManagedStyle.Ivy
val publishTo = Resolver.file("technically", new File("/var/dbwww/repo/"))
val publishTo = Resolver.file("technically", new java.io.File("/var/dbwww/repo/"))
}