source: documentation/trunk/tutorial_sample_files/beatles/advbeat_large/advbeat_large.col@ 18423

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

added teh sample files into svn. I got these files from the releases on sourceforge, jun2006 release with the october extra files.

File size: 678 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">true</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.