Index: applications/editors/josm/plugins/geotools/.classpath
===================================================================
--- applications/editors/josm/plugins/geotools/.classpath	(revision 31752)
+++ applications/editors/josm/plugins/geotools/.classpath	(revision 31755)
@@ -6,5 +6,4 @@
 	<classpathentry exported="true" kind="lib" path="lib/commons-beanutils-1.7.0.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/commons-pool-1.5.4.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/core-0.26.jar"/>
 	<classpathentry exported="true" kind="lib" path="lib/gt-api-14.0.jar">
 		<attributes>
Index: applications/editors/josm/plugins/geotools/build.xml
===================================================================
--- applications/editors/josm/plugins/geotools/build.xml	(revision 31752)
+++ applications/editors/josm/plugins/geotools/build.xml	(revision 31755)
@@ -11,10 +11,15 @@
     <property name="plugin.icon" value="images/compass.png"/>
     <property name="plugin.canloadatruntime" value="true"/>
-    <property name="plugin.requires" value="jts"/>
+    <property name="plugin.requires" value="jts;ejml"/>
     <property name="plugin.stage" value="20"/>
 
     <!-- ** include targets that all plugins have in common ** -->
     <import file="../build-common.xml"/>
-    
+
+	<fileset id="plugin.requires.jars" dir="${plugin.dist.dir}">
+        <include name="jts.jar"/>
+        <include name="ejml.jar"/>
+    </fileset>
+
     <!--
     **********************************************************
