Ignore:
Timestamp:
2018-08-18T22:24:00+02:00 (8 years ago)
Author:
donvip
Message:

update to JOSM 14153

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/MicrosoftStreetside/build.xml

    r34428 r34577  
    1212        <property name="commit.message" value="Commit message" />
    1313        <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    14         <property name="plugin.main.version" value="13860" />
    15         <property name="plugin.version" value="13860" />
    16        
    17   <property name="plugin.author" value="renerr18" />
     14        <property name="plugin.main.version" value="14153" />
     15
     16        <property name="plugin.author" value="renerr18" />
    1817        <property name="plugin.class" value="org.openstreetmap.josm.plugins.streetside.StreetsidePlugin" />
    1918        <property name="plugin.description" value="View high resolution Microsoft Streetside 360 degree imagery in JOSM." />
     
    3332        <import file="../build-common.xml"/>
    3433
    35         <path id="ivy.lib.path" path="ant/ivy-2.4.0.jar" />
     34        <path id="ivy.lib.path" path="ant/ivy-2.5.0-rc1.jar" />
    3635        <taskdef resource="org/apache/ivy/ant/antlib.xml" uri="antlib:org.apache.ivy.ant" classpathref="ivy.lib.path" />
    3736
     
    5756        <target name="fetch_dependencies" depends="clean_ivy">
    5857                <echo>fetching dependencies with ivy</echo>
    59                 <ivy:retrieve pattern="${plugin.lib.dir}/[artifact]-[type].[ext]" conf="default" />
     58                <ivy:settings file="ivy_settings.xml" />
     59                <ivy:retrieve pattern="${plugin.lib.dir}/[artifact]-[revision](-[classifier]).[ext]" conf="default" />
    6060        </target>
    6161
Note: See TracChangeset for help on using the changeset viewer.