aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
Diffstat (limited to '.classpath')
-rw-r--r--.classpath14
1 files changed, 12 insertions, 2 deletions
diff --git a/.classpath b/.classpath
index c78f1e8..eaefb07 100644
--- a/.classpath
+++ b/.classpath
@@ -2,9 +2,19 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="res"/>
+ <classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/jackson-annotations-2.5.0.jar"/>
- <classpathentry kind="lib" path="lib/jackson-core-2.5.3.jar"/>
- <classpathentry kind="lib" path="lib/jackson-databind-2.5.3.jar"/>
+ <classpathentry kind="lib" path="lib/jackson-core-2.5.3.jar">
+ <attributes>
+ <attribute name="javadoc_location" value="http://fasterxml.github.com/jackson-core/javadoc/2.5/"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="lib" path="lib/jackson-databind-2.5.3.jar">
+ <attributes>
+ <attribute name="javadoc_location" value="http://fasterxml.github.com/jackson-databind/javadoc/2.5/"/>
+ </attributes>
+ </classpathentry>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>