aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2015-06-06 16:30:51 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2015-06-06 16:30:51 +0200
commit8059c378fa11b835beb813e73ea6c57ddeca8553 (patch)
tree592c0285e7999850db0fe4cfb29fe3c668286b31 /.classpath
parent4c5d38229b2526322fcf62a5c96b252534389e86 (diff)
Refactored CLI, exceptions are handled properly now. Started looking into UI testing for the CLI.
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>