-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
20 lines (20 loc) · 865 Bytes
/
.classpath
File metadata and controls
20 lines (20 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="swt.jar"/>
<classpathentry kind="lib" path="zdk.java.jar">
<attributes>
<attribute name="javadoc_location" value="file:/./ZoiperJava/Documentation/"/>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="ZoiperJava"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="webcam-capture-0.3.10.jar"/>
<classpathentry kind="lib" path="libs/bridj-0.6.2.jar"/>
<classpathentry kind="lib" path="libs/slf4j-api-1.7.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>