Changeset 16874 in josm for trunk/test/unit/org
- Timestamp:
- 2020-08-12T14:13:11+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/MainApplicationTest.java
r14996 r16874 204 204 205 205 private static PluginInformation newPluginInformation(String plugin) throws PluginListParseException { 206 return PluginListParser.createInfo(plugin+".jar", "https:// svn.openstreetmap.org/applications/editors/josm/dist/"+plugin+".jar",206 return PluginListParser.createInfo(plugin+".jar", "https://josm.openstreetmap.de/osmsvn/applications/editors/josm/dist/"+plugin+".jar", 207 207 ""); 208 208 }
Note:
See TracChangeset
for help on using the changeset viewer.