Changeset 3624 in osm for applications/editors/josm/plugins
- Timestamp:
- 2007-07-19T12:50:09+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/surveyor/src/at/dallermassl/josm/plugin/surveyor/SurveyorPlugin.java
r3346 r3624 16 16 17 17 import org.openstreetmap.josm.Main; 18 import org.openstreetmap.josm.plugins.PluginInformation; 18 19 import org.openstreetmap.josm.plugins.PluginProxy; 19 20 … … 41 42 42 43 // try to determine if the livegps plugin was already loaded: 44 // PluginInformation pluginInfo = PluginInformation.getLoaded("livegps"); 45 // if (pluginInfo == null) { 46 // JOptionPane.showMessageDialog(null, "Please install wmsplugin"); 47 // return; 48 // } 49 // if (!pluginInfo.version.equals("2")) { 50 // JOptionPane.showMessageDialog(null, "livegps Version 2 required."); 51 // return; 52 // } 43 53 try { 44 54 Class.forName("livegps.LiveGpsPlugin");
Note:
See TracChangeset
for help on using the changeset viewer.