Index: applications/editors/josm/plugins/FastDraw/build.xml
===================================================================
--- applications/editors/josm/plugins/FastDraw/build.xml	(revision 29435)
+++ applications/editors/josm/plugins/FastDraw/build.xml	(revision 29454)
@@ -30,5 +30,5 @@
 <project name="FastDraw" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="JOSM/FastDraw: allow automatic tag adding (Q) "/>
+    <property name="commit.message" value="JOSM/FastDraw: changed default parameters, fix duplicate point issue, corrected ESC behavior"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
     <property name="plugin.main.version" value="5738"/>
@@ -248,5 +248,4 @@
     <target name="runjosm" depends="install">
         <java jar="${josm}" fork="true">
-            <arg line="../../core/data_nodist/multipolygon.osm"/>
         </java>
     </target>
