diff options
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -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> |