Changeset 17715 in osm
- Timestamp:
- 2009-09-20T12:14:03+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/validator
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/build.xml
r17592 r17715 26 26 <attribute name="Plugin-Description" value="An OSM data validator. It checks for problems in data, and provides fixes for the common ones. Spellcheck integrated for tag names."/> 27 27 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/Validator"/> 28 <attribute name="Plugin-Mainversion" value="2 098"/>28 <attribute name="Plugin-Mainversion" value="2168"/> 29 29 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/> 30 30 </manifest> -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java
r17540 r17715 26 26 import org.openstreetmap.josm.Main; 27 27 import org.openstreetmap.josm.actions.UploadAction; 28 import org.openstreetmap.josm.actions.UploadAction.UploadHook;29 28 import org.openstreetmap.josm.data.projection.Epsg4326; 30 29 import org.openstreetmap.josm.data.projection.Lambert; -
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/ValidateUploadHook.java
r17540 r17715 13 13 14 14 import org.openstreetmap.josm.Main; 15 import org.openstreetmap.josm.actions. UploadAction.UploadHook;15 import org.openstreetmap.josm.actions.upload.UploadHook; 16 16 import org.openstreetmap.josm.data.APIDataSet; 17 17 import org.openstreetmap.josm.data.osm.DataSet;
Note:
See TracChangeset
for help on using the changeset viewer.