From: Stefano Zacchiroli Date: Wed, 15 Jun 2005 09:06:29 +0000 (+0000) Subject: use META helm-registry package, load sample.xml and open Helm_registry X-Git-Tag: PRE_STORAGE~19 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=93242489b31efb28345fbcf3ff6f319d9b487c0e;p=helm.git use META helm-registry package, load sample.xml and open Helm_registry --- diff --git a/helm/ocaml/registry/.ocamlinit b/helm/ocaml/registry/.ocamlinit index efcbda003..9aee6008e 100644 --- a/helm/ocaml/registry/.ocamlinit +++ b/helm/ocaml/registry/.ocamlinit @@ -1,7 +1,4 @@ #use "topfind";; -#thread;; -#require "str";; -#require "netstring";; -#require "helm-xml";; -#load "registry.cma";; +#require "helm-registry";; open Helm_registry;; +load_from "sample.xml";;