-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.classpath
executable file
·27 lines (27 loc) · 1.06 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
27
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry excluding="module-info.java" kind="src" path="src/main/java/com.github.forax.exotic"/>
<classpathentry excluding="module-info.java" kind="src" output="eclipse-output-test" path="src/test/java/com.github.forax.exotic">
<attributes>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-9">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5">
<attributes>
<attribute name="test" value="true"/>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="deps/org.openjdk.jmh.jar">
<attributes>
<attribute name="module" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="eclipse-output"/>
</classpath>