Changeset 31676 in osm for applications


Ignore:
Timestamp:
2015-10-25T01:05:40+02:00 (9 years ago)
Author:
donvip
Message:

[josm_pdfimport] update from pdfbox 1.3.1 standalone (including required commons logging and optional bouncycastle) to pdfbox 1.8.10 only + dependency on apache-commons plugin, which includes required commons logging

Location:
applications/editors/josm/plugins/pdfimport
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/pdfimport/.classpath

    r30416 r31676  
    55        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
    66        <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
    7         <classpathentry kind="lib" path="lib/pdfbox.jar" sourcepath="D:/Projects/Community/OSM/josm/pdfimport/pdfbox-1.3.1/pdfbox/src/main/java"/>
     7        <classpathentry kind="lib" path="lib/pdfbox-1.8.10.jar"/>
    88        <classpathentry kind="output" path="bin"/>
    99</classpath>
  • applications/editors/josm/plugins/pdfimport/build.xml

    r30416 r31676  
    1414    <property name="plugin.icon" value="images/pdf_import.png"/>
    1515    <property name="plugin.link" value="http://svn.openstreetmap.org/applications/editors/josm/plugins/pdfimport/"/>
     16    <property name="plugin.requires" value="apache-commons"/>
    1617   
    1718    <!-- ** include targets that all plugins have in common ** -->
Note: See TracChangeset for help on using the changeset viewer.