Index: /applications/editors/josm/plugins/validator/build.xml
===================================================================
--- /applications/editors/josm/plugins/validator/build.xml	(revision 19484)
+++ /applications/editors/josm/plugins/validator/build.xml	(revision 19485)
@@ -26,6 +26,6 @@
 	  ** update before publishing 
 	-->
-	<property name="commit.message" value="Update to JOSM 2748" />
-	<property name="plugin.main.version" value="2788" />
+	<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/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java
===================================================================
--- /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java	(revision 19484)
+++ /applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/OSMValidatorPlugin.java	(revision 19485)
@@ -34,4 +34,5 @@
 import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
 import org.openstreetmap.josm.plugins.Plugin;
+import org.openstreetmap.josm.plugins.PluginInformation;
 import org.openstreetmap.josm.plugins.validator.tests.Coastlines;
 import org.openstreetmap.josm.plugins.validator.tests.CrossingWays;
@@ -106,5 +107,6 @@
      * Creates the plugin
      */
-    public OSMValidatorPlugin() {
+    public OSMValidatorPlugin(PluginInformation info) {
+    	super(info);
         plugin = this;
         checkPluginDir();
