-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.classpath
23 lines (23 loc) · 1.12 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 kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="libs/lib/hazelcast-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="libs/lib/jackson-annotations-2.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/lib/jackson-core-2.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/lib/jackson-databind-2.2.2.jar"/>
<classpathentry exported="true" kind="lib" path="libs/lib/netty-all-4.0.10.Final.jar"/>
<classpathentry exported="true" kind="lib" path="libs/lib/vertx-core-2.0.2-final.jar"/>
<classpathentry exported="true" kind="lib" path="libs/lib/vertx-platform-2.0.2-final.jar"/>
<classpathentry kind="src" path="gaml">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>