X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Flibrary%2FlibraryMisc.ml;h=3f1931e42ce0e979e080c566381f47f572ddbdf8;hb=259161c5fe5925d08f059e6832ac7f998c7ef055;hp=7911789e2ad6e1ca5042e55bb3e845bbeae029eb;hpb=827e35d6058ebba3a4a4fa6eb3c160f0cd0fd1e8;p=helm.git diff --git a/helm/ocaml/library/libraryMisc.ml b/helm/ocaml/library/libraryMisc.ml index 7911789e2..3f1931e42 100644 --- a/helm/ocaml/library/libraryMisc.ml +++ b/helm/ocaml/library/libraryMisc.ml @@ -23,6 +23,8 @@ * http://helm.cs.unibo.it/ *) +(* $Id$ *) + let obj_file_of_baseuri ~basedir ~baseuri = let path = basedir ^ "/xml" ^ Pcre.replace ~pat:"^cic:" ~templ:"" baseuri in path ^ ".moo"