Changeset 27419 in osm


Ignore:
Timestamp:
2012-01-08T18:26:05+01:00 (13 years ago)
Author:
akks
Message:

'Utilsplugin2: OpenCustomURL refactoring'

Location:
applications/editors/josm/plugins/utilsplugin2
Files:
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin2/build.xml

    r27417 r27419  
    3030<project name="utilsplugin2" default="dist" basedir=".">
    3131    <!-- 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"/>
    3333    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    3434    <property name="plugin.main.version" value="4549"/>
  • applications/editors/josm/plugins/utilsplugin2/src/utilsplugin2/UtilsPlugin2.java

    r27318 r27419  
    11// License: GPL v2 or later. See LICENSE file for details.
    22package utilsplugin2;
     3
     4import utilsplugin2.customurl.ChooseURLAction;
     5import utilsplugin2.customurl.OpenPageAction;
     6import utilsplugin2.customurl.UtilsPluginPreferences;
    37
    48import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
Note: See TracChangeset for help on using the changeset viewer.