Ignore:
Timestamp:
2010-10-18T14:34:58+13:00 (14 years ago)
Author:
sjm84
Message:

Changed "key" to "name" in one of the property definitions

File:
1 edited

Legend:

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

    r23153 r23155  
    208208            <!-- LD_LIBRARY_PATH is DYLD_LIBRARY_PATH on mac-->
    209209            <if><bool><equals arg1="${rk.os}" arg2="mac"/></bool>
    210                 <property key="libpathvar" value="DYLD_LIBRARY_PATH"/>
     210                <property name="libpathvar" value="DYLD_LIBRARY_PATH"/>
    211211            <else>
    212                 <property key="libpathvar" value="LD_LIBRARY_PATH"/>
     212                <property name="libpathvar" value="LD_LIBRARY_PATH"/>
    213213            </else>
    214214            </if>
Note: See TracChangeset for help on using the changeset viewer.