Index: /applications/editors/josm/plugins/nearclick/build.xml
===================================================================
--- /applications/editors/josm/plugins/nearclick/build.xml	(revision 12780)
+++ /applications/editors/josm/plugins/nearclick/build.xml	(revision 12781)
@@ -10,5 +10,4 @@
 <!-- There's no josm.jar in the svn, so point "josm" to a local copy of your JOSM binary -->
     <property name="josm" location="../../core/dist/josm-custom.jar" />
-<!--<property name="josm" location="../josm/josm-latest.jar" ></property>-->
 <!-- target directory to place the plugin in -->
 <!-- Windows has a different home directory scheme then unix/linux -->
@@ -20,5 +19,4 @@
     <target name="init">
         <mkdir dir="build"></mkdir>
-        <mkdir dir="dist"></mkdir>
     </target>
     <target name="compile" depends="init">
Index: /applications/editors/josm/plugins/plastic_laf/build.xml
===================================================================
--- /applications/editors/josm/plugins/plastic_laf/build.xml	(revision 12780)
+++ /applications/editors/josm/plugins/plastic_laf/build.xml	(revision 12781)
@@ -11,5 +11,4 @@
     <target name="dist">
         <echo message="creating ${plugin.jar}"/>
-        <mkdir dir="dist"></mkdir>
         <unjar dest="${plugin.build.dir}" src="lib/looks-2.0.4.jar" />
         <javac srcdir="src" destdir="${plugin.build.dir}">
Index: /applications/editors/josm/plugins/tagging-preset-tester/build.xml
===================================================================
--- /applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 12780)
+++ /applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 12781)
@@ -17,5 +17,4 @@
     </target>
     <target name="dist" depends="compile">
-        <mkdir dir="dist"/>
         <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
             <env key="LANG" value="C"/>
Index: /applications/editors/josm/plugins/waypoints/build.xml
===================================================================
--- /applications/editors/josm/plugins/waypoints/build.xml	(revision 12780)
+++ /applications/editors/josm/plugins/waypoints/build.xml	(revision 12781)
@@ -13,5 +13,4 @@
     <target name="init">
         <mkdir dir="build"></mkdir>
-        <mkdir dir="dist"></mkdir>
     </target>
     <target name="compile" depends="init">
@@ -46,6 +45,3 @@
         <delete file="${plugin.jar}" />
     </target>
-    <target name="install" depends="dist">
-        <copy file="dist/waypoints.jar" todir="${user.home}/.josm/plugins"/>
-    </target>
 </project>
Index: /applications/editors/josm/plugins/wmsplugin/build.xml
===================================================================
--- /applications/editors/josm/plugins/wmsplugin/build.xml	(revision 12780)
+++ /applications/editors/josm/plugins/wmsplugin/build.xml	(revision 12781)
@@ -18,5 +18,4 @@
     <target name="init">
         <mkdir dir="build"></mkdir>
-        <mkdir dir="dist"></mkdir>
     </target>
     <target name="compile" depends="init">
