Index: trunk/native/windows/josm-setup-unix.sh
===================================================================
--- trunk/native/windows/josm-setup-unix.sh	(revision 16006)
+++ trunk/native/windows/josm-setup-unix.sh	(revision 16239)
@@ -59,6 +59,6 @@
 else
   # no argument: for everyone else
-  svncorerevision=`svnversion -n ..`
-  #svnpluginsrevision=`svnversion -n ../../plugins`
+  svncorerevision=`svnversion -n ../..`
+  #svnpluginsrevision=`svnversion -n ../../../plugins`
   #svnrevision="$svncorerevision-$svnpluginsrevision"
 
@@ -66,5 +66,5 @@
   export VERSION=`echo ${svncorerevision} | sed -e 's/M//g' -e 's/S//g' -e 's/P//g'`
   export JOSM_BUILD="yes"
-  export JOSM_FILE="..\dist\josm-custom.jar"
+  export JOSM_FILE="..\..\dist\josm-custom.jar"
 fi
 
@@ -77,11 +77,11 @@
     (
 	echo "Build the Complete josm Stuff"
-	
+
 	echo "Compile Josm"
-	cd ../core
+	cd ../..
 	ant -q clean
 	ant -q compile || exit -1
 	cd ..
-	
+
 	echo "Compile Josm Plugins"
 	cd plugins
Index: trunk/native/windows/josm.nsi
===================================================================
--- trunk/native/windows/josm.nsi	(revision 16006)
+++ trunk/native/windows/josm.nsi	(revision 16239)
@@ -64,5 +64,5 @@
 
 !insertmacro MUI_PAGE_WELCOME
-!insertmacro MUI_PAGE_LICENSE "..\LICENSE"
+!insertmacro MUI_PAGE_LICENSE "..\..\LICENSE"
 !insertmacro MUI_PAGE_COMPONENTS
 !insertmacro MUI_PAGE_DIRECTORY
@@ -297,5 +297,5 @@
 SetShellVarContext current
 SetOutPath $APPDATA\JOSM\plugins
-File "../../dist/imagery_offset_db.jar"
+File "../../../dist/imagery_offset_db.jar"
 StrCpy $plugins "$plugins<entry value='imagery_offset_db'/>"
 SectionEnd
@@ -306,5 +306,5 @@
 SetShellVarContext current
 SetOutPath $APPDATA\JOSM\plugins
-File "../../dist/turnrestrictions.jar"
+File "../../../dist/turnrestrictions.jar"
 StrCpy $plugins "$plugins<entry value='turnrestrictions'/>"
 SectionEnd
