src/Pure/System/components.scala
changeset 77055 f56800b8b085
parent 76551 c7996b073524
child 77057 e233054dcb00
--- a/src/Pure/System/components.scala	Mon Jan 23 15:43:09 2023 +0100
+++ b/src/Pure/System/components.scala	Mon Jan 23 16:15:45 2023 +0100
@@ -40,6 +40,9 @@
 
   val default_components_base: Path = Path.explode("$ISABELLE_COMPONENTS_BASE")
 
+  val default_catalogs: List[String] = List("main")
+  val optional_catalogs: List[String] = List("main", "optional")
+
   def admin(dir: Path): Path = dir + Path.explode("Admin/components")
 
   def contrib(dir: Path = Path.current, name: String = ""): Path =