Index: /applications/editors/josm/plugins/00_plugin_dir_template/README
===================================================================
--- /applications/editors/josm/plugins/00_plugin_dir_template/README	(revision 28742)
+++ /applications/editors/josm/plugins/00_plugin_dir_template/README	(revision 28743)
@@ -2,24 +2,10 @@
 ======
 
-This is the GPSBlam Plugin for JOSM. 
+Readme for your plugin 
 
-For details see http://wiki.openstreetmap.org/wiki/JOSM/Plugins/GPSBlam
-
-License:
-
-GPSBlam JOSM Plugin
- * Copyright (C) 2012 Russell Edwards
-   This program is free software: you can redistribute it and/or modify
-   it under the terms of the GNU General Public License as published by
-   the Free Software Foundation, either version 3 of the License, or
-   (at your option) any later version.
-
-   This program is distributed in the hope that it will be useful,
-   but WITHOUT ANY WARRANTY; without even the implied warranty of
-   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-   GNU General Public License for more details.
-
-   You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-
+    * Plugin author and contact email address.
+    
+    * The license for your plugin source code. If you have no special preferences, 
+      you can pick the license that is used for JOSM ("GPL v2 or later").
+      
+    * Notes for future developers, if needed.
Index: /applications/editors/josm/plugins/00_plugin_dir_template/build.xml
===================================================================
--- /applications/editors/josm/plugins/00_plugin_dir_template/build.xml	(revision 28742)
+++ /applications/editors/josm/plugins/00_plugin_dir_template/build.xml	(revision 28743)
@@ -7,5 +7,5 @@
 ** see README.template
 **
-** Usage 
+** Usage
 ** =====
 ** To build it run
@@ -28,5 +28,5 @@
 **
 -->
-<project name="gpsblam" default="dist" basedir=".">
+<project name="myPluginName" default="dist" basedir=".">
     <!-- enter the SVN commit message -->
     <property name="commit.message" value="Commit message"/>
@@ -94,10 +94,10 @@
             -->
             <manifest>
-                <attribute name="Author" value="Russell Edwards"/>
-                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.gpsblam.GPSBlamPlugin"/>
+                <attribute name="Author" value="..."/>
+                <attribute name="Plugin-Class" value="..."/>
                 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
-                <attribute name="Plugin-Description" value="Analyse a set of GPS points to obtain its centre and direction of spread."/>
-                <attribute name="Plugin-Icon" value="images/mapmode/gpsblam_mode.png"/>
-                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/wiki/JOSM/Plugins"/>
+                <attribute name="Plugin-Description" value="..."/>
+                <attribute name="Plugin-Icon" value="..."/>
+                <attribute name="Plugin-Link" value="..."/>
                 <attribute name="Plugin-Mainversion" value="${plugin.main.version}"/>
                 <attribute name="Plugin-Version" value="${version.entry.commit.revision}"/>
