-
Notifications
You must be signed in to change notification settings - Fork 3
/
.classpath
executable file
·32 lines (31 loc) · 1.82 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="social-bot-manager/src/main/java"/>
<classpathentry kind="src" path="src/test/"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/junit-4.12.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="servicebundle/gson-2.8.5.jar"/>
<classpathentry kind="lib" path="servicebundle/javax.websocket-api-1.1.jar"/>
<classpathentry kind="lib" path="servicebundle/javax.websocket-client-api-1.1.jar"/>
<classpathentry kind="lib" path="servicebundle/jslack-1.8.1.jar"/>
<classpathentry kind="lib" path="servicebundle/jslack-api-client-1.8.1.jar"/>
<classpathentry kind="lib" path="servicebundle/jslack-api-model-1.8.1.jar"/>
<classpathentry kind="lib" path="servicebundle/jslack-app-backend-1.8.1.jar"/>
<classpathentry kind="lib" path="servicebundle/lombok-1.18.8.jar"/>
<classpathentry kind="lib" path="servicebundle/okhttp-3.14.1.jar"/>
<classpathentry kind="lib" path="servicebundle/okio-1.17.2.jar"/>
<classpathentry kind="lib" path="servicebundle/rocketchat-common-0.7.1.jar"/>
<classpathentry kind="lib" path="servicebundle/rocketchat-core-0.7.1.jar"/>
<classpathentry kind="lib" path="servicebundle/rocketchat-livechat-0.7.1.jar"/>
<classpathentry kind="lib" path="servicebundle/slf4j-api-1.7.28.jar"/>
<classpathentry kind="lib" path="servicebundle/json-20190722.jar"/>
<classpathentry kind="lib" path="servicebundle/mysql-connector-java-8.0.13.jar"/>
<classpathentry kind="lib" path="servicebundle/commons-dbcp2-2.7.0.jar"/>
<classpathentry kind="lib" path="lib/las2peer-bundle-1.1.0.jar"/>
<classpathentry kind="output" path="output"/>
</classpath>