Changeset 5120 in osm
- Timestamp:
- 2007-10-22T22:17:24+02:00 (18 years ago)
- Location:
- applications/editors/josm/nsis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/nsis/josm-setup.sh
r5059 r5120 27 27 # wget --N http://svn.openstreetmap.org/applications/editors/josm/plugins/namefinder/namefinder.jar 28 28 #cp ../../plugins/osmarender/osmarender.jar . 29 wget -N http://josm.openstreetmap.de/download/plugins/osmarender.jar 29 #wget -N http://josm.openstreetmap.de/download/plugins/osmarender.jar 30 30 cp ../../plugins/validator/validator.jar . 31 31 #wget -N http://personales.ya.com/osmfrsantos/validator/latest/validator.jar -
applications/editors/josm/nsis/josm.nsi
r4945 r5120 323 323 SectionEnd 324 324 325 Section "osmarender" SecOsmarenderPlugin 326 ;------------------------------------------- 327 SectionIn 1 2 328 SetShellVarContext all 329 SetOutPath $APPDATA\JOSM\plugins 330 File "downloads\osmarender.jar" 325 ;Section "osmarender" SecOsmarenderPlugin 326 ;------------------------------------------- 327 ;SectionIn 1 2 328 ;SetShellVarContext all 329 ;SetOutPath $APPDATA\JOSM\plugins 330 ;File "downloads\osmarender.jar" 331 331 ; XXX - should be done inside the plugin and not here! 332 SetShellVarContext current 333 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "osmarender.firefox" "$PROGRAMFILES\Mozilla Firefox\firefox.exe" 334 SectionEnd 332 ;SetShellVarContext current 333 ;${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "osmarender.firefox" "$PROGRAMFILES\Mozilla Firefox\firefox.exe" 334 ;SectionEnd 335 335 336 336 Section "WMS" SecWMSPlugin … … 433 433 ; XXX - should better be handled inside JOSM (recent plugin manager is going in the right direction) 434 434 SetShellVarContext current 435 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint, osmarender,wmsplugin,namefinder,validator"435 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,wmsplugin,namefinder,validator" 436 436 SectionEnd 437 437 … … 449 449 Delete "$INSTDIR\uninstall.exe" 450 450 Delete "$APPDATA\JOSM\plugins\wmsplugin.jar" 451 Delete "$APPDATA\JOSM\plugins\osmarender.jar" 451 ;Delete "$APPDATA\JOSM\plugins\osmarender.jar" 452 452 Delete "$APPDATA\JOSM\plugins\mappaint.jar" 453 453 Delete "$APPDATA\JOSM\plugins\namefinder.jar" … … 500 500 SetShellVarContext current 501 501 Delete "$APPDATA\JOSM\plugins\wmsplugin.jar" 502 Delete "$APPDATA\JOSM\plugins\osmarender.jar" 503 Delete "$APPDATA\JOSM\plugins\osmarender\*.*" 502 ;Delete "$APPDATA\JOSM\plugins\osmarender.jar" 503 ;Delete "$APPDATA\JOSM\plugins\osmarender\*.*" 504 504 Delete "$APPDATA\JOSM\plugins\mappaint.jar" 505 505 Delete "$APPDATA\JOSM\plugins\namefinder.jar" 506 506 Delete "$APPDATA\JOSM\plugins\validator\*.*" 507 507 Delete "$APPDATA\JOSM\plugins\validator.jar" 508 RMDir "$APPDATA\JOSM\plugins\osmarender" 508 ;RMDir "$APPDATA\JOSM\plugins\osmarender" 509 509 RMDir "$APPDATA\JOSM\plugins\validator" 510 510 RMDir "$APPDATA\JOSM\plugins" … … 530 530 !insertmacro MUI_DESCRIPTION_TEXT ${SecPluginsGroup} "An assortment of useful JOSM plugins." 531 531 !insertmacro MUI_DESCRIPTION_TEXT ${SecMappaintPlugin} "An alternative renderer for the map with colouring, line thickness, icons after tags." 532 !insertmacro MUI_DESCRIPTION_TEXT ${SecOsmarenderPlugin} "Displays the current screen as nicely rendered SVG graphics in FireFox." 532 ; !insertmacro MUI_DESCRIPTION_TEXT ${SecOsmarenderPlugin} "Displays the current screen as nicely rendered SVG graphics in FireFox." 533 533 !insertmacro MUI_DESCRIPTION_TEXT ${SecWMSPlugin} "Display background images from Web Map Service (WMS) sources." 534 534 !insertmacro MUI_DESCRIPTION_TEXT ${SecNamefinderPlugin} "Add a 'Find places by their name' tab to the download dialog."
Note:
See TracChangeset
for help on using the changeset viewer.