-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
51 lines (51 loc) · 3.27 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tests"/>
<classpathentry kind="lib" path="lib/aopalliance-repackaged-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/commons-lang3-3.9.jar"/>
<classpathentry kind="lib" path="lib/hk2-api-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/hk2-locator-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/hk2-utils-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.9.0.jar"/>
<classpathentry kind="lib" path="lib/jackson-core-2.9.9.jar"/>
<classpathentry kind="lib" path="lib/jackson-databind-2.9.9.jar"/>
<classpathentry kind="lib" path="lib/jackson-module-jaxb-annotations-2.9.9.jar"/>
<classpathentry kind="lib" path="lib/jakarta.annotation-api-1.3.4.jar"/>
<classpathentry kind="lib" path="lib/jakarta.inject-2.5.0.jar"/>
<classpathentry kind="lib" path="lib/jakarta.ws.rs-api-2.1.5.jar"/>
<classpathentry kind="lib" path="lib/javassist-3.22.0-CR2.jar"/>
<classpathentry kind="lib" path="lib/jersey-client-2.29.jar"/>
<classpathentry kind="lib" path="lib/jersey-common-2.29.jar"/>
<classpathentry kind="lib" path="lib/jersey-entity-filtering-2.29.jar"/>
<classpathentry kind="lib" path="lib/jersey-hk2-2.29.jar"/>
<classpathentry kind="lib" path="lib/jersey-media-json-jackson-2.29.jar"/>
<classpathentry kind="lib" path="lib/jersey-media-multipart-2.29.jar"/>
<classpathentry kind="lib" path="lib/mattermost-models-0.15.0.jar"/>
<classpathentry kind="lib" path="lib/mattermost4j-core-0.15.0.jar"/>
<classpathentry kind="lib" path="lib/mimepull-1.9.11.jar"/>
<classpathentry kind="lib" path="lib/opengraph4j-0.1.0.jar"/>
<classpathentry kind="lib" path="lib/osgi-resource-locator-1.0.3.jar"/>
<classpathentry kind="lib" path="lib/commons-codec-1.7.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/>
<classpathentry kind="lib" path="lib/github-api-1.95.jar"/>
<classpathentry kind="lib" path="lib/org.eclipse.egit.github.core-5.4.0.201905221418-m3.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/gson-2.8.5.jar"/>
<classpathentry kind="lib" path="lib/jslack-api-client-1.7.6.jar"/>
<classpathentry kind="lib" path="lib/jslack-api-model-1.7.6.jar"/>
<classpathentry kind="lib" path="lib/okhttp-3.14.1.jar"/>
<classpathentry kind="lib" path="lib/okio-1.17.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.26.jar"/>
<classpathentry kind="lib" path="lib/GitHubApiMirrorClient-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/GitHubApiMirrorShared-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/jackson-dataformat-yaml-2.9.9.jar"/>
<classpathentry kind="lib" path="lib/snakeyaml-1.23.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/zenhub-api-java-client"/>
<classpathentry kind="lib" path="lib/zenhub-api-java-client-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/ZenHubApiMirrorClient-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/ZenHubApiMirrorShared-1.0.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>