Index: /applications/editors/josm/plugins/validator/build.xml
===================================================================
--- /applications/editors/josm/plugins/validator/build.xml	(revision 18523)
+++ /applications/editors/josm/plugins/validator/build.xml	(revision 18524)
@@ -26,5 +26,5 @@
 	  ** update before publishing 
 	-->
-	<property name="commit.message" value="Updating to JOSM 2414" />		
+	<property name="commit.message" value="Updated build.xml" />		
 	<property name="plugin.main.version" value="2414" />
 		
@@ -113,6 +113,6 @@
 		    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
 		                    <env key="LANG" value="C"/>
-		                    <arg value="commit"/>
-		                    <arg value="-m '${commit.message}'"/>
+			                <arg value="-m '${commit.message}'"/>
+		    				<arg value="commit"/>
 		                    <arg value="."/>
 		    </exec>	    
