mirror of https://github.com/sbt/sbt.git
remove most occurrences of ScalaObject
This commit is contained in:
parent
fbb09b1433
commit
2196cbedaf
|
|
@ -82,10 +82,10 @@ private[this] object ProcessSpecification extends Properties("Process I/O")
|
|||
{
|
||||
val ignore = echo // just for the compile dependency so that this test is rerun when TestedProcess.scala changes, not used otherwise
|
||||
|
||||
val thisClasspath = List(getSource[ScalaObject], getSource[IO.type], getSource[SourceTag]).mkString(File.pathSeparator)
|
||||
val thisClasspath = List(getSource[Product], getSource[IO.type], getSource[SourceTag]).mkString(File.pathSeparator)
|
||||
"java -cp " + thisClasspath + " " + command
|
||||
}
|
||||
private def getSource[T : Manifest]: String =
|
||||
IO.classLocationFile[T].getAbsolutePath
|
||||
}
|
||||
private trait SourceTag
|
||||
private trait SourceTag
|
||||
|
|
|
|||
Loading…
Reference in New Issue