Index: /applications/editors/josm/nsis/josm-setup.sh
===================================================================
--- /applications/editors/josm/nsis/josm-setup.sh	(revision 5119)
+++ /applications/editors/josm/nsis/josm-setup.sh	(revision 5120)
@@ -27,5 +27,5 @@
 # wget --N http://svn.openstreetmap.org/applications/editors/josm/plugins/namefinder/namefinder.jar
 #cp ../../plugins/osmarender/osmarender.jar .
-wget -N http://josm.openstreetmap.de/download/plugins/osmarender.jar
+#wget -N http://josm.openstreetmap.de/download/plugins/osmarender.jar
 cp ../../plugins/validator/validator.jar .
 #wget -N http://personales.ya.com/osmfrsantos/validator/latest/validator.jar
Index: /applications/editors/josm/nsis/josm.nsi
===================================================================
--- /applications/editors/josm/nsis/josm.nsi	(revision 5119)
+++ /applications/editors/josm/nsis/josm.nsi	(revision 5120)
@@ -323,14 +323,14 @@
 SectionEnd
 
-Section "osmarender" SecOsmarenderPlugin
-;-------------------------------------------
-SectionIn 1 2
-SetShellVarContext all
-SetOutPath $APPDATA\JOSM\plugins
-File "downloads\osmarender.jar"
+;Section "osmarender" SecOsmarenderPlugin
+;-------------------------------------------
+;SectionIn 1 2
+;SetShellVarContext all
+;SetOutPath $APPDATA\JOSM\plugins
+;File "downloads\osmarender.jar"
 ; XXX - should be done inside the plugin and not here!
-SetShellVarContext current
-${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "osmarender.firefox" "$PROGRAMFILES\Mozilla Firefox\firefox.exe"
-SectionEnd
+;SetShellVarContext current
+;${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "osmarender.firefox" "$PROGRAMFILES\Mozilla Firefox\firefox.exe"
+;SectionEnd
 
 Section "WMS" SecWMSPlugin
@@ -433,5 +433,5 @@
 ; XXX - should better be handled inside JOSM (recent plugin manager is going in the right direction)
 SetShellVarContext current
-${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator"
+${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,wmsplugin,namefinder,validator"
 SectionEnd
 
@@ -449,5 +449,5 @@
 Delete "$INSTDIR\uninstall.exe"
 Delete "$APPDATA\JOSM\plugins\wmsplugin.jar"
-Delete "$APPDATA\JOSM\plugins\osmarender.jar"
+;Delete "$APPDATA\JOSM\plugins\osmarender.jar"
 Delete "$APPDATA\JOSM\plugins\mappaint.jar"
 Delete "$APPDATA\JOSM\plugins\namefinder.jar"
@@ -500,11 +500,11 @@
 SetShellVarContext current
 Delete "$APPDATA\JOSM\plugins\wmsplugin.jar"
-Delete "$APPDATA\JOSM\plugins\osmarender.jar"
-Delete "$APPDATA\JOSM\plugins\osmarender\*.*"
+;Delete "$APPDATA\JOSM\plugins\osmarender.jar"
+;Delete "$APPDATA\JOSM\plugins\osmarender\*.*"
 Delete "$APPDATA\JOSM\plugins\mappaint.jar"
 Delete "$APPDATA\JOSM\plugins\namefinder.jar"
 Delete "$APPDATA\JOSM\plugins\validator\*.*"
 Delete "$APPDATA\JOSM\plugins\validator.jar"
-RMDir "$APPDATA\JOSM\plugins\osmarender"
+;RMDir "$APPDATA\JOSM\plugins\osmarender"
 RMDir "$APPDATA\JOSM\plugins\validator"
 RMDir "$APPDATA\JOSM\plugins"
@@ -530,5 +530,5 @@
   !insertmacro MUI_DESCRIPTION_TEXT ${SecPluginsGroup} "An assortment of useful JOSM plugins."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecMappaintPlugin} "An alternative renderer for the map with colouring, line thickness, icons after tags."
-  !insertmacro MUI_DESCRIPTION_TEXT ${SecOsmarenderPlugin} "Displays the current screen as nicely rendered SVG graphics in FireFox."
+;  !insertmacro MUI_DESCRIPTION_TEXT ${SecOsmarenderPlugin} "Displays the current screen as nicely rendered SVG graphics in FireFox."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecWMSPlugin} "Display background images from Web Map Service (WMS) sources."
   !insertmacro MUI_DESCRIPTION_TEXT ${SecNamefinderPlugin} "Add a 'Find places by their name' tab to the download dialog."
