Ignore:
Timestamp:
2015-10-25T03:50:50+01:00 (11 years ago)
Author:
donvip
Message:

[josm_mapillary] use apache-http plugin instead of jars, as other plugins use it also

File:
1 edited

Legend:

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

    r31677 r31688  
    55    <property name="plugin.main.version" value="8433"/>
    66    <property name="plugin.canloadatruntime" value="true"/>
    7     <property name="plugin.version" value="1.0.3"/>
     7    <property name="plugin.version" value="1.0.4"/>
    88    <property name="plugin.author" value="nokutu &lt;nokutu@openmailbox.org&gt;"/>
    99    <property name="plugin.class" value="org.openstreetmap.josm.plugins.mapillary.MapillaryPlugin"/>
     
    1212    <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Mapillary"/>
    1313    <!--<property name="plugin.early" value="..."/>-->
    14     <property name="plugin.requires" value="apache-commons"/>
     14    <property name="plugin.requires" value="apache-commons;apache-http"/>
    1515    <!--<property name="plugin.stage" value="..."/>-->
    1616   
     
    2424    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
    2525        <include name="apache-commons.jar"/>
     26        <include name="apache-http.jar"/>
    2627    </fileset>
    2728</project>
Note: See TracChangeset for help on using the changeset viewer.