Index: applications/editors/josm/plugins/waypoint_search/README
===================================================================
--- applications/editors/josm/plugins/waypoint_search/README	(revision 22661)
+++ applications/editors/josm/plugins/waypoint_search/README	(revision 22663)
@@ -2,3 +2,7 @@
 ======
 
-Readme for your plugin 
+This plugin enables a user to search for waypoint imported from a gpx file.
+After the plugin is installed a new button is presented on the left side of the map window. 
+Pressing this buttons open the search dialog on the right side.
+Click on one of the search results/waypoints to move the map.
+
Index: applications/editors/josm/plugins/waypoint_search/build.xml
===================================================================
--- applications/editors/josm/plugins/waypoint_search/build.xml	(revision 22661)
+++ applications/editors/josm/plugins/waypoint_search/build.xml	(revision 22663)
@@ -100,5 +100,5 @@
     -->
             <manifest>
-                <attribute name="Author" value="Åsmund Realfsen"/>
+                <attribute name="Author" value="Åsmund Realfsen - realfsen at gmx.net"/>
                 <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.waypointSearch.WaypointSearchPlugin"/>
                 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
@@ -121,6 +121,5 @@
 	
 
-    <target name="revision">
-    	
+    <target name="revision">  	
          <exec append="false" output="REVISION" executable="svn" failifexecutionfails="false">
             <env key="LANG" value="C"/>
@@ -130,6 +129,5 @@
         </exec>
         <xmlproperty file="REVISION" prefix="version" keepRoot="false" collapseAttributes="true"/>
-        <delete file="REVISION"/>  
-       	
+        <delete file="REVISION"/>     	
     </target>
 
Index: applications/editors/josm/plugins/waypoint_search/build/README
===================================================================
--- applications/editors/josm/plugins/waypoint_search/build/README	(revision 22661)
+++ applications/editors/josm/plugins/waypoint_search/build/README	(revision 22663)
@@ -2,3 +2,7 @@
 ======
 
-Readme for your plugin 
+This plugin enables a user to search for waypoint imported from a gpx file.
+After the plugin is installed a new button is presented on the left side of the map window. 
+Pressing this buttons open the search dialog on the right side.
+Click on one of the search results/waypoints to move the map.
+
