Index: /applications/editors/josm/plugins/tagging-preset-tester/build.xml
===================================================================
--- /applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 32525)
+++ /applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 32526)
@@ -11,5 +11,5 @@
     -->
     <property name="plugin.author" value="Imi"/>
-    <property name="plugin.class" value="org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTester"/>
+    <property name="plugin.class" value="org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTesterAction"/>
     <property name="plugin.description" value="Adds a tagging preset tester to the windows menu, which helps you developing of tagging presets (quick preview of the dialog that will popup). You can start the jar-file as standalone as well."/>
     <property name="plugin.icon" value="images/tagging-preset-tester.png"/>
@@ -21,4 +21,9 @@
     <!-- ** include targets that all plugins have in common ** -->
     <import file="../build-common.xml"/>
-  
+
+    <target name="additional-manifest">
+        <manifest file="MANIFEST" mode="update">
+            <attribute name="Main-Class" value="org.openstreetmap.josm.plugins.taggingpresettester.TaggingPresetTester"/>
+        </manifest>
+    </target>
 </project>
