Changeset 30521 in osm for applications/editors/josm


Ignore:
Timestamp:
2014-07-12T18:00:53+02:00 (11 years ago)
Author:
donvip
Message:

[josm_reverter] see #josm10258 - update to JOSM 7299

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

Legend:

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

    r30416 r30521  
    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="7001"/>
     6    <property name="plugin.main.version" value="7299"/>
    77
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/reverter/src/reverter/corehacks/OsmChangesetContentParser.java

    r30319 r30521  
    2525import org.openstreetmap.josm.gui.progress.ProgressMonitor;
    2626import org.openstreetmap.josm.tools.CheckParameterUtil;
    27 import org.openstreetmap.josm.tools.DateUtils;
     27import org.openstreetmap.josm.tools.date.DateUtils;
    2828import org.openstreetmap.josm.tools.XmlParsingException;
    2929import org.xml.sax.Attributes;
Note: See TracChangeset for help on using the changeset viewer.