Changeset 34435 in osm for applications/editors/josm/plugins/pdfimport/README
- Timestamp:
- 2018-07-27T11:54:47+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pdfimport/README
r34095 r34435 10 10 Layout 11 11 ====== 12 +--- src source of your plugin 13 |- images images your plugin needs 14 |- resources resources your plugin needs 12 +- src source of the plugin 13 +- images images the plugin needs 14 +- resources resources the plugin needs 15 +- libs libraries the plugin needs (pdfbox ...) 15 16 16 17 README this file 17 18 18 GPL-v2.0.txt GPL version 2 license text 19 GPL-v3.0.txt GPL version 3 license text 19 license GPL version 3 license text 20 20 build.xml deployment build file 21 21 … … 67 67 by automatic processes. 68 68 69 Hints for eclipse 70 ================= 71 . Building: 72 . add pdfimport/src to your buildpath 73 . add to buildpath|libraries: josm-custom.jar, fontbox-...jar, jempbox...jar, pdfbox...jar 74 . build with ant, if any resources have changed (at least after svn update); eclipse cant handle build of resources, etc 75 . Run / Debug 76 . main class: org.openstreetmap.josm.gui.MainApplication (found in josm-custom.jar) 77 69 78 See also 70 79 ========
Note:
See TracChangeset
for help on using the changeset viewer.