Changeset 24717 in osm for applications/editors/josm/nsis/josm.nsi
- Timestamp:
- 2010-12-12T13:23:25+01:00 (16 years ago)
- File:
-
- 1 edited
-
applications/editors/josm/nsis/josm.nsi (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r24582 r24717 315 315 SectionEnd 316 316 317 Section $(JOSM_SEC_REMOTECONTROL_PLUGIN) SecRemoteControlPlugin318 ;-------------------------------------------319 SectionIn 1 2320 SetShellVarContext current321 SetOutPath $APPDATA\JOSM\plugins322 File "..\dist\remotecontrol.jar"323 SectionEnd324 325 317 Section $(JOSM_SEC_TURNRESTRICTIONS_PLUGIN) SecTurnrestrictionsPlugin 326 318 ;------------------------------------------- … … 331 323 SectionEnd 332 324 333 Section $(JOSM_SEC_WMS_PLUGIN) SecWMSPlugin 334 ;------------------------------------------- 335 SectionIn 1 2 336 SetShellVarContext current 337 SetOutPath $APPDATA\JOSM\plugins 338 File "..\dist\wmsplugin.jar" 325 Section $(JOSM_SEC_WMS) SecWMS 326 ;------------------------------------------- 327 SectionIn 1 2 328 SetShellVarContext current 339 329 SetOutPath $INSTDIR\imageformats 340 330 File "webkit-image\imageformats\qjpeg4.dll" … … 399 389 !include LogicLib.nsh 400 390 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "openstreetbugs 401 remotecontrol 402 turnrestrictions 403 wmsplugin" 391 turnrestrictions" 404 392 SectionEnd 405 393 … … 467 455 Delete "$APPDATA\JOSM\plugins\remotecontrol\*.*" 468 456 RMDir "$APPDATA\JOSM\plugins\remotecontrol" 457 Delete "$APPDATA\JOSM\plugins\validator\*.*" 458 RMDir "$APPDATA\JOSM\plugins\validator" 469 459 Delete "$APPDATA\JOSM\plugins\wmsplugin\*.*" 470 460 RMDir "$APPDATA\JOSM\plugins\wmsplugin" … … 496 486 !insertmacro MUI_DESCRIPTION_TEXT ${SecPluginsGroup} $(JOSM_SECDESC_PLUGINS_GROUP) 497 487 !insertmacro MUI_DESCRIPTION_TEXT ${SecOpenStreetBugsPlugin} $(JOSM_SECDESC_OPENSTREETBUGS_PLUGIN) 498 !insertmacro MUI_DESCRIPTION_TEXT ${SecRemoteControlPlugin} $(JOSM_SECDESC_REMOTECONTROL_PLUGIN)499 488 !insertmacro MUI_DESCRIPTION_TEXT ${SecTurnrestrictionsPlugin} $(JOSM_SECDESC_TURNRESTRICTIONS_PLUGIN) 500 !insertmacro MUI_DESCRIPTION_TEXT ${SecWMS Plugin} $(JOSM_SECDESC_WMS_PLUGIN)489 !insertmacro MUI_DESCRIPTION_TEXT ${SecWMS} $(JOSM_SECDESC_WMS) 501 490 !insertmacro MUI_DESCRIPTION_TEXT ${SecStartMenu} $(JOSM_SECDESC_STARTMENU) 502 491 !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} $(JOSM_SECDESC_DESKTOP_ICON)
Note:
See TracChangeset
for help on using the changeset viewer.
