Index: /applications/editors/josm/plugins/build.xml
===================================================================
--- /applications/editors/josm/plugins/build.xml	(revision 23187)
+++ /applications/editors/josm/plugins/build.xml	(revision 23188)
@@ -23,4 +23,5 @@
         <ant antfile="build.xml" target="dist" dir="graphview"/>
         <ant antfile="build.xml" target="dist" dir="imagewaypoint"/>
+        <ant antfile="build.xml" target="dist" dir="ImportImagePlugin"/>
         <ant antfile="build.xml" target="dist" dir="lakewalker"/>
         <ant antfile="build.xml" target="dist" dir="livegps"/>
@@ -63,4 +64,6 @@
         <ant antfile="build.xml" target="dist" dir="wmsplugin"/>
         <ant antfile="build.xml" target="dist" dir="wms-turbo-challenge2"/>
+        <!-- behind wms plugin! -->
+        <ant antfile="build.xml" target="dist" dir="irsrectify"/>
     </target>
     <target name="build_defect" depends="compile">
@@ -86,4 +89,6 @@
         <ant antfile="build.xml" target="clean" dir="grid"/>
         <ant antfile="build.xml" target="clean" dir="imagewaypoint"/>
+        <ant antfile="build.xml" target="clean" dir="ImportImagePlugin"/>
+        <ant antfile="build.xml" target="clean" dir="irsrectify"/>
         <ant antfile="build.xml" target="clean" dir="lakewalker"/>
         <ant antfile="build.xml" target="clean" dir="livegps"/>
Index: /applications/editors/josm/plugins/irsrectify/build.xml
===================================================================
--- /applications/editors/josm/plugins/irsrectify/build.xml	(revision 23187)
+++ /applications/editors/josm/plugins/irsrectify/build.xml	(revision 23188)
@@ -40,5 +40,5 @@
       ** should not be necessary to change the following properties
      -->
-    <property name="josm"                   location="../../josm-latest.jar"/>
+    <property name="josm"                   location="../../core/dist/josm-custom.jar" />
     <property name="plugin.build.dir"       value="build"/>
     <property name="plugin.src.dir"         value="src"/>
