Changeset 30523 in osm for applications/editors/josm/plugins/CommandLine
- Timestamp:
- 2014-07-12T21:51:45+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/CommandLine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/build.xml
r30416 r30523 4 4 <property name="commit.message" value="JOSM/CommandLine: fix exception after JOSM update"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="7 001"/>6 <property name="plugin.main.version" value="7299"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/CommandLine/src/CommandLine/OsmToCmd.java
r30319 r30523 1 1 /* 2 2 * OsmToCmd.java 3 * 3 * 4 4 * Copyright 2011 Hind <foxhind@gmail.com> 5 * 5 * 6 6 */ 7 8 7 package CommandLine; 9 8 … … 42 41 import org.openstreetmap.josm.io.IllegalDataException; 43 42 import org.openstreetmap.josm.io.UTFInputStreamReader; 44 import org.openstreetmap.josm.tools.DateUtils;45 43 import org.openstreetmap.josm.tools.XmlParsingException; 44 import org.openstreetmap.josm.tools.date.DateUtils; 46 45 import org.xml.sax.Attributes; 47 46 import org.xml.sax.InputSource;
Note:
See TracChangeset
for help on using the changeset viewer.