summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2011-05-05 13:16:46 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2011-05-05 13:16:46 +0200
commit433a0c3561eeaec96c23656a347e38e3a3602597 (patch)
treeb3c019366f6d2486b625eb5209c449d266ed5370 /.classpath
parent1b881c2ac7dc3f765a6efad115ef173f77bd2e33 (diff)
downloadJRummikub-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--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index e72ef7c..976ebf8 100644
--- a/.classpath
+++ b/.classpath
@@ -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"/>