source: other-projects/expeditee-release-kits/kits/rke/ant-scripts/components.xml@ 28720

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

Also tidied up installation directory structure

File size: 1018 bytes
Line 
1<!-- an ant project containing authoritative definitions of the components of greenstone3 -->
2<project name="components">
3 <patternset id="Expeditee.core.component">
4 <include name="**" />
5 </patternset>
6
7
8 <!-- the core component - defined by antithesis -->
9<!-- <patternset id="greenstone2.core.component">
10 <invert>
11 <patternset refid="greenstone2.source.component"/>
12 <patternset refid="greenstone2.imagemagick.component"/>
13 <patternset refid="greenstone2.ghostscript.component"/>
14 <patternset refid="greenstone2.apachehttpd.component"/>
15 </invert>
16 </patternset>
17-->
18 <!-- the core component - defined by antithesis -->
19<!--
20 <patternset id="greenstone2.core-x64.component">
21 <invert>
22 <patternset refid="greenstone2.source.component"/>
23 <patternset refid="greenstone2.imagemagick-x64.component"/>
24 <patternset refid="greenstone2.ghostscript.component"/>
25 <patternset refid="greenstone2.apachehttpd.component"/>
26 </invert>
27 </patternset>
28-->
29</project>
30
Note: See TracBrowser for help on using the repository browser.