Index: applications/editors/josm/plugins/undelete/build.xml
===================================================================
--- applications/editors/josm/plugins/undelete/build.xml	(revision 22364)
+++ applications/editors/josm/plugins/undelete/build.xml	(revision 22365)
@@ -31,5 +31,5 @@
 
 	<!-- enter the SVN commit message -->
-	<property name="commit.message" value="Changed the constructor signature of the plugin main class" />
+	<property name="commit.message" value="fix main class" />
 	<!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
 	<property name="plugin.main.version" value="2830" />
@@ -97,5 +97,5 @@
 			<manifest>
 				<attribute name="Author" value="Nakor"/>
-				<attribute name="Plugin-Class" value="Undelete.Undelete"/>
+				<attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.undelete.Undelete"/>
 				<attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
 				<attribute name="Plugin-Description" value="Allows undeleting object from OSM database"/>
