remove a deprecated method

This commit is contained in:
Mark Harrah 2010-09-12 22:41:49 -04:00
parent 62b30c0156
commit df1774e02e
1 changed files with 0 additions and 2 deletions

View File

@ -170,8 +170,6 @@ abstract class BasicScalaProject extends ScalaProject with BasicDependencyProjec
* classpath returned by `mainUnmanagedClasspath`.*/
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.
* See the LibraryDependencies class for details. */
final def mainDependencies = new LibraryDependencies(this, mainCompileConditional)