Index: /applications/editors/josm/plugins/tageditor/build.xml
===================================================================
--- /applications/editors/josm/plugins/tageditor/build.xml	(revision 18499)
+++ /applications/editors/josm/plugins/tageditor/build.xml	(revision 18500)
@@ -144,4 +144,9 @@
     </target>
 
+	<!--
+	  ** extracts the JOSM release for the JOSM version in ../core and saves it in the 
+	  ** property ${coreversion.info.entry.revision}
+	  **
+	-->
 	<target name="core-info">
         <exec append="false" output="core.info.xml" executable="svn" failifexecutionfails="false">
@@ -158,5 +163,7 @@
 	</target>
 
-	
+	<!--
+	 ** commits the source tree for this plugin
+	-->
 	<target name="commit-current">
 		<echo>Commiting the plugin source with message '${commit.message}' ...</echo>
@@ -169,5 +176,7 @@
 	</target>
 
-	
+	<!--
+	** updates (svn up) the source tree for this plugin
+	-->
 	<target name="update-current">
 		<echo>Updating plugin source ...</echo>
@@ -185,4 +194,7 @@
 	</target>
 	
+	<!--
+	 ** commits the plugin.jar 
+	 -->
 	<target name="commit-dist">
 			<echo>Commiting ${plugin.jar} with message '${commit.message}' ...</echo>
@@ -201,4 +213,10 @@
    	</target>
 	
+	<!--
+	 ** outputs a warning if the JOSM version inserted in the plugin manifest isn't equal to the
+	 ** the JOSM version the plugin was built against. 
+	 **
+	 ** This isn't necessarily an error but it is a sign that something could be wrong.
+	-->
 	<target name="warn-difference-in-josm-version" unless="${difference-in-josm-version}">
 		<echo level="warning">!!!WARNING!!! Plugin-Mainversion is not equal to the JOSM version used in this build. !!!WARNING!!!</echo>
