Index: /applications/editors/josm/plugins/cadastre-fr/build.xml
===================================================================
--- /applications/editors/josm/plugins/cadastre-fr/build.xml	(revision 19423)
+++ /applications/editors/josm/plugins/cadastre-fr/build.xml	(revision 19424)
@@ -33,6 +33,6 @@
 	
 
-    <property name="commit.message" value="Update to JOSM r2748" />		
-    <property name="plugin.main.version" value="2748" />
+	<property name="commit.message" value="Changed constructor for Plugin" />
+	<property name="plugin.main.version" value="2830" />
 	
     <target name="init">
Index: /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
===================================================================
--- /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java	(revision 19423)
+++ /applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java	(revision 19424)
@@ -25,4 +25,5 @@
 import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
 import org.openstreetmap.josm.plugins.Plugin;
+import org.openstreetmap.josm.plugins.PluginInformation;
 import org.openstreetmap.josm.data.projection.*;
 
@@ -130,5 +131,6 @@
      * @throws Exception
      */
-    public CadastrePlugin() throws Exception {
+    public CadastrePlugin(PluginInformation info) throws Exception {
+    	super(info);
         System.out.println("Pluging cadastre-fr v"+VERSION+" started...");
         if (Main.pref.get("cadastrewms.cacheDir").equals(""))
