source: documented-example-collections/trunk/image-e/image-e.col@ 18788

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

updated image-e.col

  • Property svn:executable set to *
File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE GathererCollection [
3 <!ELEMENT GathererCollection (Argument*, GathererConfig, BuildConfig, DirectoryMappings)>
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 <!ELEMENT DirectoryMappings (Mapping*)>
14 <!ELEMENT Mapping (#PCDATA)>
15 <!ATTLIST Mapping
16 name CDATA #REQUIRED
17 file CDATA #REQUIRED>
18]>
19<GathererCollection>
20 <Argument name="built">false</Argument>
21 <Argument name="imported">true</Argument>
22 <GathererConfig/>
23 <BuildConfig>
24 <Build/>
25 <Import>
26 <Argument enabled="true" name="removeold"/>
27 </Import>
28 <Schedule/>
29 </BuildConfig>
30 <DirectoryMappings/>
31</GathererCollection>
Note: See TracBrowser for help on using the repository browser.