-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
19 lines (19 loc) · 1.3 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="examples/helloworld/feeder/src"/>
<classpathentry kind="src" path="examples/web/session/src"/>
<classpathentry kind="src" path="examples/web/space-access/src"/>
<classpathentry kind="src" path="examples/helloworld/common/src"/>
<classpathentry kind="src" path="examples/helloworld/processor/src"/>
<classpathentry kind="src" path="examples/data/processor/src"/>
<classpathentry kind="src" path="examples/data/feeder/src"/>
<classpathentry kind="src" path="examples/data/common/src"/>
<classpathentry kind="src" path="examples/tutorials/extreme-application-platform/openspaces-oms/common/src"/>
<classpathentry kind="src" path="examples/tutorials/extreme-application-platform/openspaces-oms/runtime/src"/>
<classpathentry kind="src" path="examples/tutorials/extreme-application-platform/openspaces-oms/feeder/src"/>
<classpathentry kind="src" path="examples/tutorials/extreme-application-platform/openspaces-oms/stats/src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/gigaspaces"/>
<classpathentry combineaccessrules="false" kind="src" path="/openspaces"/>
<classpathentry kind="output" path="classes"/>
</classpath>