Ignore:
Timestamp:
2016-07-14T15:18:07+02:00 (10 years ago)
Author:
floscher
Message:

Rename download modes

The labels facing the user (combobox in the settings) are now internationalized, the preference setting is not.
This change is backwards-compatible, because on each start of JOSM the plugin converts the old names of the download modes with the corresponding new one. This feature will sooner or later be removed again, but as long as every user starts JOSM at least once until then, the setting won't be affected by this change.

In some places the old names are still mentioned (e.g. comments and names of variables or methods), but the relevant occurences are now updated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mapillary/build.gradle

    r32631 r32652  
    176176
    177177task debugJosm(type: JavaExec) {
    178     classpath = sourceSets.main.runtimeClasspath
    179     main = 'JOSM'
    180     args '--offline=josm_website'
    181     jvmArgs "-Xdebug", "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006", "-Djosm.home=$buildDir/.josm"
    182 
     178  classpath = sourceSets.main.runtimeClasspath
     179  main = 'JOSM'
     180  args '--offline=josm_website'
     181  jvmArgs "-Xdebug", "-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006", "-Djosm.home=$buildDir/.josm"
    183182}
    184183debugJosm.dependsOn installPlugin
Note: See TracChangeset for help on using the changeset viewer.