forked from BGU-FVM/HW-Definitions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.classpath
More file actions
16 lines (16 loc) · 696 Bytes
/
.classpath
File metadata and controls
16 lines (16 loc) · 696 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="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="lib" path="lib/antlr-4.5.1-complete.jar"/>
<classpathentry kind="lib" path="lib/org.svvrl.goal.cmd.jar"/>
<classpathentry kind="lib" path="lib/org.svvrl.goal.core.jar"/>
<classpathentry kind="lib" path="lib/org.svvrl.goal.gui.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>