Ignore:
Timestamp:
2010-12-12T13:23:25+01:00 (16 years ago)
Author:
stoecker
Message:

fix installer due to plugin integration

File:
1 edited

Legend:

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

    r24582 r24717  
    315315SectionEnd
    316316
    317 Section $(JOSM_SEC_REMOTECONTROL_PLUGIN) SecRemoteControlPlugin
    318 ;-------------------------------------------
    319 SectionIn 1 2
    320 SetShellVarContext current
    321 SetOutPath $APPDATA\JOSM\plugins
    322 File "..\dist\remotecontrol.jar"
    323 SectionEnd
    324 
    325317Section $(JOSM_SEC_TURNRESTRICTIONS_PLUGIN) SecTurnrestrictionsPlugin
    326318;-------------------------------------------
    … …  
    331323SectionEnd
    332324
    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"
     325Section $(JOSM_SEC_WMS) SecWMS
     326;-------------------------------------------
     327SectionIn 1 2
     328SetShellVarContext current
    339329SetOutPath $INSTDIR\imageformats
    340330File "webkit-image\imageformats\qjpeg4.dll"
    … …  
    399389!include LogicLib.nsh
    400390${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "openstreetbugs
    401 remotecontrol
    402 turnrestrictions
    403 wmsplugin"
     391turnrestrictions"
    404392SectionEnd
    405393
    … …  
    467455Delete "$APPDATA\JOSM\plugins\remotecontrol\*.*"
    468456RMDir "$APPDATA\JOSM\plugins\remotecontrol"
     457Delete "$APPDATA\JOSM\plugins\validator\*.*"
     458RMDir "$APPDATA\JOSM\plugins\validator"
    469459Delete "$APPDATA\JOSM\plugins\wmsplugin\*.*"
    470460RMDir "$APPDATA\JOSM\plugins\wmsplugin"
    … …  
    496486  !insertmacro MUI_DESCRIPTION_TEXT ${SecPluginsGroup} $(JOSM_SECDESC_PLUGINS_GROUP)
    497487  !insertmacro MUI_DESCRIPTION_TEXT ${SecOpenStreetBugsPlugin} $(JOSM_SECDESC_OPENSTREETBUGS_PLUGIN)
    498   !insertmacro MUI_DESCRIPTION_TEXT ${SecRemoteControlPlugin} $(JOSM_SECDESC_REMOTECONTROL_PLUGIN)
    499488  !insertmacro MUI_DESCRIPTION_TEXT ${SecTurnrestrictionsPlugin} $(JOSM_SECDESC_TURNRESTRICTIONS_PLUGIN)
    500   !insertmacro MUI_DESCRIPTION_TEXT ${SecWMSPlugin} $(JOSM_SECDESC_WMS_PLUGIN)
     489  !insertmacro MUI_DESCRIPTION_TEXT ${SecWMS} $(JOSM_SECDESC_WMS)
    501490  !insertmacro MUI_DESCRIPTION_TEXT ${SecStartMenu} $(JOSM_SECDESC_STARTMENU)
    502491  !insertmacro MUI_DESCRIPTION_TEXT ${SecDesktopIcon} $(JOSM_SECDESC_DESKTOP_ICON)
Note: See TracChangeset for help on using the changeset viewer.