aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2015-08-30 22:50:17 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2015-08-30 22:50:17 +0200
commitd0f963c4a6f7ad0e18ad9a0cafbad1eb124934e5 (patch)
tree258bb4e2ba513359aee8e6940786d6bf5a3f5c1a /.classpath
parent262e5c8fb03dff7546c8b47ead571ec71b468e88 (diff)
JUnit tests on Ant are now running, but the CLI tests don't seem to pick up the resources
Diffstat (limited to '.classpath')
-rw-r--r--.classpath3
1 files changed, 2 insertions, 1 deletions
diff --git a/.classpath b/.classpath
index eaefb07..2fd2bdf 100644
--- a/.classpath
+++ b/.classpath
@@ -15,6 +15,7 @@
<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="lib" path="lib/junit/hamcrest-core-1.3.jar" sourcepath="lib/junit/hamcrest-core-1.3-sources.jar"/>
+ <classpathentry kind="lib" path="lib/junit/junit-4.12.jar" sourcepath="lib/junit/junit-4.12-sources.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>