1002d68495
the centralized Maven repository. git-svn-id: https://samskivert.googlecode.com/svn/trunk@2811 6335cc39-0255-0410-8fd6-9bcaacd3b74c
9 lines
239 B
Scala
9 lines
239 B
Scala
import sbt._
|
|
|
|
class Samskivert (info :ProjectInfo) extends DefaultProject(info)
|
|
{
|
|
val junitInterface = "com.novocode" % "junit-interface" % "0.4" % "test->default"
|
|
|
|
System.setProperty("test_dir", "target/scala_2.8.0/test-resources")
|
|
}
|