source: gli/branches/rtl-gli/classes/xml/template.col@ 18350

Last change on this file since 18350 was 18350, checked in by kjdon, 15 years ago

updated the rtl-gli branch with files from trunk. Result of a merge 14807:18318

  • Property svn:keywords set to Author Date Id Revision
File size: 781 bytes
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<!DOCTYPE GathererCollection [
3 <!ELEMENT GathererCollection (Argument*, GathererConfig, BuildConfig)>
4 <!ELEMENT GathererConfig (Arguments*)>
5 <!ELEMENT BuildConfig (Build, Import)>
6 <!ELEMENT Build (Arguments*)>
7 <!ELEMENT Import (Arguments*)>
8 <!ELEMENT Schedule (Arguments*)>
9 <!ELEMENT Argument (#PCDATA)>
10 <!ATTLIST Argument
11 name CDATA #REQUIRED
12 enabled CDATA "true">
13]>
14
15<GathererCollection>
16 <Argument name="built">false</Argument>
17 <Argument name="imported">false</Argument>
18 <Argument name="skimfile">true</Argument>
19 <GathererConfig/>
20 <BuildConfig>
21 <Build/>
22 <Import/>
23 <Schedule/>
24 </BuildConfig>
25</GathererCollection>
26
27
28
Note: See TracBrowser for help on using the repository browser.