root/trunk/examples/xml/test-auto-primitives.xml

Revision 91, 245 bytes (checked in by schst, 2 years ago)

Added new meta-type "xjconf:auto-primitive"

Line 
1 <configuration>
2   <auto name="string">string</auto>
3   <auto name="integer">42</auto>
4   <auto name="double">42.564</auto>
5   <auto name="bool-true">true</auto>
6   <auto name="bool-false">false</auto>
7   <auto name="null">null</auto>
8 </configuration>
Note: See TracBrowser for help on using the browser.