-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.classpath
15 lines (15 loc) · 865 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/commons-io-2.4.jar"/>
<classpathentry kind="lib" path="lib/commons-daemon-1.0.15.jar"/>
<classpathentry kind="lib" path="lib/log4j-api-2.5.jar"/>
<classpathentry kind="lib" path="lib/log4j-core-2.5.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.38-bin.jar"/>
<classpathentry kind="lib" path="/brootils/releases/brootils-1.2.1.jar"/>
<classpathentry kind="lib" path="/java-simple-serial-connector/releases/jssc-2.9.5-experimental.jar"/>
<classpathentry kind="lib" path="/jamod/releases/jamod-1.5.1-therealchalz.jar"/>
<classpathentry kind="lib" path="lib/jep-2.4.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>