Index: applications/editors/josm/nsis/josm-setup.sh
===================================================================
--- applications/editors/josm/nsis/josm-setup.sh	(revision 4943)
+++ applications/editors/josm/nsis/josm-setup.sh	(revision 4944)
@@ -27,7 +27,7 @@
 # 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
-#cp ../../plugins/validator/validator.jar .
-wget -N http://personales.ya.com/osmfrsantos/validator/latest/validator.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
 #cp ../../plugins/wmsplugin/wmsplugin.jar .
 wget -N http://chippy2005.googlepages.com/wmsplugin.jar
Index: applications/editors/josm/nsis/josm.nsi
===================================================================
--- applications/editors/josm/nsis/josm.nsi	(revision 4943)
+++ applications/editors/josm/nsis/josm.nsi	(revision 4944)
@@ -433,6 +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,osmarender,wmsplugin,namefinder"
+${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator"
 SectionEnd
 
