Changeset 12874 in josm for trunk


Ignore:
Timestamp:
2017-09-17T20:16:55+02:00 (7 years ago)
Author:
Don-vip
Message:

do not fail the build if a plugin cannot be copied

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r12873 r12874  
    662662        </delete>
    663663        <!-- Download plugins -->
    664         <copy todir="${dir}" flatten="true">
     664        <copy todir="${dir}" flatten="true" verbose="true" failonerror="false">
    665665            <resourcelist>
    666666                <string value="${plugins}"/>
Note: See TracChangeset for help on using the changeset viewer.