-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.classpath
16 lines (16 loc) · 977 Bytes
/
.classpath
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" output="bin/classes" path="src"/>
<classpathentry kind="src" path="res"/>
<classpathentry kind="src" output="bin/tests" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry combineaccessrules="false" kind="src" path="/JAGAL"/>
<classpathentry combineaccessrules="false" kind="src" path="/TOVAL"/>
<classpathentry kind="lib" path="lib/isorelax/isorelax.jar"/>
<classpathentry kind="lib" path="lib/msv/msv-core-2013.6.1.jar" sourcepath="lib/msv/msv-core-2013.6.1-sources.jar"/>
<classpathentry kind="lib" path="lib/relaxngDatatype/relaxngDatatype-20020414.jar"/>
<classpathentry kind="lib" path="lib/xsdlib/xsdlib-2.2.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/SEWOL"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>