Ignore:
Timestamp:
2007-10-11T22:43:43+02:00 (19 years ago)
Author:
ulf
Message:

updates to API 0.5 changes:

  • tways plugin is no longer useful
  • validator plugin currently doesn't work
  • update download URLS: josm.eigenheimstrasse.de -> josm.openstreetmap.de
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/nsis/josm.nsi

    r4471 r4943  
    356356SetOutPath $APPDATA\JOSM\plugins
    357357File "downloads\validator.jar"
    358 SectionEnd
    359 
    360 Section "tways" SecTWaysPlugin
    361 ;-------------------------------------------
    362 SectionIn 1 2
    363 SetShellVarContext all
    364 SetOutPath $APPDATA\JOSM\plugins
    365 File "downloads\tways-0.2.jar"
    366358SectionEnd
    367359
    … …  
    441433; XXX - should better be handled inside JOSM (recent plugin manager is going in the right direction)
    442434SetShellVarContext current
    443 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator,tways-0.2"
     435;${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator"
     436${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder"
    444437SectionEnd
    445438
    … …  
    461454Delete "$INSTDIR\plugins\namefinder.jar"
    462455Delete "$INSTDIR\plugins\validator.jar"
    463 Delete "$INSTDIR\plugins\tways-0.2.jar"
    464456IfErrors 0 NoJOSMErrorMsg
    465457        MessageBox MB_OK "Please note: josm.exe could not be removed, it's probably in use!" IDOK 0 ;skipped if josm.exe removed
    … …  
    513505Delete "$APPDATA\JOSM\plugins\validator\*.*"
    514506Delete "$APPDATA\JOSM\plugins\validator.jar"
    515 Delete "$APPDATA\JOSM\plugins\tways-0.2.jar"
    516507RMDir "$APPDATA\JOSM\plugins\osmarender"
    517508RMDir "$APPDATA\JOSM\plugins\validator"
    … …  
    542533  !insertmacro MUI_DESCRIPTION_TEXT ${SecNamefinderPlugin} "Add a 'Find places by their name' tab to the download dialog."
    543534  !insertmacro MUI_DESCRIPTION_TEXT ${SecValidatorPlugin} "Validates edited data if it conforms to common suggestions."
    544   !insertmacro MUI_DESCRIPTION_TEXT ${SecTwaysPlugin} "Mass wayfication of segments."
    545535  !insertmacro MUI_DESCRIPTION_TEXT ${SecStartMenu} "Add a JOSM start menu entry."
    546536  !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} "Add a JOSM desktop icon."
Note: See TracChangeset for help on using the changeset viewer.