diff options
author | Eduardo Pedroni <ep625@york.ac.uk> | 2014-01-30 16:03:33 +0000 |
---|---|---|
committer | Eduardo Pedroni <ep625@york.ac.uk> | 2014-01-30 16:03:33 +0000 |
commit | 761021e0551beaaaac1120ef6da37a70281974b2 (patch) | |
tree | e5ec3899242ff1b0c87131340c2c3c617ebe841b /.classpath | |
parent | 2fa054bf63006dedc98639ff08b3f2c637c5d74b (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-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |