-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
35 lines (35 loc) · 1.56 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/base/serial/RXTXcomm.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="a4wPost/lib/base/serial"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/base/serial/serial.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="a4wPost/lib/base/serial"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/base/core/ant-launcher.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="a4wPost/lib/base/core"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/base/core/ant.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="a4wPost/lib/base/core"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/base/core/core.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="a4wPost/lib/base/core"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/user/jersey-client-1.2.jar"/>
<classpathentry kind="lib" path="lib/user/jersey-core-1.2.jar"/>
<classpathentry kind="lib" path="lib/user/jsr311-api-1.1.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/user"/>
<classpathentry kind="output" path="bin"/>
</classpath>