source: collections/documented-examples/trunk/wiki-e/wiki-e.col@ 19364

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

opened and closed the collections in GLI. schedule bit added to .col file

  • Property svn:executable set to *
File size: 879 bytes
RevLine 
[18738]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*)>
[19364]8 <!ELEMENT Schedule (Arguments*)>
[18738]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">true</Argument>
17 <Argument name="skimfile">true</Argument>
18 <GathererConfig/>
19 <BuildConfig>
20 <Build/>
21 <Import>
22 <Argument enabled="true" name="removeold"/>
23 </Import>
[19364]24 <Schedule/>
[18738]25 </BuildConfig>
26</GathererCollection>
Note: See TracBrowser for help on using the repository browser.