Changeset 19424 in osm for applications/editors/josm/plugins/cadastre-fr/src
- Timestamp:
- 2010-01-13T14:16:11+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CadastrePlugin.java
r19371 r19424 25 25 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 26 26 import org.openstreetmap.josm.plugins.Plugin; 27 import org.openstreetmap.josm.plugins.PluginInformation; 27 28 import org.openstreetmap.josm.data.projection.*; 28 29 … … 130 131 * @throws Exception 131 132 */ 132 public CadastrePlugin() throws Exception { 133 public CadastrePlugin(PluginInformation info) throws Exception { 134 super(info); 133 135 System.out.println("Pluging cadastre-fr v"+VERSION+" started..."); 134 136 if (Main.pref.get("cadastrewms.cacheDir").equals(""))
Note:
See TracChangeset
for help on using the changeset viewer.
