source: main/trunk/greenstone2/collect/demo/demo.col@ 20999

Last change on this file since 20999 was 19724, checked in by oranfry, 15 years ago

don't use removeold tag as it affects minimal (incremental) rebuild

  • Property svn:keywords set to Author Date Id Revision
File size: 761 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<GathererCollection>
15 <Argument name="built">false</Argument>
16 <Argument name="imported">false</Argument>
17 <GathererConfig/>
18 <BuildConfig>
19 <Build/>
20 <Import/>
21 <Schedule/>
22 </BuildConfig>
23</GathererCollection>
Note: See TracBrowser for help on using the repository browser.