Index: /applications/editors/josm/debian/changelog
===================================================================
--- /applications/editors/josm/debian/changelog	(revision 6100)
+++ /applications/editors/josm/debian/changelog	(revision 6101)
@@ -1,3 +1,3 @@
-openstreetmap-josm (4365205) unstable; urgency=low
+openstreetmap-josm (4926078) unstable; urgency=low
 
   * Initial Version
Index: /applications/editors/josm/debian/files
===================================================================
--- /applications/editors/josm/debian/files	(revision 6100)
+++ /applications/editors/josm/debian/files	(revision 6101)
@@ -1,1 +1,1 @@
-openstreetmap-josm_4365205_all.deb utils optional
+openstreetmap-josm_4926078_all.deb utils optional
Index: /applications/editors/josm/debian/make_install_files.sh
===================================================================
--- /applications/editors/josm/debian/make_install_files.sh	(revision 6100)
+++ /applications/editors/josm/debian/make_install_files.sh	(revision 6101)
@@ -51,5 +51,5 @@
 cp ./core/dist/josm-custom.jar $jar_path/josm.jar || exit -1
 
-plugin_jars=`find plugins -name "*.jar"`
+plugin_jars=`find dist -name "*.jar"`
 for src_fn in $plugin_jars ; do 
     fn="`basename ${src_fn}`"
Index: /applications/editors/josm/nsis/josm.nsi
===================================================================
--- /applications/editors/josm/nsis/josm.nsi	(revision 6100)
+++ /applications/editors/josm/nsis/josm.nsi	(revision 6101)
@@ -360,5 +360,5 @@
 SetShellVarContext all
 SetOutPath $APPDATA\JOSM\plugins
-File "..\plugins\dist\wmsplugin.jar"
+File "..\dist\wmsplugin.jar"
 SectionEnd
 
@@ -368,5 +368,5 @@
 SetShellVarContext all
 SetOutPath $APPDATA\JOSM\plugins
-File "..\plugins\dist\namefinder.jar"
+File "..\dist\namefinder.jar"
 SectionEnd
 
@@ -376,5 +376,5 @@
 SetShellVarContext all
 SetOutPath $APPDATA\JOSM\plugins
-File "..\plugins\dist\validator.jar"
+File "..\dist\validator.jar"
 SectionEnd
 
@@ -457,5 +457,5 @@
 ${Switch} $LANGUAGE
 ${Case} ${LANG_GERMAN}
-File "..\plugins\dist\lang-de.jar"
+File "..\dist\lang-de.jar"
 ${WriteINIStrNS} $R0 "$APPDATA\JOSM\preferences" "plugins" "wmsplugin,namefinder,validator,lang-de"
 ${Break}
