Index: applications/editors/josm/plugins/measurement/build.xml
===================================================================
--- applications/editors/josm/plugins/measurement/build.xml	(revision 10379)
+++ applications/editors/josm/plugins/measurement/build.xml	(revision 10410)
@@ -1,6 +1,6 @@
-<project name="measurement" default="build" basedir=".">
+<project name="measurement" default="dist" basedir=".">
 
 	<!-- point to your JOSM directory -->
-	<property name="josm" location="../../../core/dist/josm-custom.jar" />
+	<property name="josm" location="../../core/dist/josm-custom.jar" />
 
 
@@ -16,5 +16,5 @@
 	</target>
 
-	<target name="build" depends="compile">
+	<target name="dist" depends="compile">
 		<copy todir="build/images" >
 			<fileset dir="images" />
@@ -36,5 +36,5 @@
 	</target>
 
-	<target name="install" depends="build">
+	<target name="install" depends="dist">
 		<copy file="dist/measurement.jar" todir="${user.home}/.josm/plugins"/>
 	</target>
