Index: applications/editors/josm/plugins/reltoolbox/build.xml
===================================================================
--- applications/editors/josm/plugins/reltoolbox/build.xml	(revision 27852)
+++ applications/editors/josm/plugins/reltoolbox/build.xml	(revision 27927)
@@ -30,7 +30,7 @@
 <project name="reltoolbox" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
-    <property name="commit.message" value="RelToolbox"/>
+    <property name="commit.message" value="RelToolbox: fix redifinition warnings"/>
     <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
-    <property name="plugin.main.version" value="4980"/>
+    <property name="plugin.main.version" value="5018"/>
     <!--
       ************************************************
@@ -243,3 +243,9 @@
     <target name="publish" depends="ensure-svn-present,core-info,commit-current,update-current,clean,dist,commit-dist">
     </target>
+    <target name="runjosm" depends="install">
+        <java jar="${josm}" fork="true">
+            <arg line="e:/test.osm"/>
+        </java>
+    </target>
+    
 </project>
