commit 6917634ead65680b4d85fc399fba8c9ffca9efed
Author: Mauro Talevi <[email protected]>
AuthorDate: Sun Jul 8 12:43:06 2012 +0200
Commit: Mauro Talevi <[email protected]>
CommitDate: Sun Jul 8 12:43:06 2012 +0200
Updated classpath to include test dependencies.
diff --git a/jbehave-eclipse/org.jbehave.eclipse/.classpath
b/jbehave-eclipse/org.jbehave.eclipse/.classpath
index dcfe751..8982193 100644
--- a/jbehave-eclipse/org.jbehave.eclipse/.classpath
+++ b/jbehave-eclipse/org.jbehave.eclipse/.classpath
@@ -2,7 +2,8 @@
<classpath>
<classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src/"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" path="test"/>
<classpathentry exported="true" kind="lib"
path="lib/jbehave-core-3.6.7.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/commons-codec-1.6.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/commons-collections-3.2.1.jar"/>
@@ -22,5 +23,7 @@
<classpathentry exported="true" kind="lib"
path="lib/hamcrest-core-1.1.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hamcrest-integration-1.1.jar"/>
<classpathentry exported="true" kind="lib"
path="lib/hamcrest-library-1.1.jar"/>
+ <classpathentry kind="lib" path="lib/jsr305-1.3.9.jar"/>
+ <classpathentry kind="lib" path="lib/mockito-all-1.8.4.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>