Index: /applications/editors/josm/plugins/tagging-preset-tester/build.xml
===================================================================
--- /applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 19480)
+++ /applications/editors/josm/plugins/tagging-preset-tester/build.xml	(revision 19481)
@@ -28,6 +28,6 @@
 
 
-	<property name="commit.message" value="Update to JOSM r2690, PropertiesDialog was recently moved" />
-	<property name="plugin.main.version" value="2690" />
+	<property name="commit.message" value="Changed the constructor signature of the plugin main class" />
+	<property name="plugin.main.version" value="2830" />
 
 
Index: /applications/editors/josm/plugins/tagging-preset-tester/src/org/openstreetmap/josm/plugins/taggingpresettester/TaggingPresetTester.java
===================================================================
--- /applications/editors/josm/plugins/tagging-preset-tester/src/org/openstreetmap/josm/plugins/taggingpresettester/TaggingPresetTester.java	(revision 19480)
+++ /applications/editors/josm/plugins/tagging-preset-tester/src/org/openstreetmap/josm/plugins/taggingpresettester/TaggingPresetTester.java	(revision 19481)
@@ -27,4 +27,5 @@
 import org.openstreetmap.josm.data.osm.OsmPrimitive;
 import org.openstreetmap.josm.gui.tagging.TaggingPreset;
+import org.openstreetmap.josm.plugins.PluginInformation;
 import org.xml.sax.SAXException;
 
@@ -76,5 +77,9 @@
         panel.repaint();
     }
-
+   
+    public TaggingPresetTester(PluginInformation info) {
+    	this(new String[]{});
+    }
+    
     public TaggingPresetTester(String[] args) {
         super(tr("Tagging Preset Tester"));
