-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.classpath
28 lines (28 loc) · 1005 Bytes
/
.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
28
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" output="bin-test" path="test">
<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-11">
<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"/>
</attributes>
<accessrules>
<accessrule kind="nonaccessible" pattern="org/junit/*"/>
</accessrules>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/parserlib.jar">
<attributes>
<attribute name="javadoc_location" value="http://6031.mit.edu/parserlib/3.1.0/doc/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>