Changeset 30307 in osm for applications/editors/josm
- Timestamp:
- 2014-02-26T23:49:03+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reverter/build.xml
r30258 r30307 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="6 798"/>6 <property name="plugin.main.version" value="6887"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/reverter/src/reverter/ChangesetReverter.java
r30031 r30307 13 13 import org.openstreetmap.josm.Main; 14 14 import org.openstreetmap.josm.command.Command; 15 import org.openstreetmap.josm.command.ConflictAddCommand;16 15 import org.openstreetmap.josm.command.DeleteCommand; 16 import org.openstreetmap.josm.command.conflict.ConflictAddCommand; 17 17 import org.openstreetmap.josm.data.conflict.Conflict; 18 18 import org.openstreetmap.josm.data.coor.LatLon; -
applications/editors/josm/plugins/reverter/src/reverter/RevertChangesetTask.java
r30031 r30307 9 9 import org.openstreetmap.josm.Main; 10 10 import org.openstreetmap.josm.command.Command; 11 import org.openstreetmap.josm.command. ConflictAddCommand;11 import org.openstreetmap.josm.command.conflict.ConflictAddCommand; 12 12 import org.openstreetmap.josm.gui.Notification; 13 13 import org.openstreetmap.josm.gui.PleaseWaitRunnable; -
applications/editors/josm/plugins/turnrestrictions/build.xml
r30110 r30307 4 4 <property name="commit.message" value="Adapt to JOSM core change (DefaultNameFormatter)"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="6 437"/>6 <property name="plugin.main.version" value="6887"/> 7 7 8 8 <property name="test.build.dir" value="test/build"/> -
applications/editors/josm/plugins/turnrestrictions/src/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionEditor.java
r30237 r30307 37 37 import org.openstreetmap.josm.command.AddCommand; 38 38 import org.openstreetmap.josm.command.ChangeCommand; 39 import org.openstreetmap.josm.command. ConflictAddCommand;39 import org.openstreetmap.josm.command.conflict.ConflictAddCommand; 40 40 import org.openstreetmap.josm.data.Preferences.PreferenceChangeEvent; 41 41 import org.openstreetmap.josm.data.Preferences.PreferenceChangedListener;
Note:
See TracChangeset
for help on using the changeset viewer.