Index: applications/editors/josm/plugins/build.xml
===================================================================
--- applications/editors/josm/plugins/build.xml	(revision 7287)
+++ applications/editors/josm/plugins/build.xml	(revision 7288)
@@ -16,12 +16,13 @@
     <ant	dir="colorscheme"	antfile="build.xml"	target="dist"/>
     <!--ant	dir="duplicateway"	antfile="build.xml"	target="dist"/ code still uses API 0.4 -->
+    <ant	dir="duplicateway"	antfile="build.xml"	target="dist"/>
     <ant	dir="lang"		antfile="build.xml"	target="dist"/>
     <ant	dir="namefinder"	antfile="build.xml"	target="dist"/>
     <ant	dir="nearclick"		antfile="build.xml"	target="dist"/>
-    <ant	dir="openvisible"	antfile="build.xml"	target="dist"/>
+    <!-- ant	dir="openvisible"	antfile="build.xml"    target="dist"/ code doesn't compile here -->
     <ant	dir="osmarender"	antfile="build.xml"	target="dist"/>
     <ant	dir="plastic_laf"	antfile="build.xml"	target="dist"/>
     <ant	dir="slippymap"		antfile="build.xml"	target="dist"/>
-    <ant	dir="tagging-preset-tester"	antfile="build.xml"	target="dist"/>
+    <!-- ant	dir="tagging-preset-tester"	antfile="build.xml"	target="dist"/ code doesn't compile here -->
     <ant	dir="utilsplugin"	antfile="build.xml"	target="dist"/>
     <ant	dir="validator"		antfile="build.xml"	target="dist"/>
@@ -30,5 +31,5 @@
 
     <ant	dir="livegps"		antfile="build.xml"	target="dist"/>
-    <ant	dir="surveyor"		antfile="build.xml"	target="dist"/>
+    <!-- ant	dir="surveyor"		antfile="build.xml"     target="dist"/ -->
   </target>
 
