source: greenstone3/trunk/web/sites/localsite/collect/gs2mgppdemo/gs2mgppdemo.col@ 14550

Last change on this file since 14550 was 13857, checked in by kjdon, 17 years ago

rebuilt the collection using GLI, so committing the new config files and index files. Note, the xml config files have been formatted by hand (just changing indentation etc)

  • Property svn:keywords set to Author Date Id Revision
File size: 696 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">true</Argument>
16 <GathererConfig/>
17 <BuildConfig>
18 <Build/>
19 <Import/>
20 </BuildConfig>
21</GathererCollection>
Note: See TracBrowser for help on using the repository browser.