Changeset 17713 in osm for applications
- Timestamp:
- 2009-09-20T12:11:17+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/openstreetbugs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/openstreetbugs/build.xml
r17534 r17713 26 26 <attribute name="Plugin-Description" value="Imports issues from OpenStreetBugs"/> 27 27 <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/OpenStreetBugs"/> 28 <attribute name="Plugin-Mainversion" value="2 082"/>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/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbPlugin.java
r17703 r17713 38 38 import org.openstreetmap.josm.Main; 39 39 import org.openstreetmap.josm.actions.UploadAction; 40 import org.openstreetmap.josm.actions. UploadAction.UploadHook;40 import org.openstreetmap.josm.actions.upload.UploadHook; 41 41 import org.openstreetmap.josm.data.Bounds; 42 42 import org.openstreetmap.josm.data.osm.DataSet; -
applications/editors/josm/plugins/openstreetbugs/src/org/openstreetmap/josm/plugins/osb/OsbUploadHook.java
r17534 r17713 36 36 37 37 import org.openstreetmap.josm.Main; 38 import org.openstreetmap.josm.actions. UploadAction.UploadHook;38 import org.openstreetmap.josm.actions.upload.UploadHook; 39 39 import org.openstreetmap.josm.data.APIDataSet; 40 40 import org.openstreetmap.josm.data.osm.OsmPrimitive;
Note:
See TracChangeset
for help on using the changeset viewer.