Ignore:
Timestamp:
2017-08-27T22:22:31+02:00 (7 years ago)
Author:
donvip
Message:

update to JOSM 12678

Location:
applications/editors/josm/plugins/pdfimport
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/build.xml

    r33569 r33579  
    44    <property name="commit.message" value="Initial pdfimport version"/>
    55    <!-- enter the *lowest* JOSM version this plugin is currently compatible with -->
    6     <property name="plugin.main.version" value="12675"/>
     6    <property name="plugin.main.version" value="12678"/>
    77   
    88    <!-- Configure these properties (replace "..." accordingly).
  • applications/editors/josm/plugins/pdfimport/src/pdfimport/LoadPdfDialog.java

    r33569 r33579  
    6060import org.openstreetmap.josm.gui.progress.ProgressRenderer;
    6161import org.openstreetmap.josm.gui.progress.swing.SwingRenderingProgressMonitor;
     62import org.openstreetmap.josm.gui.util.WindowGeometry;
    6263import org.openstreetmap.josm.tools.ImageProvider;
    6364import org.openstreetmap.josm.tools.Logging;
    64 import org.openstreetmap.josm.tools.WindowGeometry;
    6565
    6666import pdfimport.pdfbox.PdfBoxParser;
Note: See TracChangeset for help on using the changeset viewer.