Index: /applications/editors/josm/plugins/cadastre-fr/build.xml
===================================================================
--- /applications/editors/josm/plugins/cadastre-fr/build.xml	(revision 29916)
+++ /applications/editors/josm/plugins/cadastre-fr/build.xml	(revision 29917)
@@ -20,6 +20,6 @@
     <import file="../build-common.xml"/>
 
-    <property name="jts" location="../../dist/jts.jar"/>
-    <property name="geotools" location="../../dist/geotools.jar"/>
+    <property name="jts" location="${plugin.dist.dir}/jts.jar"/>
+    <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
 
     <!--
Index: /applications/editors/josm/plugins/opendata/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/build.xml	(revision 29916)
+++ /applications/editors/josm/plugins/opendata/build.xml	(revision 29917)
@@ -12,6 +12,6 @@
     <import file="../build-common.xml"/>
 	
-    <property name="jts" location="../../dist/jts.jar"/>
-    <property name="geotools" location="../../dist/geotools.jar"/>
+    <property name="jts" location="${plugin.dist.dir}/jts.jar"/>
+    <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
 	
     <!--
