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

Last change on this file since 20127 was 20127, checked in by oranfry, 15 years ago

changes to the code for fixing execute permissions

File size: 970 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="gs2build/bin/linux/*"/>
10 <include name="gs2build/bin/darwin/*"/>
11 <include name="gs2build/bin/script/*"/>
12 <include name="gli/*.sh"/>
13 <include name="packages/ant/bin/ant"/>
14 </patternset>
15
16 <!-- source.executables - files that need to be marked as executable in the source code -->
17 <patternset id="greenstone3.source.executables">
18 <include name="gs2build/**/configure"/>
19 <include name="gs2build/common-src/packages/gdbm/gdbm-1.8.3/mkinstalldirs"/>
20 <include name="src/packages/javagdbm/**/configure"/>
21 <include name="src/packages/search4j/**/configure"/>
22 </patternset>
23
24</project>
25
Note: See TracBrowser for help on using the repository browser.