]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/metadata/extractor/extractor.conf.xml
ocaml 3.09 transition
[helm.git] / helm / ocaml / metadata / extractor / extractor.conf.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="tmp">
4     <key name="dir">.tmp/</key>
5   </section>    
6   <section name="db">
7     <key name="host">localhost</key>
8     <key name="user">helm</key>
9     <key name="database">mowgli</key>
10   </section>
11   <section name="getter">
12     <key name="servers">
13       file:///projects/helm/library/coq_contribs
14     </key>
15     <key name="cache_dir">$(tmp.dir)/cache</key>
16     <key name="maps_dir">$(tmp.dir)/maps</key>
17     <key name="dtd_dir">/projects/helm/xml/dtd</key>
18   </section>
19 </helm_registry>