-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
19 lines (19 loc) · 993 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="src" path="tests/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/slf4j-1.7.5/slf4j-api-1.7.5.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/Pacemaker/lib/slf4j-api-1.7.5-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/logback-1.0.13/logback-classic-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/logback-1.0.13/logback-core-1.0.13.jar"/>
<classpathentry kind="lib" path="lib/jna-4.1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/jcommon-1.0.23.jar"/>
<classpathentry kind="lib" path="lib/jfreechart-1.0.19.jar"/>
<classpathentry kind="lib" path="lib/purejavacomm-0.0.22.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>