]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/reporter/report_base.example.xml
adding widget support and moving tables to an external file
[working/Evergreen.git] / Open-ILS / src / reporter / report_base.example.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <reporter xmlns:xi="http://www.w3.org/2001/XInclude">
3
4         <setup>
5                 <files>
6                         <stage1>/tmp/reporter/</stage1>
7                         <stage2>/tmp/reporter/</stage2>
8                         <stage3>/tmp/reporter/</stage3>
9                         <widget-family>/tmp/reporter/</widget-family>
10                 </files>
11                 <database>
12                         <host>10.0.0.2</host>
13                         <name>demo-dev</name>
14                         <user>postgres</user>
15                         <password/>
16                 </database>
17         </setup>
18
19         <xi:include href="tables.example.xml">
20                 This file sucks in table definitions
21         </xi:include>
22         <xi:include href="widgets.example.xml">
23                 This file sucks in widget definitions
24         </xi:include>
25
26 </reporter>