Ignore:
Timestamp:
2011-03-25T14:31:57+13:00 (13 years ago)
Author:
sjm84
Message:

More fixes to the release-kits for FLAX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r23811 r23816  
    8989        <!-- /if -->
    9090        <chmod dir="${installDir}/gs2build/bin/script" includes="**/*" perm="775"/>
     91        <!-- GLI START -->
    9192        <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/>
     93        <!-- GLI END -->
     94
    9295        <!--<chmod file="${installDir}/packages/ant/bin/ant" perm="775"/>-->
    9396        <!--
     
    123126        <!-- /if -->
    124127
     128        <!-- GLI START -->
    125129        <echo>Creating the english dictionary</echo>
    126130        <copy file="${installDir}/gli/classes/dictionary.properties" tofile="${installDir}/gli/classes/dictionary_en.properties"/>
     131        <!-- GLI END -->
    127132
    128133        <echo>Creating usage.txt</echo>
Note: See TracChangeset for help on using the changeset viewer.