Index: applications/editors/josm/plugins/build.xml
===================================================================
--- applications/editors/josm/plugins/build.xml	(revision 12327)
+++ applications/editors/josm/plugins/build.xml	(revision 12588)
@@ -16,7 +16,7 @@
     <ant	dir="agpifoj"		antfile="build.xml"	target="dist"/>
     <ant	dir="colorscheme"	antfile="build.xml"	target="dist"/>
-    <ant	dir="duplicateway"	antfile="build.xml"	target="dist"/>
     <ant	dir="DirectUpload"	antfile="build.xml"	target="dist"/>
     <ant	dir="globalsat"		antfile="build.xml"	target="dist"/>
+    <ant	dir="imagewaypoint"	antfile="build.xml"	target="dist"/>
     <ant	dir="lakewalker"	antfile="build.xml"	target="dist"/>
     <ant	dir="livegps"		antfile="build.xml"	target="dist"/>
@@ -28,4 +28,5 @@
     <ant	dir="plastic_laf"	antfile="build.xml"	target="dist"/>
     <ant	dir="pluginmanager"	antfile="build.xml"	target="dist"/> 
+    <ant	dir="remotecontrol"	antfile="build.xml"	target="dist"/> 
     <ant	dir="slippymap"		antfile="build.xml"	target="dist"/>
     <ant	dir="slippy_map_chooser"	antfile="build.xml"	target="dist"/>
@@ -39,4 +40,5 @@
 
   <target name="build_defect" depends="compile">
+    <ant	dir="duplicateway"	antfile="build.xml"	target="dist"/>
     <ant	dir="grid"		antfile="build.xml"	target="dist"/>
     <ant	dir="navigator"		antfile="build.xml"	target="dist"/>
@@ -49,4 +51,5 @@
     <ant	dir="globalsat"		antfile="build.xml"	target="clean"/>
     <ant	dir="grid"		antfile="build.xml"	target="clean"/>
+    <ant	dir="imagewaypoint"	antfile="build.xml"	target="clean"/>
     <ant	dir="lakewalker"	antfile="build.xml"	target="clean"/>
     <ant	dir="livegps"		antfile="build.xml"	target="clean"/>
@@ -59,4 +62,5 @@
     <ant	dir="plastic_laf"	antfile="build.xml"	target="clean"/>
     <ant	dir="pluginmanager"	antfile="build.xml"	target="clean"/>
+    <ant	dir="remotecontrol"	antfile="build.xml"	target="clean"/> 
     <ant	dir="slippymap"		antfile="build.xml"	target="clean"/>
     <ant	dir="slippy_map_chooser"	antfile="build.xml"	target="clean"/>
