Changeset 4943 in osm for applications/editors/josm/nsis/josm.nsi
- Timestamp:
- 2007-10-11T22:43:43+02:00 (19 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/nsis/josm.nsi (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r4471 r4943 356 356 SetOutPath $APPDATA\JOSM\plugins 357 357 File "downloads\validator.jar" 358 SectionEnd359 360 Section "tways" SecTWaysPlugin361 ;-------------------------------------------362 SectionIn 1 2363 SetShellVarContext all364 SetOutPath $APPDATA\JOSM\plugins365 File "downloads\tways-0.2.jar"366 358 SectionEnd 367 359 … … 441 433 ; XXX - should better be handled inside JOSM (recent plugin manager is going in the right direction) 442 434 SetShellVarContext 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" 444 437 SectionEnd 445 438 … … 461 454 Delete "$INSTDIR\plugins\namefinder.jar" 462 455 Delete "$INSTDIR\plugins\validator.jar" 463 Delete "$INSTDIR\plugins\tways-0.2.jar"464 456 IfErrors 0 NoJOSMErrorMsg 465 457 MessageBox MB_OK "Please note: josm.exe could not be removed, it's probably in use!" IDOK 0 ;skipped if josm.exe removed … … 513 505 Delete "$APPDATA\JOSM\plugins\validator\*.*" 514 506 Delete "$APPDATA\JOSM\plugins\validator.jar" 515 Delete "$APPDATA\JOSM\plugins\tways-0.2.jar"516 507 RMDir "$APPDATA\JOSM\plugins\osmarender" 517 508 RMDir "$APPDATA\JOSM\plugins\validator" … … 542 533 !insertmacro MUI_DESCRIPTION_TEXT ${SecNamefinderPlugin} "Add a 'Find places by their name' tab to the download dialog." 543 534 !insertmacro MUI_DESCRIPTION_TEXT ${SecValidatorPlugin} "Validates edited data if it conforms to common suggestions." 544 !insertmacro MUI_DESCRIPTION_TEXT ${SecTwaysPlugin} "Mass wayfication of segments."545 535 !insertmacro MUI_DESCRIPTION_TEXT ${SecStartMenu} "Add a JOSM start menu entry." 546 536 !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} "Add a JOSM desktop icon."
Note:
See TracChangeset
for help on using the changeset viewer.
