Ignore:
Timestamp:
2009-12-09T15:28:16+13:00 (14 years ago)
Author:
oranfry
Message:

merging the greenstone2 release kits

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/shared/core/ant-scripts/init.xml

    r20937 r21311  
    269269        <!-- core -->
    270270        <length property="component.bytesize.core-without-jre" mode="all"><fileset file="${basedir}/components/core.comp"/></length>
    271         <if><bool><equals arg1="${java.os}" arg2="windows"/></bool>
     271        <if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
    272272            <math result="component.bytesize.core" operand1="${component.bytesize.core-without-jre}" operation="+" operand2="${component.bytesize.windows-java}" datatype="int"/>
    273         <else><if><bool><equals arg1="${java.os}" arg2="linux"/></bool>
     273        <else><if><bool><equals arg1="${rk.os}" arg2="linux"/></bool>
    274274            <math result="component.bytesize.core" operand1="${component.bytesize.core-without-jre}" operation="+" operand2="${component.bytesize.linux-java}" datatype="int"/>
    275275        <else>
Note: See TracChangeset for help on using the changeset viewer.