-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy path.classpath
More file actions
15 lines (15 loc) · 773 Bytes
/
.classpath
File metadata and controls
15 lines (15 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="schema/src/main/java"/>
<classpathentry kind="src" path="core/src/main/java"/>
<classpathentry kind="src" path="core/src/main/resources"/>
<classpathentry kind="src" path="core/src/test/java"/>
<classpathentry kind="src" path="core/src/test/resources"/>
<classpathentry kind="src" path="examples/src/resources"/>
<classpathentry kind="src" path="examples/src/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="dev-lib/junit-4.5.jar"/>
<classpathentry kind="lib" path="dev-lib/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="lib/gson-1.4.jar"/>
<classpathentry kind="output" path="target"/>
</classpath>