blob: e113c096f1e10b4830ca0610e84f242f765f82e4 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="ext/jackson-core-2.5.3.jar" sourcepath="ext/jackson-core-2.5.3-sources.jar"/>
<classpathentry kind="lib" path="ext/jackson-databind-2.5.3.jar" sourcepath="ext/jackson-databind-2.5.3-sources.jar"/>
<classpathentry kind="lib" path="ext/jackson-annotations-2.5.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
|