close Warning: Can't use blame annotator:
svn blame failed on main/trunk/model-sites-dev/atea/collect/hemicorp/gli.col: 195004 - Cannot calculate blame information for binary file 'file:///var/www/svn/greenstone/main/trunk/model-sites-dev/atea/collect/hemicorp/gli.col'

source: main/trunk/model-sites-dev/atea/collect/hemicorp/gli.col@ 33166

Last change on this file since 33166 was 33166, checked in by davidb, 5 years ago

Collection config files and initial programming work for atea collections

  • Property svn:executable set to *
  • Property svn:mime-type set to application/xml
File size: 681 bytes
RevLine 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE GathererCollection [<!ELEMENT GathererCollection (Argument*,GathererConfig,BuildConfig)>
3<!ELEMENT GathererConfig (Arguments*)>
4<!ELEMENT BuildConfig (Build,Import)>
5<!ELEMENT Build (Arguments*)>
6<!ELEMENT Import (Arguments*)>
7<!ELEMENT Schedule (Arguments*)>
8<!ELEMENT Argument (#PCDATA)>
9<!ATTLIST Argument name CDATA #REQUIRED>
10<!ATTLIST Argument enabled CDATA 'true'>
11]>
12<GathererCollection>
13 <Argument name="built">false</Argument>
14 <Argument name="imported">true</Argument>
15 <Argument name="skimfile">true</Argument>
16 <GathererConfig/>
17 <BuildConfig>
18 <Build/>
19 <Import/>
20 <Schedule/>
21 </BuildConfig>
22</GathererCollection>
Note: See TracBrowser for help on using the repository browser.