add easymock

This commit is contained in:
Andy Janata 2012-01-12 13:04:46 -08:00
parent c66c08cd4f
commit 264d0e0187
7 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0">
<attributes>
<attribute name="owner.project.facets" value="jst.web"/>
@ -35,5 +36,10 @@
<attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="easymock-3.1.jar" sourcepath="C:/Users/ajanata/Documents/Eclipse EE Workspace/cah/easymock-3.1-sources.jar"/>
<classpathentry kind="lib" path="objenesis-1.2.jar"/>
<classpathentry kind="lib" path="asm-4.0.jar"/>
<classpathentry kind="lib" path="cglib-nodep-2.2.2.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="build/classes"/>
</classpath>

View File

@ -3,6 +3,7 @@
<wb-module deploy-name="cah">
<wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/test"/>
<property name="context-root" value="cah"/>
<property name="java-output-path" value="/cah/build/classes"/>
</wb-module>

BIN
asm-4.0.jar Normal file

Binary file not shown.

BIN
cglib-nodep-2.2.2.jar Normal file

Binary file not shown.

BIN
easymock-3.1-sources.jar Normal file

Binary file not shown.

BIN
easymock-3.1.jar Normal file

Binary file not shown.

BIN
objenesis-1.2.jar Normal file

Binary file not shown.