source: greenstone3/trunk/resources/xml/executables.xml@ 20228

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

added admin .sh scripts to executables list

File size: 1015 bytes
Line 
1<!-- an ant project containing authoritative definitions of the components of greenstone3 -->
2<project name="executables">
3
4 <!-- executables - files that need to be marked as executable in a binary greenstone3 installation -->
5 <patternset id="greenstone3.executables">
6 <include name="*.sh"/>
7 <include name="bin/*"/>
8 <include name="bin/script/*"/>
9 <include name="admin/*.sh"/>
10 <include name="gs2build/bin/linux/*"/>
11 <include name="gs2build/bin/darwin/*"/>
12 <include name="gs2build/bin/script/*"/>
13 <include name="gli/*.sh"/>
14 <include name="packages/ant/bin/ant"/>
15 </patternset>
16
17 <!-- source.executables - files that need to be marked as executable in the source code -->
18 <patternset id="greenstone3.source.executables">
19 <include name="gs2build/**/configure"/>
20 <include name="gs2build/common-src/packages/gdbm/gdbm-1.8.3/mkinstalldirs"/>
21 <include name="src/packages/javagdbm/**/configure"/>
22 <include name="src/packages/search4j/**/configure"/>
23 </patternset>
24
25</project>
26
Note: See TracBrowser for help on using the repository browser.