Changeset 28658 in osm for applications/editors/josm/plugins/native-password-manager
- Timestamp:
- 2012-08-29T01:24:48+02:00 (12 years ago)
- Location:
- applications/editors/josm/plugins/native-password-manager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/native-password-manager/build.xml
r28290 r28658 33 33 <property name="commit.message" value="Commit message"/> 34 34 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 35 <property name="plugin.main.version" value=" 4692"/>35 <property name="plugin.main.version" value="5422"/> 36 36 37 37 <!-- -
applications/editors/josm/plugins/native-password-manager/src/org/openstreetmap/josm/plugins/npm/NPMCredentialsAgent.java
r27367 r28658 59 59 String url = Main.pref.get("osm-server.url", null); 60 60 if (url == null) { 61 url = OsmApi UrlInputPanel.defaulturl;61 url = OsmApi.DEFAULT_API_URL; 62 62 } 63 63
Note:
See TracChangeset
for help on using the changeset viewer.