forked from markkacom/fimk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
35 lines (35 loc) · 2.15 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/java"/>
<classpathentry kind="src" path="src/hack"/>
<classpathentry kind="src" path="test/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="lib" path="lib/bcprov-jdk15on-152.jar"/>
<classpathentry kind="lib" path="lib/h2-1.3.176.jar"/>
<classpathentry kind="lib" path="lib/jetty-continuation-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-http-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-io-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-security-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-server-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlet-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-servlets-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/jetty-util-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/json-simple-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/lucene-core-3.6.2.jar"/>
<classpathentry kind="lib" path="lib/servlet-api-3.1.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.7.jar"/>
<classpathentry kind="lib" path="lib/websocket-api-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/websocket-client-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/websocket-common-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/websocket-server-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="lib/websocket-servlet-9.2.13.v20150730.jar"/>
<classpathentry kind="lib" path="testlib/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="testlib/junit-4.11.jar"/>
<classpathentry kind="lib" path="testlib/mockito-all-1.9.5.jar"/>
<classpathentry kind="lib" path="/nxt-plus/testlib/junit-4.11.jar"/>
<classpathentry kind="lib" path="lib/HikariCP-2.4.3.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.38-bin.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>