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-webapp/src/test | |
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-webapp/src/test')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/src/test/webapp/WEB-INF/web.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/webapp/WEB-INF/web.xml b/archiva-modules/archiva-web/archiva-webapp/src/test/webapp/WEB-INF/web.xml index e9982ea1d..8a0c2c939 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/test/webapp/WEB-INF/web.xml +++ b/archiva-modules/archiva-web/archiva-webapp/src/test/webapp/WEB-INF/web.xml @@ -30,7 +30,7 @@ <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> |