Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
moved web.xml
  • Loading branch information
fasseg committed Jun 12, 2013
1 parent 7b71ae0 commit a890f1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Expand Up @@ -8,5 +8,5 @@

<bean id="containerWrapper" class="org.fcrepo.test.util.ContainerWrapper" init-method="start" destroy-method="stop" >
<property name="port" value="${test.port:8080}"/>
<property name="configLocation" value="classpath:web.xml" />
<property name="configLocation" value="classpath:integration-tests/web.xml" />
</bean></beans>

0 comments on commit a890f1f

Please sign in to comment.