source: other-projects/nightly-tasks/diffcol/trunk/gs3-model-collect/Demo-MGPP/gli.col@ 29240

Last change on this file since 29240 was 29240, checked in by ak19, 10 years ago

Instead of removing and replacing prebuilt CDS-ISIS tutorial collection for gs3, had removed all gs3 tutorial collections. Adding them back in, including the updated CDS-ISIS, which has been pre-built on 64 bit with the latest GS3 binary.

File size: 885 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 Schedule (Arguments*)>
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 <Schedule/>
23 </BuildConfig>
24 <Argument name="base_collection">D:\ak19\GS3bin_17July2013\web\sites\localsite\collect\lucene-jdbm-demo</Argument>
25</GathererCollection>
Note: See TracBrowser for help on using the repository browser.