diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-06-09 00:12:20 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-06-09 00:12:20 +0200 |
commit | 594065b4ba5229f49eb911a0af3d9b7683973262 (patch) | |
tree | 9bb7a02c839077f36fbf40ca55dbd7d1b399a12a | |
parent | 68e0dce24ae9599ed6f69b74f9db8dea58441175 (diff) | |
download | JRummikub-594065b4ba5229f49eb911a0af3d9b7683973262.tar JRummikub-594065b4ba5229f49eb911a0af3d9b7683973262.zip |
Added Smack library to classpath
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@393 72836036-5685-4462-b002-a69064685172
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,5 +5,6 @@ <classpathentry kind="src" path="mock"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> + <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/Smack"/> <classpathentry kind="output" path="bin"/> </classpath> |