-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 791 Bytes
/
.classpath
File metadata and controls
16 lines (16 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/classes" path="src/main/java"/>
<classpathentry excluding="/" kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/5"/>
<classpathentry kind="src" path="/org.alloytools.alloy.core"/>
<classpathentry kind="src" path="/org.alloytools.alloy.application"/>
<classpathentry kind="src" path="/org.alloytools.kodkod.core"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.alloytools.kodkod.nativesat"/>
<classpathentry kind="output" path="bin"/>
</classpath>