Changeset 27251 in osm for applications/editors
- Timestamp:
- 2011-12-16T13:37:22+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm.nsi
r27246 r27251 29 29 XPStyle on 30 30 31 31 Var /GLOBAL plugins 32 32 33 33 ; ============================================================================ … … 295 295 SectionEnd 296 296 297 298 297 SectionGroup $(JOSM_SEC_PLUGINS_GROUP) SecPluginsGroup 299 298 … … 304 303 SetOutPath $APPDATA\JOSM\plugins 305 304 File "..\dist\openstreetbugs.jar" 305 StrCpy $plugins "$plugins<entry value='openstreetbugs'/>" 306 306 SectionEnd 307 307 … … 312 312 SetOutPath $APPDATA\JOSM\plugins 313 313 File "..\dist\turnrestrictions.jar" 314 StrCpy $plugins "$plugins<entry value='turnrestrictions'/>" 314 315 SectionEnd 315 316 … … 382 383 IfFileExists "$APPDATA\JOSM\preferences.xml" settings_exists 383 384 FileOpen $R0 "$APPDATA\JOSM\preferences.xml" w 384 FileWrite $R0 "<?xml version='1.0' encoding='UTF-8'?><preferences xmlns='http://josm.openstreetmap.de/preferences-1.0' version='4660'><list key='plugins'> <entry value='openstreetbugs'/><entry value='turnrestrictions'/></list></preferences>"385 FileWrite $R0 "<?xml version='1.0' encoding='UTF-8'?><preferences xmlns='http://josm.openstreetmap.de/preferences-1.0' version='4660'><list key='plugins'>$plugins</list></preferences>" 385 386 FileClose $R0 386 387 settings_exists:
Note:
See TracChangeset
for help on using the changeset viewer.