blob: 7a9ca3dee93eec16880e19d2a987913f3d8c47ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="conf"/>
<classpathentry kind="src" path="test"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/deps.jar"/>
<classpathentry kind="lib" path="lib/test-deps.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|