Changeset 17963


Ignore:
Timestamp:
2008-11-28T12:45:18+13:00 (15 years ago)
Author:
oranfry
Message:

dont try to copy non existent Uninst.sh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/ant-scripts/init.xml

    r17958 r17963  
    369369        <copy file="compiled/uninstaller/uninst.jar" todir="distributions/web" />
    370370        <copy file="${rk.home}/uninstaller/Uninstall.${script-format}" todir="distributions/web" />
    371         <copy file="${rk.home}/uninstaller/Uninst.${script-format}" todir="distributions/web" />
     371        <if><bool><equals arg1="bat" arg2="${script-format}"/></bool>
     372            <copy file="${rk.home}/uninstaller/Uninst.${script-format}" todir="distributions/web" />
     373        </if>
    372374    </target>
    373375
Note: See TracChangeset for help on using the changeset viewer.