X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Fmatitaclean.ml;h=69af9bf05078e954c0628116ed2d48766f085e33;hb=f263e4ec717d5ec2e7f9c057855f8223f81baae8;hp=60866fc1ae4702ff63df56cccc643a16040841da;hpb=2afb20c90f56b970887c650c35fb9043ccc4c2dc;p=helm.git diff --git a/helm/matita/matitaclean.ml b/helm/matita/matitaclean.ml index 60866fc1a..69af9bf05 100644 --- a/helm/matita/matitaclean.ml +++ b/helm/matita/matitaclean.ml @@ -2,7 +2,7 @@ module UM = UriManager;; module TA = TacticAst;; let _ = - Helm_registry.load_from "matita.conf.xml"; + Helm_registry.load_from BuildTimeConf.matita_conf; Http_getter.init (); MetadataTypes.ownerize_tables (Helm_registry.get "matita.owner"); MatitaDb.create_owner_environment ()