Changeset 18067 in osm for applications/editors/josm/plugins
- Timestamp:
- 2009-10-10T21:55:13+02:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/waydownloader
- Files:
-
- 5 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/waydownloader/build.xml
r17885 r18067 87 87 <manifest> 88 88 <attribute name="Author" value="Harry Wood"/> 89 <attribute name="Plugin-Class" value=" WayDownloaderPlugin"/>89 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.waydownloader.WayDownloaderPlugin"/> 90 90 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/> 91 91 <attribute name="Plugin-Description" value="Easy downloading along a long set of interconnected ways"/> -
applications/editors/josm/plugins/waydownloader/src/org/openstreetmap/josm/plugins/waydownloader/WayDownloaderPlugin.java
r18052 r18067 1 package org.openstreetmap.josm.plugins.waydownloader; 2 1 3 import static org.openstreetmap.josm.tools.I18n.tr; 2 4
Note:
See TracChangeset
for help on using the changeset viewer.