-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
19 lines (19 loc) · 935 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="libs/fontbox-1.8.6.jar"/>
<classpathentry kind="lib" path="libs/pdfbox-1.8.6.jar"/>
<classpathentry kind="lib" path="libs/log4j.jar"/>
<classpathentry kind="lib" path="libs/commons-logging.jar"/>
<classpathentry kind="lib" path="libs/itext-asian-5.2.0.jar"/>
<classpathentry kind="lib" path="libs/itext-xtra-5.4.5.jar"/>
<classpathentry kind="lib" path="libs/itextpdf-5.4.5.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_20">
<attributes>
<attribute name="owner.project.facets" value="java"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/core-2.2.jar"/>
<classpathentry kind="lib" path="libs/javase-2.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>