Changeset 31152 in osm
- Timestamp:
- 2015-05-25T13:30:20+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/sds
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/sds/build.xml
r30764 r31152 5 5 <property name="commit.message" value=""/> 6 6 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 7 <property name="plugin.main.version" value=" 7656"/>7 <property name="plugin.main.version" value="8415"/> 8 8 9 9 <!-- -
applications/editors/josm/plugins/sds/src/org/openstreetmap/hot/sds/SdsApi.java
r30738 r31152 484 484 485 485 if (activeConnection.getResponseCode() == HttpURLConnection.HTTP_PROXY_AUTH) 486 throw new OsmTransferCanceledException( );486 throw new OsmTransferCanceledException(tr("Proxy Authentication Required")); 487 487 488 488 String encoding = activeConnection.getContentEncoding();
Note:
See TracChangeset
for help on using the changeset viewer.