Changeset 16125 in josm


Ignore:
Timestamp:
2020-03-14T23:23:46+01:00 (5 years ago)
Author:
Don-vip
Message:

see #16860 - see #18880 - explicit use of Ivy configuration files for Netbeans compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r16116 r16125  
    10951095    </target>
    10961096    <target name="resolve" depends="init-ivy" unless="resolve.notRequired" description="Resolve Ivy dependencies">
    1097         <ivy:resolve keep="true"/>
     1097        <ivy:settings file="${base.dir}/ivysettings.xml"/>
     1098        <ivy:resolve file="${base.dir}/ivy.xml" keep="true"/>
    10981099        <ivy:report todir="${tools.dir}/ivy-report" graph="false"/>
    10991100        <ivy:cachepath pathid="compile.path" conf="compile"/>
Note: See TracChangeset for help on using the changeset viewer.