diff options
author | Olivier Lamy <olamy@apache.org> | 2012-04-13 19:45:54 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-04-13 19:45:54 +0000 |
commit | 7e545c5e70dfcd715f1dbf69b658499bdc3d49a1 (patch) | |
tree | b49394b62c89e95b340e2770e8e3214460163367 /archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF | |
parent | ae558a62b516699f68380b84c2d86ee4834daa98 (diff) | |
download | archiva-7e545c5e70dfcd715f1dbf69b658499bdc3d49a1.tar.gz archiva-7e545c5e70dfcd715f1dbf69b658499bdc3d49a1.zip |
move spring-utils to apache namespace
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1325919 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF')
2 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/repository-servlet-security-test/web.xml b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/repository-servlet-security-test/web.xml index b18dfd55a..21eaa92b2 100644 --- a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/repository-servlet-security-test/web.xml +++ b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/repository-servlet-security-test/web.xml @@ -32,7 +32,7 @@ </listener> <context-param> <param-name>contextClass</param-name> - <param-value>org.codehaus.redback.components.springutils.CachingWebApplicationContext</param-value> + <param-value>org.apache.archiva.redback.components.springutils.CachingWebApplicationContext</param-value> </context-param> <context-param> diff --git a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/web.xml b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/web.xml index 464d352ec..11ceaa7dd 100644 --- a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/web.xml +++ b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/web.xml @@ -32,7 +32,7 @@ </listener> <context-param> <param-name>contextClass</param-name> - <param-value>org.codehaus.redback.components.springutils.CachingWebApplicationContext</param-value> + <param-value>org.apache.archiva.redback.components.springutils.CachingWebApplicationContext</param-value> </context-param> <context-param> <param-name>contextConfigLocation</param-name> |