diff -r a5e7574d8214 -r 3ff725ac13a4 src/Pure/System/isabelle_system.scala --- a/src/Pure/System/isabelle_system.scala Mon Mar 29 01:07:01 2010 -0700 +++ b/src/Pure/System/isabelle_system.scala Mon Mar 29 22:43:56 2010 +0200 @@ -24,7 +24,7 @@ private val environment: Map[String, String] = { - import scala.collection.jcl.Conversions._ + import scala.collection.JavaConversions._ val env0 = Map(java.lang.System.getenv.toList: _*) @@ -297,7 +297,7 @@ private def read_symbols(path: String): List[String] = { val file = platform_file(path) - if (file.isFile) Source.fromFile(file).getLines.toList + if (file.isFile) Source.fromFile(file).getLines().toList else Nil } val symbols = new Symbol.Interpretation(