Ignore:
Timestamp:
2018-07-27T11:54:47+02:00 (6 years ago)
Author:
nzara
Message:

Bug fix: get from Coordinate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/README

    r34095 r34435  
    1010Layout
    1111======
    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 ...)
    1516
    1617  README                                this file
    1718
    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
    2020  build.xml                             deployment build file
    2121
     
    6767 by automatic processes.
    6868
     69Hints 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
    6978See also
    7079========
Note: See TracChangeset for help on using the changeset viewer.