Index: applications/editors/josm/plugins/tageditor/build.xml
===================================================================
--- applications/editors/josm/plugins/tageditor/build.xml	(revision 16852)
+++ applications/editors/josm/plugins/tageditor/build.xml	(revision 16853)
@@ -153,4 +153,5 @@
 	
 	<target name="commit-current">
+		<echo>Commiting the plugin source ...</echo>
 	    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
 	                    <env key="LANG" value="C"/>
@@ -178,5 +179,5 @@
 	
 	<target name="commit-dist">
-			<echo>Commiting basedir ...</echo>
+			<echo>Commiting ../dist/${plugin.jar} ...</echo>
 		    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
 		                    <env key="LANG" value="C"/>
