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 | |
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')
5 files changed, 5 insertions, 5 deletions
diff --git a/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml b/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml index ad7386b15..94cbba3c7 100644 --- a/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-web.xml +++ b/archiva-modules/archiva-web/archiva-web-common/src/test/webapp/WEB-INF/feedServletTest-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> <servlet> 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> 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> diff --git a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/repository-servlet-simple.xml b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/repository-servlet-simple.xml index 708ca597e..0ff4d1e5c 100644 --- a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/repository-servlet-simple.xml +++ b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/repository-servlet-simple.xml @@ -54,7 +54,7 @@ <alias name="registry#default" alias="commons-configuration"/> - <bean name="componentContainer" class="org.codehaus.redback.components.springutils.ComponentContainer"/> + <bean name="componentContainer" class="org.apache.archiva.redback.components.springutils.ComponentContainer"/> </beans>
\ No newline at end of file |