Index: applications/editors/josm/plugins/build.xml
===================================================================
--- applications/editors/josm/plugins/build.xml	(revision 9245)
+++ applications/editors/josm/plugins/build.xml	(revision 9274)
@@ -16,5 +16,7 @@
     <ant	dir="colorscheme"	antfile="build.xml"	target="dist"/>
     <ant	dir="duplicateway"	antfile="build.xml"	target="dist"/>
+    <ant	dir="lakewalker"	antfile="build.xml"	target="dist"/>
     <ant	dir="lang"		antfile="build.xml"	target="dist"/>
+    <ant	dir="livegps"		antfile="build.xml"	target="dist"/>
     <ant	dir="namefinder"	antfile="build.xml"	target="dist"/>
     <ant	dir="nearclick"		antfile="build.xml"	target="dist"/>
@@ -27,16 +29,13 @@
     <ant	dir="wmsplugin"		antfile="build.xml"	target="dist"/>
     <ant	dir="ywms"		antfile="build.xml"	target="dist"/>
-
-    <ant	dir="livegps"		antfile="build.xml"	target="dist"/>
   </target>
 
   <target name="build_defect" depends="compile">
-    <ant	dir="lakewalker"	antfile="build.xml"	target="dist"/>
+    <ant	dir="grid"		antfile="build.xml"	target="dist"/>
     <ant	dir="navigator"		antfile="build.xml"	target="dist"/>
     <ant	dir="pluginmanager"	antfile="build.xml"	target="dist"/> 
+    <ant	dir="surveyor"		antfile="build.xml"     target="dist"/>
     <ant	dir="tagging-preset-tester"	antfile="build.xml"	target="dist"/>
     <ant	dir="waypoints"		antfile="build.xml"	target="dist"/>
-    <ant	dir="grid"		antfile="build.xml"	target="dist"/>
-    <ant	dir="surveyor"		antfile="build.xml"     target="dist"/>
   </target>
 
@@ -47,4 +46,5 @@
     <ant	dir="lakewalker"	antfile="build.xml"	target="clean"/>
     <ant	dir="lang"		antfile="build.xml"	target="clean"/>
+    <ant	dir="livegps"		antfile="build.xml"	target="clean"/>
     <ant	dir="namefinder"	antfile="build.xml"	target="clean"/>
     <ant	dir="navigator"		antfile="build.xml"	target="clean"/>
@@ -55,4 +55,5 @@
     <ant	dir="pluginmanager"	antfile="build.xml"	target="clean"/>
     <ant	dir="slippymap"		antfile="build.xml"	target="clean"/>
+    <ant	dir="surveyor"		antfile="build.xml"	target="clean"/>
     <ant	dir="tagging-preset-tester"	antfile="build.xml"	target="clean"/>
     <ant	dir="utilsplugin"	antfile="build.xml"	target="clean"/>
@@ -61,7 +62,4 @@
     <ant	dir="wmsplugin"		antfile="build.xml"	target="clean"/>
     <ant	dir="ywms"		antfile="build.xml"	target="clean"/>
-
-    <ant	dir="surveyor"		antfile="build.xml"	target="clean"/>
-    <ant	dir="livegps"		antfile="build.xml"	target="clean"/>
   </target>
 
