Changeset 30664 in osm for applications/editors/josm/plugins/junctionchecking
- Timestamp:
- 2014-09-21T23:07:19+02:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/junctionchecking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/junctionchecking/build.xml
r30416 r30664 3 3 <property name="commit.message" value="Changed the constructor signature of the plugin main class"/> 4 4 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 5 <property name="plugin.main.version" value="7 001"/>5 <property name="plugin.main.version" value="7575"/> 6 6 7 7 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/junctionchecking/src/org/openstreetmap/josm/plugins/JunctionChecker/DigraphCreationTask.java
r29525 r30664 10 10 import org.openstreetmap.josm.Main; 11 11 import org.openstreetmap.josm.data.Bounds; 12 import org.openstreetmap.josm.data. osm.DataSource;12 import org.openstreetmap.josm.data.DataSource; 13 13 import org.openstreetmap.josm.data.osm.Node; 14 14 import org.openstreetmap.josm.data.osm.Relation;
Note:
See TracChangeset
for help on using the changeset viewer.