Ignore:
Timestamp:
2008-10-15T12:39:49+13:00 (16 years ago)
Author:
oranfry
Message:

dont fail if java os is not specified, just assume java is not to be bundled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone2/ant-scripts/rk2-targets.xml

    r17521 r17536  
    2222            <math result="component.bytesize.core" operand1="${component.bytesize.core-without-jre}" operation="+" operand2="${component.bytesize.linux-java}" datatype="int"/>
    2323        <else>
    24             <fail>Bad java.os specified in make-installer-files-concrete</fail>
     24            <property name="component.bytesize.core" value1="${component.bytesize.core-without-jre}"/>
    2525        </else></if></else></if>
    2626        <math result="component.megabytesize.core" operand1="${component.bytesize.core}" operation="/" operand2="1048576" datatype="int"/>
Note: See TracChangeset for help on using the changeset viewer.