aboutsummaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorEduardo Pedroni <ep625@york.ac.uk>2014-01-30 16:03:33 +0000
committerEduardo Pedroni <ep625@york.ac.uk>2014-01-30 16:03:33 +0000
commit761021e0551beaaaac1120ef6da37a70281974b2 (patch)
treee5ec3899242ff1b0c87131340c2c3c617ebe841b /.classpath
parent2fa054bf63006dedc98639ff08b3f2c637c5d74b (diff)
Started formally implementing the class structure but ran into some issues. I'll re-design the structure to account for function mutations, function variety, generic data types and modularized behaviour.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index fb50116..3e0fb27 100644
--- a/.classpath
+++ b/.classpath
@@ -2,5 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>