Index: /applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml	(revision 29014)
+++ /applications/editors/josm/plugins/opendata/modules/fr.paris/build.xml	(revision 29015)
@@ -30,4 +30,6 @@
     <property name="plugin.dist.dir" value="../../../../dist"/>
     <property name="opendata" location="${plugin.dist.dir}/opendata.jar"/>
+    <property name="jts" location="../../../../dist/jts.jar"/>
+    <property name="geotools" location="../../../../dist/geotools.jar"/>
     <property name="module.build.dir" value="build"/>
     <property name="module.src.dir" value="src"/>
@@ -64,4 +66,6 @@
                 <pathelement location="${josm}"/>
                 <pathelement location="${opendata}"/>
+                <pathelement location="${jts}"/>
+                <pathelement location="${geotools}"/>
             </classpath>
             <compilerarg value="-Xlint:deprecation"/>
