projects
/
jSite2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56d363
)
Add test source folder.
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 13 Nov 2008 23:19:07 +0000
(
00:19
+0100)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Thu, 13 Nov 2008 23:19:07 +0000
(
00:19
+0100)
Add JUnit to classpath.
.classpath
patch
|
blob
|
history
diff --git
a/.classpath
b/.classpath
index
916ecd5
..
09d1ced
100644
(file)
--- a/
.classpath
+++ b/
.classpath
@@
-2,7
+2,9
@@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="resources"/>
+ <classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/jFCPlib"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
<classpathentry kind="output" path="bin"/>
</classpath>