Changeset 12266 in josm for trunk/scripts
- Timestamp:
- 2017-05-27T21:12:55+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/SyncEditorLayerIndex.groovy
r12261 r12266 500 500 if (!et.equals(jt)) { 501 501 if (!jt) { 502 myprintln " + SKIP- Missing JOSM license URL (${et}): ${getDescription(j)}"502 myprintln "- Missing JOSM license URL (${et}): ${getDescription(j)}" 503 503 } else if (et) { 504 myprintln " + SKIP* License URL differs ('${et}' != '${jt}'): ${getDescription(j)}"504 myprintln "* License URL differs ('${et}' != '${jt}'): ${getDescription(j)}" 505 505 } else if (!options.nomissingeli) { 506 506 myprintln "+ Missing ELI license URL ('${jt}'): ${getDescription(j)}" … … 514 514 myprintln "- Missing JOSM attribution URL (${et}): ${getDescription(j)}" 515 515 } else if (et) { 516 myprintln " + SKIP* Attribution URL differs ('${et}' != '${jt}'): ${getDescription(j)}"516 myprintln "* Attribution URL differs ('${et}' != '${jt}'): ${getDescription(j)}" 517 517 } else if (!options.nomissingeli) { 518 518 myprintln "+ Missing ELI attribution URL ('${jt}'): ${getDescription(j)}" … … 526 526 myprintln "- Missing JOSM attribution text (${et}): ${getDescription(j)}" 527 527 } else if (et) { 528 myprintln " + SKIP* Attribution text differs ('${et}' != '${jt}'): ${getDescription(j)}"528 myprintln "* Attribution text differs ('${et}' != '${jt}'): ${getDescription(j)}" 529 529 } else if (!options.nomissingeli) { 530 530 myprintln "+ Missing ELI attribution text ('${jt}'): ${getDescription(j)}"
Note:
See TracChangeset
for help on using the changeset viewer.