diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-06-03 20:36:07 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2015-06-03 20:36:07 +0200 |
commit | 98a75846c69f53f17389401096d2a19c697045d3 (patch) | |
tree | 8b9512c9dc66abfa0accec59761f25ed487728d6 /.classpath | |
parent | c072ed0ac345a7e421cb0612048d4cd534bf6e73 (diff) |
Have a working example to parse JSON sets and get cards by number
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> |