updated to new init_components, hoping that mira can digest that;
authorwenzelm
Fri, 17 Aug 2012 19:08:55 +0200
changeset 49863ae7429d66b1e
parent 49862 06e8cb8f3f61
child 49867 9708686dbe62
updated to new init_components, hoping that mira can digest that;
Admin/mira.py
     1.1 --- a/Admin/mira.py	Fri Aug 17 19:07:14 2012 +0200
     1.2 +++ b/Admin/mira.py	Fri Aug 17 19:08:55 2012 +0200
     1.3 @@ -39,7 +39,9 @@
     1.4  
     1.5  Z3_NON_COMMERCIAL="yes"
     1.6  
     1.7 -source "${ISABELLE_HOME}/Admin/init_components"
     1.8 +init_components "$COMPONENT/contrib" "$ISABELLE_HOME/Admin/components/main"
     1.9 +init_components "$COMPONENT/contrib" "$ISABELLE_HOME/Admin/components/optional"
    1.10 +init_components "$COMPONENT/contrib" "$ISABELLE_HOME/Admin/components/nonfree"
    1.11  
    1.12  ''' + more_settings
    1.13