Changeset 34201 in osm for applications/editors/josm/plugins/pdfimport/build.xml
- Timestamp:
- 2018-05-18T19:25:09+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/build.xml
r34097 r34201 2 2 <project name="pdfimport" default="dist" basedir="."> 3 3 <!-- enter the SVN commit message --> 4 <property name="commit.message" value=" Initial pdfimport version"/>4 <property name="commit.message" value=""/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 6 <property name="plugin.main.version" value="12678"/> … … 11 11 <property name="plugin.author" value="extropy"/> 12 12 <property name="plugin.class" value="pdfimport.PdfImportPlugin"/> 13 <property name="plugin.description" value="Import PDF file and convert to ways."/> 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 15 <!--<property name="plugin.link" value="..."/>-->
Note:
See TracChangeset
for help on using the changeset viewer.
