Ignore:
Timestamp:
2010-01-13T14:16:11+01:00 (15 years ago)
Author:
guggis
Message:

'Changed constructor for Plugin'

Location:
applications/editors/josm/plugins/cadastre-fr
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/build.xml

    r19288 r19424  
    3333       
    3434
    35     <property name="commit.message" value="Update to JOSM r2748" />             
    36     <property name="plugin.main.version" value="2748" />
     35        <property name="commit.message" value="Changed constructor for Plugin" />
     36        <property name="plugin.main.version" value="2830" />
    3737       
    3838    <target name="init">
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java

    r19371 r19424  
    2525import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
    2626import org.openstreetmap.josm.plugins.Plugin;
     27import org.openstreetmap.josm.plugins.PluginInformation;
    2728import org.openstreetmap.josm.data.projection.*;
    2829
     
    130131     * @throws Exception
    131132     */
    132     public CadastrePlugin() throws Exception {
     133    public CadastrePlugin(PluginInformation info) throws Exception {
     134        super(info);
    133135        System.out.println("Pluging cadastre-fr v"+VERSION+" started...");
    134136        if (Main.pref.get("cadastrewms.cacheDir").equals(""))
Note: See TracChangeset for help on using the changeset viewer.