Changeset 19621 in osm for applications/editors
- Timestamp:
- 2010-01-25T19:54:56+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/czechaddress
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/czechaddress/.classpath
r16601 r19621 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry excluding="src/" including="images/**" kind="src" path=""/> 3 4 <classpathentry kind="src" path="src"/> 4 5 <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 26 26 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 27 27 import org.openstreetmap.josm.plugins.Plugin; 28 import org.openstreetmap.josm.plugins.PluginInformation; 28 29 import org.openstreetmap.josm.plugins.czechaddress.actions.ConflictResolveAction; 29 30 import org.openstreetmap.josm.plugins.czechaddress.actions.FactoryAction; … … 83 84 } 84 85 85 public CzechAddressPlugin() { 86 public CzechAddressPlugin(PluginInformation info) { 87 super(info); 86 88 87 89 /*boolean x; … … 98 100 Reasoner.getInstance(); 99 101 100 boolean assertionsEnabled = false; 101 assert assertionsEnabled = true; 102 boolean assertionsEnabled = true; 102 103 if (assertionsEnabled) initLoggers(); 103 104
Note:
See TracChangeset
for help on using the changeset viewer.