Changeset 28004 in osm for applications/editors/josm/plugins/opendata/util
- Timestamp:
- 2012-03-06T13:44:01+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/util/opendata/ModuleListGenerator.java
r28003 r28004 20 20 */ 21 21 public static void main(String[] args) { 22 final String url = "http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/"; 22 final String url = "http://svn.openstreetmap.org/applications/editors/josm/plugins/opendata/dist/"; 23 23 String baseDir = ""; 24 24 if (args.length > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.