make test-only dependencies not trigger a warning that they aren't in runtime classpath

This commit is contained in:
Andy Janata 2012-02-01 23:29:50 -08:00
parent 6d8339fb3a
commit a35c62bd16
1 changed files with 25 additions and 5 deletions

View File

@ -36,10 +36,30 @@
<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="lib" path="easymock-3.1.jar" sourcepath="C:/Users/ajanata/Documents/Eclipse EE Workspace/cah/easymock-3.1-sources.jar">
<attributes>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="objenesis-1.2.jar">
<attributes>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="asm-4.0.jar">
<attributes>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="cglib-nodep-2.2.2.jar">
<attributes>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4">
<attributes>
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="build/classes"/>
</classpath>