Ignore:
Timestamp:
2015-10-20T16:57:35+02:00 (9 years ago)
Author:
donvip
Message:

[josm_plugins] update to JOSM 8919

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

Legend:

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

    r31120 r31655  
    55    <property name="commit.message" value="[josm_utilsplugin2]: select boundary by double-click; multitagger table highlights"/>
    66    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    7     <property name="plugin.main.version" value="8338"/>
     7    <property name="plugin.main.version" value="8919"/>
    88
    99    <property name="plugin.author" value="Kalle Lampila, Upliner, Zverik, akks, joshdoe and others"/>
  • applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryUtils.java

    r31463 r31655  
    2424import org.openstreetmap.josm.command.DeleteCommand;
    2525import org.openstreetmap.josm.command.MoveCommand;
    26 import org.openstreetmap.josm.corrector.UserCancelException;
    2726import org.openstreetmap.josm.data.coor.LatLon;
    2827import org.openstreetmap.josm.data.osm.Node;
     
    3534import org.openstreetmap.josm.gui.Notification;
    3635import org.openstreetmap.josm.gui.conflict.tags.CombinePrimitiveResolverDialog;
     36import org.openstreetmap.josm.tools.UserCancelException;
    3737
    3838import edu.princeton.cs.algs4.AssignmentProblem;
Note: See TracChangeset for help on using the changeset viewer.