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

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

Expeditee team (Jeremy, jts21). Preliminary versions of the release-kits files for generating an installer containing the executable expeditee jar file. The installer is still tattoed with Greenstone and fails, but will leave a working jar behind on the file system.

File size: 1.1 KB
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="releases" />-->
5 <include name="inst" />
6 <include name="inst/**" />
7 </patternset>
8
9
10 <!-- the core component - defined by antithesis -->
11<!-- <patternset id="greenstone2.core.component">
12 <invert>
13 <patternset refid="greenstone2.source.component"/>
14 <patternset refid="greenstone2.imagemagick.component"/>
15 <patternset refid="greenstone2.ghostscript.component"/>
16 <patternset refid="greenstone2.apachehttpd.component"/>
17 </invert>
18 </patternset>
19-->
20 <!-- the core component - defined by antithesis -->
21<!--
22 <patternset id="greenstone2.core-x64.component">
23 <invert>
24 <patternset refid="greenstone2.source.component"/>
25 <patternset refid="greenstone2.imagemagick-x64.component"/>
26 <patternset refid="greenstone2.ghostscript.component"/>
27 <patternset refid="greenstone2.apachehttpd.component"/>
28 </invert>
29 </patternset>
30-->
31</project>
32
Note: See TracBrowser for help on using the repository browser.