forked from SOM-st/TruffleSOM
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
24 lines (24 loc) · 1.47 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
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src_gen">
<attributes>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**/TruffleMateTCK.java" kind="src" path="tests"/>
<classpathentry excluding="som/instrumentation/DirectCallNodeWrapper.java|som/instrumentation/InstrumentableDirectCallNode.java|tools/dym/DynamicMetrics.java|tools/dym/nodes/*" kind="src" path="src"/>
<classpathentry kind="src" path="MateExtensions"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="libs/gson-2.7.jar"/>
<classpathentry kind="lib" path="libs/junit-4.12.jar"/>
<classpathentry kind="lib" path="libs/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/Users/guidochari/.local/graalvm-ce-1.0.0-rc16/Contents/Home/jre/lib/boot/graal-sdk.jar"/>
<classpathentry kind="lib" path="/Users/guidochari/.local/graalvm-ce-1.0.0-rc16/Contents/Home/jre/lib/truffle/truffle-api.jar" sourcepath="/Users/guidochari/.local/graalvm-ce-1.0.0-rc16/Contents/Home/jre/lib/truffle/truffle-api.src.zip"/>
<classpathentry kind="lib" path="/Users/guidochari/.local/graalvm-ce-1.0.0-rc16/Contents/Home/jre/lib/truffle/truffle-tck.jar"/>
<classpathentry kind="lib" path="libs/black-diamonds/build/black-diamonds.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>