Ignore:
Timestamp:
2010-01-25T16:06:19+13:00 (14 years ago)
Author:
oranfry
Message:

moving things around for simplicity

File:
1 edited

Legend:

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

    r21394 r21608  
    1616        <!-- windows -->
    1717        <if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
    18             <fileset dir="${rk.home}/shared/windows/7za" includes="7za.exe"/>
     18            <copy todir="installer/classes" file="${rk.home}/shared/windows/7za/7za.exe"/>
    1919        <!-- linux and mac -->
    2020        <else><if><bool><or><equals arg1="${rk.os}" arg2="linux"/><equals arg1="${rk.os}" arg2="mac"/></or></bool>
Note: See TracChangeset for help on using the changeset viewer.