diff options
author | geronimo <geronimo013@gmx.de> | 2012-08-15 05:33:17 +0200 |
---|---|---|
committer | geronimo <geronimo013@gmx.de> | 2012-08-15 05:33:17 +0200 |
commit | 7eb41fd1431019f44227af6f5d707e7c98e0416e (patch) | |
tree | 302b5e15e2d7deaf54921839de95423e785554c4 /cmpcj/.classpath | |
parent | e8175c7b23047fefd52f85afe05e2864b2a9bba8 (diff) | |
download | cmp-7eb41fd1431019f44227af6f5d707e7c98e0416e.tar.gz cmp-7eb41fd1431019f44227af6f5d707e7c98e0416e.tar.bz2 |
removed junit from client project and added -lcrypto to server makefile (fix for ubuntu)
Diffstat (limited to 'cmpcj/.classpath')
-rw-r--r-- | cmpcj/.classpath | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmpcj/.classpath b/cmpcj/.classpath index b28f98d..6c1a5de 100644 --- a/cmpcj/.classpath +++ b/cmpcj/.classpath @@ -4,7 +4,6 @@ <classpathentry kind="src" path="res"/> <classpathentry kind="lib" path="lib/glazedlists_java15.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry kind="lib" path="lib/gson-2.2.2.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |