From: Stefano Zacchiroli Date: Fri, 22 Oct 2004 12:27:46 +0000 (+0000) Subject: removed dependency on cic_textual_parser where this dep was used only X-Git-Tag: V_0_0_10~39 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=dcb1a0c85f009addebe0d2b4bd1b350b3ca8ee18;hp=7cf0f556e3ef465ae4adf3691fcd3a77b2ae5a8c;p=helm.git removed dependency on cic_textual_parser where this dep was used only for term_of_uri, now in CicUtil --- diff --git a/helm/ocaml/METAS/meta.helm-mathql.src b/helm/ocaml/METAS/meta.helm-mathql.src index 9e70c97ef..df553d7d5 100644 --- a/helm/ocaml/METAS/meta.helm-mathql.src +++ b/helm/ocaml/METAS/meta.helm-mathql.src @@ -1,4 +1,4 @@ -requires="helm-urimanager helm-cic_textual_parser" +requires="helm-urimanager" version="1.3" archive(byte)="mathql.cma" archive(native)="mathql.cmxa" diff --git a/helm/ocaml/METAS/meta.helm-mathql_interpreter.src b/helm/ocaml/METAS/meta.helm-mathql_interpreter.src index 27ebe5776..42275abf6 100644 --- a/helm/ocaml/METAS/meta.helm-mathql_interpreter.src +++ b/helm/ocaml/METAS/meta.helm-mathql_interpreter.src @@ -1,4 +1,4 @@ -requires="helm-cic helm-cic_textual_parser postgres mysql helm-mathql helm-registry" +requires="helm-cic postgres mysql helm-mathql helm-registry" #natile-galax version="1.3" archive(byte)="mathql_interpreter.cma" diff --git a/helm/ocaml/METAS/meta.helm-tactics.src b/helm/ocaml/METAS/meta.helm-tactics.src index 8bc55477c..28943c17d 100644 --- a/helm/ocaml/METAS/meta.helm-tactics.src +++ b/helm/ocaml/METAS/meta.helm-tactics.src @@ -1,4 +1,4 @@ -requires="helm-cic_textual_parser helm-cic_proof_checking helm-cic_unification helm-mathql_generator helm-mathql_interpreter helm-mathql helm-metadata" +requires="helm-cic_proof_checking helm-cic_unification helm-mathql_generator helm-mathql_interpreter helm-mathql helm-metadata" version="0.0.1" archive(byte)="tactics.cma" archive(native)="tactics.cmxa"