source: osm/applications/editors/josm/plugins/pdfimport/.classpath@ 31676

Last change on this file since 31676 was 31676, checked in by donvip, 9 years ago

[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

File size: 480 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<classpath>
3 <classpathentry kind="src" path="src"/>
4 <classpathentry kind="src" path="resources"/>
5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
6 <classpathentry combineaccessrules="false" kind="src" path="/JOSM"/>
7 <classpathentry kind="lib" path="lib/pdfbox-1.8.10.jar"/>
8 <classpathentry kind="output" path="bin"/>
9</classpath>
Note: See TracBrowser for help on using the repository browser.