blob: 8a55b0135145d02ad6cecc97acefdb80605977dc (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<!-- this is an awfully hacked Eclipse classpath file, must find a way to test libs-->
<classpathentry kind="src" path="../../../src"/>
<classpathentry kind="src" path="../../../test/src"/>
<classpathentry kind="src" path="../../../test/resources"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="."/>
</classpath>
|