Ignore:
Timestamp:
2015-10-12T23:48:43+02:00 (9 years ago)
Author:
donvip
Message:

[josm_plugins] update to JOSM 8863

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

Legend:

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

    r30440 r31615  
    77    <property name="commit.message" value="Changed the constructor signature of the plugin main class"/>
    88    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    9     <property name="plugin.main.version" value="7100"/>
     9    <property name="plugin.main.version" value="8863"/>
    1010    <property name="livegpsplugin.jar" value="${plugin.dist.dir}/livegps.jar"/>
    1111
  • applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/action/TaggingPresetAction.java

    r30440 r31615  
    1010
    1111import org.openstreetmap.josm.data.coor.LatLon;
    12 import org.openstreetmap.josm.gui.tagging.TaggingPreset;
    13 import org.openstreetmap.josm.gui.tagging.TaggingPresets;
     12import org.openstreetmap.josm.gui.tagging.presets.TaggingPreset;
     13import org.openstreetmap.josm.gui.tagging.presets.TaggingPresets;
    1414
    1515import at.dallermassl.josm.plugin.surveyor.GpsActionEvent;
Note: See TracChangeset for help on using the changeset viewer.