Added:
trunk/lib/jmock/
- copied from r4, /trunk/lib/core/jmock/
Removed:
trunk/lib/core/jmock/
Modified:
trunk/.classpath
Log:
moved jmock jars out of lib/core, since jmock is no longer part of the
core per se.
Modified: trunk/.classpath
==============================================================================
--- trunk/.classpath (original)
+++ trunk/.classpath Tue Oct 30 07:22:54 2007
@@ -4,14 +4,14 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="src" path="example"/>
- <classpathentry kind="lib" path="lib/core/jmock/hamcrest-core.jar"/>
- <classpathentry kind="lib" path="lib/core/jmock/hamcrest-library.jar"/>
- <classpathentry kind="lib" path="lib/core/jmock/jmock.jar"/>
- <classpathentry kind="lib" path="lib/core/jmock/jmock-junit4.jar"/>
<classpathentry kind="lib" path="lib/core/junit/junit.jar"/>
<classpathentry kind="lib" path="lib/guice/guice/aopalliance.jar"/>
<classpathentry kind="lib" path="lib/guice/guice/guice.jar"/>
<classpathentry kind="lib" path="lib/easymock/easymock.jar"/>
+ <classpathentry kind="lib" path="lib/jmock/hamcrest-core.jar"/>
+ <classpathentry kind="lib" path="lib/jmock/hamcrest-library.jar"/>
+ <classpathentry kind="lib" path="lib/jmock/jmock.jar"/>
+ <classpathentry kind="lib" path="lib/jmock/jmock-junit4.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>