Ignore:
Timestamp:
2014-11-29T20:04:57+01:00 (11 years ago)
Author:
donvip
Message:

[josm_osminspector] use geotools plugin, update to geotools 12.1, fix deprecation and Java 7 warnings

File:
1 edited

Legend:

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

    r30416 r30828  
    1111    <property name="plugin.description" value="Bring in errors from Osm Inspector and display it on the current JOSM bounding box"/>
    1212    <property name="plugin.icon" value="images/osmInspector.jpg"/>
    13     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/MapDust"/>
     13    <!--<property name="plugin.link" value=""/>-->
     14    <property name="plugin.requires" value="jts;geotools"/>
    1415
    1516    <!-- ** include targets that all plugins have in common ** -->
    1617    <import file="../build-common.xml"/>
    1718
     19        <fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
     20        <include name="jts.jar"/>
     21        <include name="geotools.jar"/>
     22    </fileset>
     23
    1824</project>
Note: See TracChangeset for help on using the changeset viewer.