Changeset 30521 in osm for applications/editors/josm
- Timestamp:
- 2014-07-12T18:00:53+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/reverter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r30416 r30521 4 4 <property name="commit.message" value="Reverter: Update MultiOsmReader to support null data after redaction"/> 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/reverter/src/reverter/corehacks/OsmChangesetContentParser.java
r30319 r30521 25 25 import org.openstreetmap.josm.gui.progress.ProgressMonitor; 26 26 import org.openstreetmap.josm.tools.CheckParameterUtil; 27 import org.openstreetmap.josm.tools.DateUtils; 27 import org.openstreetmap.josm.tools.date.DateUtils; 28 28 import org.openstreetmap.josm.tools.XmlParsingException; 29 29 import org.xml.sax.Attributes;
Note:
See TracChangeset
for help on using the changeset viewer.