Changeset 16343 in josm for trunk/scripts
- Timestamp:
- 2020-04-18T18:41:18+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/BuildProjectionDefinitions.java
r16006 r16343 75 75 */ 76 76 public static void main(String[] args) throws IOException { 77 buildList(args [0]);77 buildList(args.length > 0 ? args[0] : "."); 78 78 } 79 79
Note:
See TracChangeset
for help on using the changeset viewer.