Changeset 12266 in josm for trunk


Ignore:
Timestamp:
2017-05-27T21:12:55+02:00 (7 years ago)
Author:
stoecker
Message:

see #14655 - drop remaining SKIP types

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/SyncEditorLayerIndex.groovy

    r12261 r12266  
    500500            if (!et.equals(jt)) {
    501501                if (!jt) {
    502                     myprintln "+ SKIP - Missing JOSM license URL (${et}): ${getDescription(j)}"
     502                    myprintln "- Missing JOSM license URL (${et}): ${getDescription(j)}"
    503503                } else if (et) {
    504                     myprintln "+ SKIP * License URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
     504                    myprintln "* License URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
    505505                } else if (!options.nomissingeli) {
    506506                    myprintln "+ Missing ELI license URL ('${jt}'): ${getDescription(j)}"
     
    514514                    myprintln "- Missing JOSM attribution URL (${et}): ${getDescription(j)}"
    515515                } else if (et) {
    516                     myprintln "+ SKIP * Attribution URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
     516                    myprintln "* Attribution URL differs ('${et}' != '${jt}'): ${getDescription(j)}"
    517517                } else if (!options.nomissingeli) {
    518518                    myprintln "+ Missing ELI attribution URL ('${jt}'): ${getDescription(j)}"
     
    526526                    myprintln "- Missing JOSM attribution text (${et}): ${getDescription(j)}"
    527527                } else if (et) {
    528                     myprintln "+ SKIP * Attribution text differs ('${et}' != '${jt}'): ${getDescription(j)}"
     528                    myprintln "* Attribution text differs ('${et}' != '${jt}'): ${getDescription(j)}"
    529529                } else if (!options.nomissingeli) {
    530530                    myprintln "+ Missing ELI attribution text ('${jt}'): ${getDescription(j)}"
Note: See TracChangeset for help on using the changeset viewer.