equal
deleted
inserted
replaced
66 /* components */ |
66 /* components */ |
67 |
67 |
68 def init_components( |
68 def init_components( |
69 component_repository: String = Components.default_component_repository, |
69 component_repository: String = Components.default_component_repository, |
70 components_base: Path = Components.default_components_base, |
70 components_base: Path = Components.default_components_base, |
71 catalogs: List[String] = Nil, |
71 catalogs: List[String] = Components.default_catalogs, |
72 components: List[String] = Nil |
72 components: List[String] = Nil |
73 ): List[String] = { |
73 ): List[String] = { |
74 val dir = Components.admin(isabelle_home) |
74 val dir = Components.admin(isabelle_home) |
75 |
75 |
76 ("ISABELLE_COMPONENT_REPOSITORY=" + Bash.string(component_repository)) :: |
76 ("ISABELLE_COMPONENT_REPOSITORY=" + Bash.string(component_repository)) :: |