Changeset 34426 in osm
- Timestamp:
- 2018-07-17T20:00:04+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/build.xml
r34201 r34426 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 6 <property name="plugin.main.version" value="12678"/> 7 7 <property name="plugin.canloadatruntime" value="true"/> 8 8 <!-- Configure these properties (replace "..." accordingly). 9 9 See https://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins … … 13 13 <property name="plugin.description" value="Import PDF file into a layer and convert pdf lines to ways."/> 14 14 <property name="plugin.icon" value="images/pdf_import.png"/> 15 < !--<property name="plugin.link" value="..."/>-->16 <property name="plugin.requires" value="apache-commons"/> 15 <property name="plugin.link" value="https://wiki.openstreetmap.org/wiki/JOSM/Plugins/Pdf_Import"/> 16 <!-- <property name="plugin.requires" value="apache-commons"/> --> 17 17 18 18 <!-- ** include targets that all plugins have in common ** -->
Note:
See TracChangeset
for help on using the changeset viewer.