Ignore:
Timestamp:
2014-02-26T23:49:03+01:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] update to JOSM 6887

Location:
applications/editors/josm/plugins/reverter
Files:
3 edited

Legend:

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

    r30258 r30307  
    44    <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="6798"/>
     6    <property name="plugin.main.version" value="6887"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java

    r30031 r30307  
    1313import org.openstreetmap.josm.Main;
    1414import org.openstreetmap.josm.command.Command;
    15 import org.openstreetmap.josm.command.ConflictAddCommand;
    1615import org.openstreetmap.josm.command.DeleteCommand;
     16import org.openstreetmap.josm.command.conflict.ConflictAddCommand;
    1717import org.openstreetmap.josm.data.conflict.Conflict;
    1818import org.openstreetmap.josm.data.coor.LatLon;
  • applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetTask.java

    r30031 r30307  
    99import org.openstreetmap.josm.Main;
    1010import org.openstreetmap.josm.command.Command;
    11 import org.openstreetmap.josm.command.ConflictAddCommand;
     11import org.openstreetmap.josm.command.conflict.ConflictAddCommand;
    1212import org.openstreetmap.josm.gui.Notification;
    1313import org.openstreetmap.josm.gui.PleaseWaitRunnable;
Note: See TracChangeset for help on using the changeset viewer.