]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/registry/tests/sample.xml
- more structured configuration file
[helm.git] / helm / ocaml / registry / tests / sample.xml
index 56d4f284888932c5e4d2e0ce458ce0b028b144fb..ac29f3373bdce552be68f03c91aad96a04d8786e 100644 (file)
@@ -1,8 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
 <helm_registry>
-  <value key="hi.how.doing">one
-two
-three</value>
-  <value key="fine.thanks">me too</value>
-  <value key="padded.list"> a b c d_e_f   </value>
-  <value key="and.you">fine&quot;ok</value>
+  <section name="annotations">
+    <key name="dir">file:///home/zack/miohelm/objects</key>
+    <key name="url">file:///home/zack/miohelm/objects</key>
+  </section>
+  <section name="getter">
+    <key name="mode">remote</key>
+    <key name="url">http://localhost:58081</key>
+  </section>
+  <section name="triciclo">
+    <key name="basedir">/public/helm_library</key>
+    <key name="constant_type_file">$(triciclo.basedir)/constanttype</key>
+    <key name="environment_file">$(triciclo.basedir)/environment</key>
+    <key name="inner_types_file">$(triciclo.basedir)/innertypes</key>
+    <key name="proof_file">$(triciclo.basedir)/currentproof</key>
+    <key name="proof_file_type">$(triciclo.basedir)/currentprooftype</key>
+  </section>
+  <section name="uwobo">
+    <key name="url">http://localhost:58080/</key>
+  </section>
 </helm_registry>