mirror of
https://github.com/sbt/sbt.git
synced 2026-09-02 21:18:32 +02:00
Getting scripted testing working with using-xsbt:
* uses new scripted test framework in xsbt * adds ability to provide commands over loopback interface with <port command * only some tests have been updated
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#Sat Aug 01 10:32:20 EDT 2009
|
||||
project.organization=org.scala-tools.sbt
|
||||
project.name=test
|
||||
sbt.version=0.5.4
|
||||
project.version=0.5.4
|
||||
sbt.version=0.5.6
|
||||
project.version=0.6.5-p1
|
||||
scala.version=2.7.5
|
||||
project.initialize=false
|
||||
|
||||
@@ -6,6 +6,8 @@ import sbt._
|
||||
|
||||
class SbtTest(info: ProjectInfo) extends PluginProject(info)
|
||||
{
|
||||
val xsbtTest = "org.scala-tools.sbt" %% "test" % version.toString
|
||||
|
||||
val publishTo = "Scala Tools Nexus" at "http://nexus.scala-tools.org/content/repositories/releases/"
|
||||
Credentials(Path.fromFile(System.getProperty("user.home")) / ".ivy2" / ".credentials", log)
|
||||
}
|
||||
Reference in New Issue
Block a user