author | wenzelm |
Tue, 04 Aug 2009 23:25:00 +0200 | |
changeset 32328 | f2fd9da84bac |
parent 32327 | 0971cc0b6a57 |
child 32330 | 4c21851036bf |
--- a/src/Pure/System/isabelle_system.scala Tue Aug 04 19:20:24 2009 +0200 +++ b/src/Pure/System/isabelle_system.scala Tue Aug 04 23:25:00 2009 +0200 @@ -298,6 +298,12 @@ /** Isabelle resources **/ + /* components */ + + def components(): List[String] = + getenv("ISABELLE_COMPONENTS").split(":").toList + + /* find logics */ def find_logics(): List[String] =