Changeset 34382 in osm
- Timestamp:
- 2018-07-01T01:25:55+02:00 (6 years ago)
- Location:
- applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGui.java
r34108 r34382 1 /* 2 * UploadDataGui.java 3 * 4 * Created on August 17, 2008, 6:56 PM 5 * Copyright by Subhodip Biswas 6 * This program is free software and licensed under GPL. 7 */ 8 1 // License: GPL. For details, see LICENSE file. 9 2 package org.openstreetmap.josm.plugins.DirectUpload; 10 3 -
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGuiPlugin.java
r33852 r34382 1 /* 2 * Copyright by Subhodip Biswas 3 * This program is free software and licensed under GPL. 4 * 5 */ 6 1 // License: GPL. For details, see LICENSE file. 7 2 package org.openstreetmap.josm.plugins.DirectUpload; 8 3 -
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadOsmConnection.java
r33852 r34382 1 // ... 2 1 // License: GPL. For details, see LICENSE file. 3 2 package org.openstreetmap.josm.plugins.DirectUpload; 4 3 5 4 import java.util.List; 6 5 7 import org.openstreetmap.josm.Main;8 6 import org.openstreetmap.josm.data.gpx.GpxData; 9 7 import org.openstreetmap.josm.gui.MainApplication;
Note:
See TracChangeset
for help on using the changeset viewer.