Index: /applications/editors/josm/plugins/opendata/build.xml
===================================================================
--- /applications/editors/josm/plugins/opendata/build.xml	(revision 31765)
+++ /applications/editors/josm/plugins/opendata/build.xml	(revision 31766)
@@ -8,5 +8,5 @@
     <property name="plugin.canloadatruntime" value="true"/>
     <property name="plugin.link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins/OpenData"/>
-    <property name="plugin.requires" value="apache-commons;jts;geotools;utilsplugin2"/>
+    <property name="plugin.requires" value="apache-commons;jts;ejml;geotools;utilsplugin2"/>
 
     <!-- ** include targets that all plugins have in common ** -->
@@ -16,4 +16,5 @@
         <include name="apache-commons.jar"/>
         <include name="jts.jar"/>
+        <include name="ejml.jar"/>
         <include name="geotools.jar"/>
         <include name="opendata.jar"/>
@@ -22,4 +23,5 @@
     <property name="apache-commons" location="${plugin.dist.dir}/apache-commons.jar"/>
     <property name="jts" location="${plugin.dist.dir}/jts.jar"/>
+    <property name="ejml" location="${plugin.dist.dir}/ejml.jar"/>
     <property name="geotools" location="${plugin.dist.dir}/geotools.jar"/>
     
@@ -87,4 +89,5 @@
                 <pathelement location="${apache-commons}"/>
                 <pathelement location="${jts}"/>
+                <pathelement location="${ejml}"/>
                 <pathelement location="${geotools}"/>
             </classpath>
