Changeset 27419 in osm
- Timestamp:
- 2012-01-08T18:26:05+01:00 (13 years ago)
- Location:
- applications/editors/josm/plugins/utilsplugin2
- Files:
-
- 3 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/build.xml
r27417 r27419 30 30 <project name="utilsplugin2" default="dist" basedir="."> 31 31 <!-- enter the SVN commit message --> 32 <property name="commit.message" value="Utilsplugin2: shortcut confilct removed, fix NPE in OpenCustomURL config, added osm.mapki.com"/>32 <property name="commit.message" value="Utilsplugin2: OpenCustomURL refactoring"/> 33 33 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 34 34 <property name="plugin.main.version" value="4549"/> -
applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/UtilsPlugin2.java
r27318 r27419 1 1 // License: GPL v2 or later. See LICENSE file for details. 2 2 package utilsplugin2; 3 4 import utilsplugin2.customurl.ChooseURLAction; 5 import utilsplugin2.customurl.OpenPageAction; 6 import utilsplugin2.customurl.UtilsPluginPreferences; 3 7 4 8 import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
Note:
See TracChangeset
for help on using the changeset viewer.