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