Changeset 17600


Ignore:
Timestamp:
2008-10-24T13:46:57+13:00 (15 years ago)
Author:
oranfry
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/greenstone3/ant-scripts/rk3-targets.xml

    r17595 r17600  
    2222            <math result="component.bytesize.core" operand1="${component.bytesize.core-without-jre}" operation="+" operand2="${component.bytesize.linux-java}" datatype="int"/>
    2323        <else>
    24             <property name="component.bytesize.core" value1="${component.bytesize.core-without-jre}"/>
     24            <property name="component.bytesize.core" value="${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.