Ignore:
Timestamp:
2014-07-12T21:51:45+02:00 (10 years ago)
Author:
donvip
Message:

[josm_commandline] update to JOSM 7299

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

Legend:

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

    r30416 r30523  
    44    <property name="commit.message" value="JOSM/CommandLine: fix exception after JOSM update"/>
    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/CommandLine/src/CommandLine/OsmToCmd.java

    r30319 r30523  
    11/*
    22 *        OsmToCmd.java
    3  *     
     3 *
    44 *        Copyright 2011 Hind <foxhind@gmail.com>
    5  *     
     5 *
    66 */
    7 
    87package CommandLine;
    98
     
    4241import org.openstreetmap.josm.io.IllegalDataException;
    4342import org.openstreetmap.josm.io.UTFInputStreamReader;
    44 import org.openstreetmap.josm.tools.DateUtils;
    4543import org.openstreetmap.josm.tools.XmlParsingException;
     44import org.openstreetmap.josm.tools.date.DateUtils;
    4645import org.xml.sax.Attributes;
    4746import org.xml.sax.InputSource;
Note: See TracChangeset for help on using the changeset viewer.