Changeset 29778 in osm for applications/editors/josm/plugins/DirectUpload
- Timestamp:
- 2013-07-25T21:57:38+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/DirectUpload
- Files:
-
- 2 deleted
- 3 edited
-
build.xml (modified) (1 diff)
-
nbproject/private/private.properties (deleted)
-
nbproject/private/private.xml (deleted)
-
nbproject/project.properties (modified) (1 diff)
-
src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGuiPlugin.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/DirectUpload/build.xml
r29719 r29778 5 5 <property name="commit.message" value="applied JOSM Ticket 4498 (patch by ax) - oauth support for gpx upload (I accidentally committed parts of the path in [24236])"/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value=" 5587"/>7 <property name="plugin.main.version" value="6082"/> 8 8 9 9 <!-- Configure these properties (replace "..." accordingly). -
applications/editors/josm/plugins/DirectUpload/nbproject/project.properties
r11949 r29778 4 4 build.dir=build 5 5 build.generated.dir=${build.dir}/generated 6 build.generated.sources.dir=${build.dir}/generated-sources 6 7 # Only compile against the classpath explicitly listed here: 7 8 build.sysclasspath=ignore -
applications/editors/josm/plugins/DirectUpload/src/org/openstreetmap/josm/plugins/DirectUpload/UploadDataGuiPlugin.java
r27852 r29778 29 29 super(info); 30 30 openaction = new UploadAction(); 31 Main.main.menu. toolsMenu.add(openaction);31 Main.main.menu.gpsMenu.add(openaction); 32 32 } 33 33
Note:
See TracChangeset
for help on using the changeset viewer.
