Changeset 24579 in osm for applications/editors/josm/nsis


Ignore:
Timestamp:
2010-12-04T17:48:33+01:00 (14 years ago)
Author:
bastik
Message:

windows installer: remove validator plugin (integrated in core) and add turnrestrictions plugin

File:
1 edited

Legend:

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

    r23118 r24579  
    323323SectionEnd
    324324
    325 Section $(JOSM_SEC_VALIDATOR_PLUGIN) SecValidatorPlugin
     325Section $(JOSM_SEC_TURNRESTRICTIONS_PLUGIN) SecTurnrestrictionsPlugin
    326326;-------------------------------------------
    327327SectionIn 1 2
    328328SetShellVarContext current
    329329SetOutPath $APPDATA\JOSM\plugins
    330 File "..\dist\validator.jar"
     330File "..\dist\turnrestrictions.jar"
    331331SectionEnd
    332332
     
    399399!include LogicLib.nsh
    400400${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "openstreetbugs
    401 remotecontrol
     401turnrestrictions
    402402validator
    403403wmsplugin"
     
    461461SectionIn 2
    462462SetShellVarContext current
    463 Delete "$APPDATA\JOSM\plugins\agpifoj\*.*"
    464 RMDir "$APPDATA\JOSM\plugins\agpifoj"
     463Delete "$APPDATA\JOSM\plugins\turnrestrictions\*.*"
     464RMDir "$APPDATA\JOSM\plugins\turnrestrictions"
    465465Delete "$APPDATA\JOSM\plugins\openstreetbugs\*.*"
    466466RMDir "$APPDATA\JOSM\plugins\openstreetbugs"
    467467Delete "$APPDATA\JOSM\plugins\remotecontrol\*.*"
    468468RMDir "$APPDATA\JOSM\plugins\remotecontrol"
    469 Delete "$APPDATA\JOSM\plugins\validator\*.*"
    470 RMDir "$APPDATA\JOSM\plugins\validator"
    471469Delete "$APPDATA\JOSM\plugins\wmsplugin\*.*"
    472470RMDir "$APPDATA\JOSM\plugins\wmsplugin"
Note: See TracChangeset for help on using the changeset viewer.