source: other-projects/diffcol/trunk/model-collect/wordpdf/wordpdf.col@ 21711

Last change on this file since 21711 was 21711, checked in by oranfry, 14 years ago

bringing across the diffcol project

File size: 816 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 Argument (#PCDATA)>
9 <!ATTLIST Argument
10 name CDATA #REQUIRED
11 enabled CDATA "true">
12]>
13<GathererCollection>
14 <Argument name="built">false</Argument>
15 <Argument name="imported">false</Argument>
16 <Argument name="skimfile">true</Argument>
17 <GathererConfig/>
18 <BuildConfig>
19 <Build/>
20 <Import>
21 <Argument enabled="true" name="removeold"/>
22 </Import>
23 </BuildConfig>
24</GathererCollection>
Note: See TracBrowser for help on using the repository browser.