Navigation Menu

Skip to content

Commit

Permalink
the typo again
Browse files Browse the repository at this point in the history
  • Loading branch information
barmintor committed Jun 6, 2013
1 parent 5f84b21 commit 7ac01fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -14,7 +14,7 @@

<bean id="containerWrapper" class="org.fcrepo.test.util.ContainerWrapper" init-method="start" destroy-method="stop" >
<property name="port" value="${test.port:8080}"/>
<property name="contextConfigLocations" value="classpath:spring-test/generator.xml,classpath:spring-test/repo.xml" />
<property name="contextConfigLocation" value="classpath:spring-test/generator.xml,classpath:spring-test/repo.xml" />
<property name="packagesToScan" value="org.fcrepo.api, org.fcrepo.generator, org.fcrepo.exceptionhandlers" />
</bean>

Expand Down
Expand Up @@ -14,7 +14,7 @@

<bean id="containerWrapper" class="org.fcrepo.test.util.ContainerWrapper" init-method="start" destroy-method="stop" >
<property name="port" value="${test.port:8080}"/>
<property name="contextConfigLocations" value="classpath:spring-test/repo.xml, classpath:spring-test/rest.xml, classpath:spring-test/eventing.xml" />
<property name="contextConfigLocation" value="classpath:spring-test/repo.xml, classpath:spring-test/rest.xml, classpath:spring-test/eventing.xml" />
<property name="packagesToScan" value="org.fcrepo.syndication, org.fcrepo.exceptionhandlers" />
</bean>

Expand Down
Expand Up @@ -14,7 +14,7 @@

<bean id="containerWrapper" class="org.fcrepo.test.util.ContainerWrapper" init-method="start" destroy-method="stop" >
<property name="port" value="${test.port:8080}"/>
<property name="contextConfigLocations" value="classpath:spring-test/repo.xml,classpath:spring-test/rest.xml,classpath:spring-test/eventing.xml" />
<property name="contextConfigLocation" value="classpath:spring-test/repo.xml,classpath:spring-test/rest.xml,classpath:spring-test/eventing.xml" />
<property name="packagesToScan" value="org.fcrepo.api, org.fcrepo.webhooks, org.fcrepo.integration.webhooks, org.fcrepo.exceptionhandlers" />
</bean>

Expand Down

0 comments on commit 7ac01fe

Please sign in to comment.