Index: applications/editors/josm/plugins/restart/build.xml
===================================================================
--- applications/editors/josm/plugins/00_plugin_dir_template/build.xml	(revision 23263)
+++ applications/editors/josm/plugins/restart/build.xml	(revision 24193)
@@ -28,5 +28,5 @@
 **
 -->
-<project name="myPluginName" default="dist" basedir=".">
+<project name="restart" default="dist" basedir=".">
 
     <!-- enter the SVN commit message -->
@@ -100,10 +100,10 @@
     -->
             <manifest>
-                <attribute name="Author" value="..."/>
-                <attribute name="Plugin-Class" value="..."/>
+                <attribute name="Author" value="Upliner"/>
+                <attribute name="Plugin-Class" value="josmrestartplugin.RestartPlugin"/>
                 <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
-                <attribute name="Plugin-Description" value="..."/>
-                <attribute name="Plugin-Icon" value="..."/>
-                <attribute name="Plugin-Link" value="..."/>
+                <attribute name="Plugin-Description" value="Adds &quot;Restart JOSM&quot; item to File menu."/>
+                <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}"/>
