Index: /applications/nsis/openstreetmap-setup.sh
===================================================================
--- /applications/nsis/openstreetmap-setup.sh	(revision 3242)
+++ /applications/nsis/openstreetmap-setup.sh	(revision 3243)
@@ -3,5 +3,5 @@
 ## settings ##
 
-VERSION=0.0.7
+VERSION=0.0.8
 
 PROGRAM_FILES="/cygdrive/c/Program Files"
@@ -32,4 +32,5 @@
 wget -nc http://www.eigenheimstrasse.de/josm/plugins/annotation-tester.jar
 wget -nc http://chippy2005.googlepages.com/wmsplugin.jar
+wget -nc http://personales.ya.com/frsantos/validator.jar
 
 cd ..
Index: /applications/nsis/openstreetmap.nsi
===================================================================
--- /applications/nsis/openstreetmap.nsi	(revision 3242)
+++ /applications/nsis/openstreetmap.nsi	(revision 3243)
@@ -353,4 +353,5 @@
 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "commandstack.visible" "true"
 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "propertiesdialog.visible" "true"
+${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "validator.visible" "true"
 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "draw.segment.direction" "true"
 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "projection" "org.openstreetmap.josm.data.projection.Epsg4326"
@@ -397,4 +398,12 @@
 SectionEnd
 
+Section "validator" SecValidatorPlugin
+;-------------------------------------------
+SectionIn 1 2
+SetShellVarContext current
+SetOutPath $APPDATA\JOSM\plugins
+File "downloads\validator.jar"
+SectionEnd
+
 SectionGroupEnd	; "Plugins"
 
@@ -403,5 +412,5 @@
 ;MessageBox MB_OK "PluginSetting!" IDOK 0
 SetShellVarContext current
-${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder"
+${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator"
 SectionEnd
 
@@ -466,4 +475,5 @@
 Delete "$APPDATA\JOSM\plugins\mappaint.jar"
 Delete "$APPDATA\JOSM\plugins\namefinder.jar"
+Delete "$APPDATA\JOSM\plugins\validator.jar"
 ;Delete "$APPDATA\JOSM\plugins\mappaint\elemstyles.xml"
 RMDir "$APPDATA\JOSM\plugins\osmarender"
@@ -494,4 +504,5 @@
   !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."
+  !insertmacro MUI_DESCRIPTION_TEXT ${SecValidatorPlugin} "Validates edited data if it conforms to common suggestions."
 !insertmacro MUI_FUNCTION_DESCRIPTION_END
 
