Index: applications/editors/josm/plugins/namefinder/build.xml
===================================================================
--- applications/editors/josm/plugins/namefinder/build.xml	(revision 5197)
+++ applications/editors/josm/plugins/namefinder/build.xml	(revision 6100)
@@ -6,7 +6,7 @@
   <property name="josm"			location="../../core/dist/josm-custom.jar" />
   <property name="plugin.build.dir"	value="build"/>
-  <property name="plugin.dist.dir"	value="../dist"/>
+  <property name="plugin.dist.dir"	value="../../dist"/>
   <property name="plugin.name"		value="${ant.project.name}"/>
-  <property name="plugin.jar"		value="../dist/${plugin.name}.jar"/>
+  <property name="plugin.jar"		value="../../dist/${plugin.name}.jar"/>
 
   <property name="ant.build.javac.target" value="1.5"/>
@@ -49,5 +49,5 @@
   <!-- install target - copy jar file to plugin destination -->
   <target name="install" depends="dist">
-    <copy file="../dist/${ant.project.name}.jar" todir="${josm.home.dir}/plugins" />
+    <copy file="../../dist/${ant.project.name}.jar" todir="${josm.home.dir}/plugins" />
   </target>
   
