Ignore:
Timestamp:
2015-10-25T01:09:59+02:00 (9 years ago)
Author:
donvip
Message:

[joms_plugins] use apache-commons plugin

Location:
applications/editors/josm/plugins/photo_geotagging
Files:
2 edited

Legend:

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

    r31204 r31677  
    44        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    55        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    6         <classpathentry combineaccessrules="false" kind="src" path="/JOSM-commons-imaging"/>
     6        <classpathentry combineaccessrules="false" kind="src" path="/JOSM-apache-commons"/>
    77        <classpathentry kind="output" path="bin"/>
    88</classpath>
  • applications/editors/josm/plugins/photo_geotagging/build.xml

    r31204 r31677  
    1313    <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/Photo_Geotagging"/>
    1414    <property name="plugin.canloadatruntime" value="true"/>
    15     <property name="plugin.requires" value="commons-imaging"/>
     15    <property name="plugin.requires" value="apache-commons"/>
    1616
    1717    <!-- ** include targets that all plugins have in common ** -->
     
    1919
    2020    <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
    21         <include name="commons-imaging.jar"/>
     21        <include name="apache-commons.jar"/>
    2222    </fileset>
    2323
Note: See TracChangeset for help on using the changeset viewer.