Ignore:
Timestamp:
2009-07-06T16:17:13+12:00 (15 years ago)
Author:
oranfry
Message:

don't explicitly exclude sourcecode from core component as it will be excluded anyway, and don't change perms on sourcode as it wont be there

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone3/installer/build.xml

    r19962 r19964  
    8585        <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
    8686        <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/>
     87        <!--
     88        source is not included for now
    8789        <chmod dir="${installDir}/gs2build" includes="**/configure" perm="775"/>
    8890        <chmod dir="${installDir}/gs2build/common-src/packages/gdbm/gdbm-1.8.3" includes="mkinstalldirs" perm="775"/>
     91        <chmod file="${installDir}/src/packages/javagdbm/configure" perm="775"/>
     92        -->
    8993
    9094        <echo>Setting tomcat ports</echo>
Note: See TracChangeset for help on using the changeset viewer.