Ignore:
Timestamp:
2013-10-22T19:09:00+13:00 (10 years ago)
Author:
ak19
Message:

The GS2 binary included the in the makegs2 scripts, which serve little purpose in a binary since they're for compiling. This commit attempts to remove those files from a generated binary, untested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml

    r28301 r28511  
    357357            <delete dir="compiled/autom4te.cache" />
    358358
     359            <!-- compile script is not needed in a binary -->
     360            <delete file="compiled/makegs2.bat"/>
     361
    359362        <!-- linux -->
    360363        <else><if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
     
    413416            <delete dir="compiled/common-src/indexers/packages/windows"/>
    414417
     418            <!-- compile script is not needed in a binary -->
     419            <delete file="compiled/makegs2.sh"/>
     420
    415421        <!-- mac -->
    416422        <else><if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
     
    472478
    473479            <delete dir="compiled/common-src/packages/windows"/>
     480
     481            <!-- compile script is not needed in a binary -->
     482            <delete file="compiled/makegs2.sh"/>
    474483
    475484        </if></else></if></else></if>
Note: See TracChangeset for help on using the changeset viewer.