forked from richardwilkes/gcs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
17 lines (17 loc) · 1.03 KB
/
.classpath
File metadata and controls
17 lines (17 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry combineaccessrules="false" kind="src" path="/toolkit"/>
<classpathentry kind="lib" path="libraries/iText-2.1.7.jar" sourcepath="libraries/iText-2.1.7-src.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/apple_stubs"/>
<classpathentry kind="lib" path="libraries/fontbox-2.0.0-RC3.jar" sourcepath="libraries/fontbox-2.0.0-RC3-src.zip"/>
<classpathentry kind="lib" path="libraries/pdfbox-2.0.0-RC3.jar" sourcepath="libraries/pdfbox-2.0.0-RC3-src.zip"/>
<classpathentry kind="lib" path="libraries/commons-logging-1.2.jar" sourcepath="libraries/commons-logging-1.2-src.zip"/>
<classpathentry kind="output" path="build"/>
</classpath>