]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/registry/tests/sample.xml
added some nested sections in order to test "ls" method
[helm.git] / helm / ocaml / registry / tests / sample.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <helm_registry>
3   <section name="annotations">
4     <key name="dir">file:///home/zack/miohelm/objects</key>
5     <key name="url">file:///home/zack/miohelm/objects</key>
6   </section>
7   <section name="getter">
8     <key name="mode">remote</key>
9     <key name="url">http://localhost:58081</key>
10   </section>
11   <section name="triciclo">
12     <section name="foo1">
13       <key name="bar2">aaa</key>
14       <key name="bar3">bbb</key>
15     </section>
16     <section name="foo2">
17       <key name="bar1">quux</key>
18     </section>
19     <key name="basedir">/public/helm_library</key>
20     <key name="constant_type_file">$(triciclo.basedir)/constanttype</key>
21     <key name="environment_file">$(triciclo.basedir)/environment</key>
22     <key name="inner_types_file">$(triciclo.basedir)/innertypes</key>
23     <key name="proof_file">$(triciclo.basedir)/currentproof</key>
24     <key name="proof_file_type">$(triciclo.basedir)/currentprooftype</key>
25   </section>
26   <section name="uwobo">
27     <key name="url">http://localhost:58080/</key>
28   </section>
29 </helm_registry>