Changeset 19964 for release-kits


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

Location:
release-kits
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk3/ant-scripts/create-components.xml

    r19953 r19964  
    3737                <include name="**/*"/>
    3838
    39                 <!-- exclude sourcecode -->
    40 <!--
    41                 <exclude name="src"/>
    42                 <exclude name="src/**/*"/>
    43                 <exclude name="gs2build/common-src"/>
    44                 <exclude name="gs2build/common-src/**/*"/>
    45                 <exclude name="gs2build/build-src"/>
    46                 <exclude name="gs2build/build-src/**/*"/>
    47                 <exclude name="gs2build/runtime-src"/>
    48                 <exclude name="gs2build/runtime-src/**/*"/>
    49 -->
     39                <!-- exclude all components -->
    5040                <exclude name="packages/ant"/>
    5141                <exclude name="packages/ant/**/*"/>
  • 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.