Changeset 3413 in osm for applications/editors/josm
- Timestamp:
- 2007-06-29T18:42:28+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pluginmanager/src/at/dallermassl/josm/plugin/pluginmanager/SiteDescription.java
r3335 r3413 72 72 */ 73 73 public void loadFromUrl() throws IOException { 74 plugins.clear(); 74 75 URL xmlUrl = new URL(url, SITE_FILE_NAME); 75 76 System.out.println("loading from url " + xmlUrl);
Note:
See TracChangeset
for help on using the changeset viewer.