aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-06-04 18:01:22 +0000
committerOlivier Lamy <olamy@apache.org>2011-06-04 18:01:22 +0000
commit0848bc647505782be5d439db25250d31e6ec33a1 (patch)
tree053a1f94444c8b13a70494440e6cf50d9d4a9641 /archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF
parentdc25b2f5e6bd38cb614f868532f86538dc8e78cd (diff)
downloadarchiva-0848bc647505782be5d439db25250d31e6ec33a1.tar.gz
archiva-0848bc647505782be5d439db25250d31e6ec33a1.zip
fix some test spring setup for archiva-webdav
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1131450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF')
-rw-r--r--archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/web.xml16
1 files changed, 7 insertions, 9 deletions
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 cfe7c5fbe..1175e70c7 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
@@ -27,19 +27,17 @@
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
-
<context-param>
- <param-name>contextClass</param-name>
- <param-value>org.codehaus.plexus.spring.PlexusWebApplicationContext</param-value>
- </context-param>
-
- <context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
- classpath*:/META-INF/plexus/components.xml
- classpath*:/META-INF/spring-context.xml
- target/test-classes/org/apache/maven/archiva/webdav/RepositoryServletTest.xml
+ classpath*:/META-INF/spring-context.xml,
+ classpath*:spring-context.xml
</param-value>
</context-param>
+ <!--
+ classpath*:/META-INF/plexus/components.xml
+ target/test-classes/org/apache/maven/archiva/webdav/RepositoryServletTest.xml
+ -->
+
</web-app>