mirror of https://github.com/sbt/sbt.git
remove a deprecated method
This commit is contained in:
parent
62b30c0156
commit
df1774e02e
|
|
@ -170,8 +170,6 @@ abstract class BasicScalaProject extends ScalaProject with BasicDependencyProjec
|
||||||
* classpath returned by `mainUnmanagedClasspath`.*/
|
* classpath returned by `mainUnmanagedClasspath`.*/
|
||||||
protected def testUnmanagedClasspath = testCompilePath +++ testResourcesOutputPath +++ testDependencies.scalaCompiler +++ runUnmanagedClasspath
|
protected def testUnmanagedClasspath = testCompilePath +++ testResourcesOutputPath +++ testDependencies.scalaCompiler +++ runUnmanagedClasspath
|
||||||
|
|
||||||
/** @deprecated Use `mainDependencies.scalaJars`*/
|
|
||||||
@deprecated protected final def scalaJars: Iterable[File] = mainDependencies.scalaJars.getFiles
|
|
||||||
/** An analysis of the jar dependencies of the main Scala sources. It is only valid after main source compilation.
|
/** An analysis of the jar dependencies of the main Scala sources. It is only valid after main source compilation.
|
||||||
* See the LibraryDependencies class for details. */
|
* See the LibraryDependencies class for details. */
|
||||||
final def mainDependencies = new LibraryDependencies(this, mainCompileConditional)
|
final def mainDependencies = new LibraryDependencies(this, mainCompileConditional)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue