Changeset 19621 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-01-25T19:54:56+01:00 (15 years ago)
Author:
jttt
Message:

Fixed #4428 Exception when starting JOSM with czechaddress plugin

Location:
applications/editors/josm/plugins/czechaddress
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/czechaddress/.classpath

    r16601 r19621  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<classpath>
     3        <classpathentry excluding="src/" including="images/**" kind="src" path=""/>
    34        <classpathentry kind="src" path="src"/>
    45        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JDK 6"/>
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java

    r18404 r19621  
    2626import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
    2727import org.openstreetmap.josm.plugins.Plugin;
     28import org.openstreetmap.josm.plugins.PluginInformation;
    2829import org.openstreetmap.josm.plugins.czechaddress.actions.ConflictResolveAction;
    2930import org.openstreetmap.josm.plugins.czechaddress.actions.FactoryAction;
     
    8384    }
    8485
    85     public CzechAddressPlugin() {
     86    public CzechAddressPlugin(PluginInformation info) {
     87        super(info);
    8688
    8789        /*boolean x;
     
    98100        Reasoner.getInstance();
    99101
    100         boolean assertionsEnabled = false;
    101         assert assertionsEnabled = true;
     102        boolean assertionsEnabled = true;
    102103        if (assertionsEnabled) initLoggers();
    103104
Note: See TracChangeset for help on using the changeset viewer.