Changeset 31688 in osm for applications/editors


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

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

Location:
applications/editors/josm/plugins/mapillary
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/.classpath

    r31677 r31688  
    77        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
    88        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    9         <classpathentry kind="lib" path="lib/httpclient-4.5.jar"/>
    10         <classpathentry kind="lib" path="lib/httpcore-4.4.1.jar"/>
    11         <classpathentry kind="lib" path="lib/httpmime-4.5.jar"/>
    129        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
     10        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-http"/>
    1311        <classpathentry kind="output" path="bin"/>
    1412</classpath>
  • 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.