Index: /applications/editors/josm/nsis/josm-setup.sh
===================================================================
--- /applications/editors/josm/nsis/josm-setup.sh	(revision 3771)
+++ /applications/editors/josm/nsis/josm-setup.sh	(revision 3772)
@@ -33,4 +33,5 @@
 wget -nc http://chippy2005.googlepages.com/wmsplugin.jar
 wget -nc http://personales.ya.com/frsantos/validator.jar
+wget -nc http://thomas.walraet.net/tways/tways-0.2.jar
 
 cd ..
Index: /applications/editors/josm/nsis/josm.nsi
===================================================================
--- /applications/editors/josm/nsis/josm.nsi	(revision 3771)
+++ /applications/editors/josm/nsis/josm.nsi	(revision 3772)
@@ -406,4 +406,12 @@
 SectionEnd
 
+Section "tways" SecTWaysPlugin
+;-------------------------------------------
+SectionIn 1 2
+SetShellVarContext current
+SetOutPath $APPDATA\JOSM\plugins
+File "downloads\tways-0.2.jar"
+SectionEnd
+
 SectionGroupEnd	; "Plugins"
 
@@ -412,5 +420,5 @@
 ;MessageBox MB_OK "PluginSetting!" IDOK 0
 SetShellVarContext current
-${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator"
+${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "mappaint,osmarender,wmsplugin,namefinder,validator,tways-0.2"
 SectionEnd
 
@@ -476,4 +484,5 @@
 Delete "$APPDATA\JOSM\plugins\namefinder.jar"
 Delete "$APPDATA\JOSM\plugins\validator.jar"
+Delete "$APPDATA\JOSM\plugins\tways-0.2.jar"
 ;Delete "$APPDATA\JOSM\plugins\mappaint\elemstyles.xml"
 RMDir "$APPDATA\JOSM\plugins\osmarender"
@@ -505,4 +514,5 @@
   !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_DESCRIPTION_TEXT ${SecTwaysPlugin} "Mass wayfication of segments."
 !insertmacro MUI_FUNCTION_DESCRIPTION_END
 
