Index: /applications/editors/josm/plugins/tageditor/build.xml
===================================================================
--- /applications/editors/josm/plugins/tageditor/build.xml	(revision 18492)
+++ /applications/editors/josm/plugins/tageditor/build.xml	(revision 18493)
@@ -188,9 +188,12 @@
 			<echo>Commiting ${plugin.jar} with message '${commit.message}' ...</echo>
 			<echo>Plugin-Mainversion is '${plugin.main.version}' ...</echo>
-			<condition property="difference-in-josm-version">
+			<echo>Plugin-Version is ${version.entry.commit.revision} ...</echo>
+			<if>
 				<equals arg1="${plugin.main.version}" arg2="${coreversion.info.entry.revision}" />
-			</condition>
-			<echo>Plugin-Version is ${version.entry.commit.revision} ...</echo>
+				<then></then>
+				<else>				
 			<echo level="warning" if="${difference-in-josm-version}">!!!WARNING!!! Plugin-Mainversion is not equal to the JOSM version used in this build. !!!WARNING!!!</echo>
+				</else>
+			</if>
 		    <exec append="true" output="svn.log" executable="svn" failifexecutionfails="false">
 		                    <env key="LANG" value="C"/>
