-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
23 lines (23 loc) · 1.49 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry combineaccessrules="false" kind="src" path="/JVx"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="libs/hazelcast-3.5.jar"/>
<classpathentry kind="lib" path="libs/jackson-annotations-2.5.0.jar"/>
<classpathentry kind="lib" path="libs/jackson-core-2.5.3.jar"/>
<classpathentry kind="lib" path="libs/jackson-databind-2.5.3.jar"/>
<classpathentry kind="lib" path="libs/jvx.jar"/>
<classpathentry kind="lib" path="libs/netty-buffer-4.0.28.Final.jar"/>
<classpathentry kind="lib" path="libs/netty-codec-4.0.28.Final.jar"/>
<classpathentry kind="lib" path="libs/netty-codec-http-4.0.28.Final.jar"/>
<classpathentry kind="lib" path="libs/netty-common-4.0.28.Final.jar"/>
<classpathentry kind="lib" path="libs/netty-handler-4.0.28.Final.jar"/>
<classpathentry kind="lib" path="libs/netty-transport-4.0.28.Final.jar"/>
<classpathentry kind="lib" path="libs/vertx-core-3.0.0.jar" sourcepath="D:/dev_tools/libs/vert.x/vert.x-3.0.0/src/main"/>
<classpathentry kind="lib" path="libs/vertx-hazelcast-3.0.0.jar"/>
<classpathentry kind="lib" path="libs/vertx-service-proxy-3.0.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="output" path="classes"/>
</classpath>