diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..e113c09 --- /dev/null +++ b/.classpath @@ -0,0 +1,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> |