Changeset 33521 in osm for applications/editors
- Timestamp:
- 2017-08-26T01:50:28+02:00 (7 years ago)
- Location:
- applications/editors/josm/plugins/epci-fr
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/epci-fr/build.xml
r32680 r33521 4 4 <property name="commit.message" value="Commit message"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="1 0580"/>6 <property name="plugin.main.version" value="12663"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/epci-fr/src/org/openstreetmap/josm/plugins/fr/epci/EpciNameFormatter.java
r31243 r33521 5 5 import org.openstreetmap.josm.data.osm.IRelation; 6 6 import org.openstreetmap.josm.data.osm.IWay; 7 import org.openstreetmap.josm. gui.NameFormatterHook;7 import org.openstreetmap.josm.data.osm.NameFormatterHook; 8 8 9 9 /** -
applications/editors/josm/plugins/epci-fr/src/org/openstreetmap/josm/plugins/fr/epci/EpciPlugin.java
r31243 r33521 2 2 package org.openstreetmap.josm.plugins.fr.epci; 3 3 4 import org.openstreetmap.josm. gui.DefaultNameFormatter;4 import org.openstreetmap.josm.data.osm.DefaultNameFormatter; 5 5 import org.openstreetmap.josm.plugins.Plugin; 6 6 import org.openstreetmap.josm.plugins.PluginInformation;
Note:
See TracChangeset
for help on using the changeset viewer.