diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-05-05 13:16:46 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2011-05-05 13:16:46 +0200 |
commit | 433a0c3561eeaec96c23656a347e38e3a3602597 (patch) | |
tree | b3c019366f6d2486b625eb5209c449d266ed5370 /.classpath | |
parent | 1b881c2ac7dc3f765a6efad115ef173f77bd2e33 (diff) | |
download | JRummikub-433a0c3561eeaec96c23656a347e38e3a3602597.tar JRummikub-433a0c3561eeaec96c23656a347e38e3a3602597.zip |
Moved mock classes to separate source folder
git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@142 72836036-5685-4462-b002-a69064685172
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="test"/> + <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="output" path="bin"/> |