Changeset 20821 in osm for applications/editors/josm/nsis
- Timestamp:
- 2010-04-07T17:55:03+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r18004 r20821 315 315 316 316 SectionGroup $(JOSM_SEC_PLUGINS_GROUP) SecPluginsGroup 317 318 Section $(JOSM_SEC_AGPIFOJ_PLUGIN) SecAgPifoJPlugin319 ;-------------------------------------------320 SectionIn 1 2321 SetShellVarContext current322 SetOutPath $APPDATA\JOSM\plugins323 File "..\dist\AgPifoJ.jar"324 SectionEnd325 317 326 318 Section $(JOSM_SEC_OPENSTREETBUGS_PLUGIN) SecOpenStreetBugsPlugin … … 415 407 SetShellVarContext current 416 408 !include LogicLib.nsh 417 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" " AgPifoJ;openstreetbugs;remotecontrol;validator;wmsplugin"409 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "openstreetbugs;remotecontrol;validator;wmsplugin" 418 410 SectionEnd 419 411 … … 511 503 !insertmacro MUI_DESCRIPTION_TEXT ${SecJosm} $(JOSM_SECDESC_JOSM) 512 504 !insertmacro MUI_DESCRIPTION_TEXT ${SecPluginsGroup} $(JOSM_SECDESC_PLUGINS_GROUP) 513 !insertmacro MUI_DESCRIPTION_TEXT ${SecAgPifoJPlugin} $(JOSM_SECDESC_AGPIFOJ_PLUGIN)514 505 !insertmacro MUI_DESCRIPTION_TEXT ${SecOpenStreetBugsPlugin} $(JOSM_SECDESC_OPENSTREETBUGS_PLUGIN) 515 506 !insertmacro MUI_DESCRIPTION_TEXT ${SecRemoteControlPlugin} $(JOSM_SECDESC_REMOTECONTROL_PLUGIN)
Note:
See TracChangeset
for help on using the changeset viewer.