Ignore:
Timestamp:
2011-01-19T14:27:14+13:00 (13 years ago)
Author:
sjm84
Message:

Various fixes and tidying up

File:
1 edited

Legend:

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

    r23610 r23612  
    104104            <!-- unzip expat if the version is less that 2.84 -->
    105105            <if><bool><and>
    106                   <equals arg1="${post.2.83.version}" arg2="false"/>
     106                <equals arg1="${post.2.83.version}" arg2="false"/>
    107107            </and></bool>
    108108                <unzip src="${basedir}/compiled/common-src/packages/windows/expat/expat.zip" dest="${basedir}/compiled/common-src/packages/windows/expat"/>
     
    116116            <if><bool><not><available file="${basedir}/compiled/bin/windows"/></not></bool>
    117117                <if><bool><and>
    118                       <equals arg1="${post.2.83.version}" arg2="true"/>
     118                    <equals arg1="${post.2.83.version}" arg2="true"/>
    119119                </and></bool>
    120120                   
Note: See TracChangeset for help on using the changeset viewer.