Changeset 6920 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2014-03-21T17:31:18+01:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/plugins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginListParser.java
r6643 r6920 18 18 * A parser for the plugin list provided by a JOSM Plugin Download Site. 19 19 * 20 * See <a href="http ://josm.openstreetmap.de/plugin">http://josm.openstreetmap.de/plugin</a>20 * See <a href="https://josm.openstreetmap.de/plugin">https://josm.openstreetmap.de/plugin</a> 21 21 * for a sample of the document. The format is a custom format, kind of mix of CSV and RFC822 style 22 22 * name/value-pairs. … … 49 49 * Parses a plugin information document and replies a list of plugin information objects. 50 50 * 51 * See <a href="http ://josm.openstreetmap.de/plugin">http://josm.openstreetmap.de/plugin</a>51 * See <a href="https://josm.openstreetmap.de/plugin">https://josm.openstreetmap.de/plugin</a> 52 52 * for a sample of the document. The format is a custom format, kind of mix of CSV and RFC822 style 53 53 * name/value-pairs. -
trunk/src/org/openstreetmap/josm/plugins/ReadLocalPluginInformationTask.java
r6906 r6920 32 32 * <li>.jar.new files, assuming that these are downloaded but not yet installed plugins</li> 33 33 * <li>cached lists of available plugins, downloaded for instance from 34 * <a href="http ://josm.openstreetmap.de/plugins">http://josm.openstreetmap.de/plugins</a></li>34 * <a href="https://josm.openstreetmap.de/plugin">https://josm.openstreetmap.de/plugin</a></li> 35 35 * </ul> 36 36 *
Note: See TracChangeset
for help on using the changeset viewer.