Ignore:
Timestamp:
2007-07-27T02:58:01+02:00 (17 years ago)
Author:
ulf
Message:

add tways plugin

File:
1 edited

Legend:

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

    r3771 r3772  
    406406SectionEnd
    407407
     408Section "tways" SecTWaysPlugin
     409;-------------------------------------------
     410SectionIn 1 2
     411SetShellVarContext current
     412SetOutPath $APPDATA\JOSM\plugins
     413File "downloads\tways-0.2.jar"
     414SectionEnd
     415
    408416SectionGroupEnd ; "Plugins"
    409417
     
    412420;MessageBox MB_OK "PluginSetting!" IDOK 0
    413421SetShellVarContext current
    414 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator"
     422${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator,tways-0.2"
    415423SectionEnd
    416424
     
    476484Delete "$APPDATA\JOSM\plugins\namefinder.jar"
    477485Delete "$APPDATA\JOSM\plugins\validator.jar"
     486Delete "$APPDATA\JOSM\plugins\tways-0.2.jar"
    478487;Delete "$APPDATA\JOSM\plugins\mappaint\elemstyles.xml"
    479488RMDir "$APPDATA\JOSM\plugins\osmarender"
     
    505514  !insertmacro MUI_DESCRIPTION_TEXT ${SecNamefinderPlugin} "Add a 'Find places by their name' tab to the download dialog."
    506515  !insertmacro MUI_DESCRIPTION_TEXT ${SecValidatorPlugin} "Validates edited data if it conforms to common suggestions."
     516  !insertmacro MUI_DESCRIPTION_TEXT ${SecTwaysPlugin} "Mass wayfication of segments."
    507517!insertmacro MUI_FUNCTION_DESCRIPTION_END
    508518
Note: See TracChangeset for help on using the changeset viewer.