This repository has been archived by the owner on Mar 22, 2019. It is now read-only.
forked from smarr/SOMns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
26 lines (26 loc) · 1.63 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="tests/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="src_gen">
<attributes>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.api"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.api.dsl"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.api.interop"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.api.object"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.dsl.processor"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.object"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.object.basic"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.tck"/>
<classpathentry combineaccessrules="false" kind="src" path="/com.oracle.truffle.api.profiles"/>
<classpathentry kind="src" path="/com.oracle.truffle.tools"/>
<classpathentry kind="lib" path="libs/somns-deps-dev.jar" sourcepath="libs/somns-deps-source.jar"/>
<classpathentry kind="lib" path="libs/somns-deps.jar" sourcepath="libs/somns-deps-source.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/BlackDiamonds"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>