-
Notifications
You must be signed in to change notification settings - Fork 2
/
.classpath
21 lines (21 loc) · 970 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/aparapi/aparapi-3.0.0.jar"/>
<classpathentry kind="lib" path="lib/aparapi/aparapi-jni-1.4.3.jar">
<attributes>
<attribute name="org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value="org.dayflower/lib/aparapi"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/apache/bcel-6.5.0.jar"/>
<classpathentry kind="lib" path="lib/macroing/org.macroing.java.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JavaFX17"/>
<classpathentry kind="output" path="bin"/>
</classpath>