From: Brett Porter Date: Thu, 20 Mar 2008 00:29:05 +0000 (+0000) Subject: fix the classpath expressions X-Git-Tag: archiva-r676265~290 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cfc63c07190368aa7755939df32cf2f0dfd91d2e;p=archiva.git fix the classpath expressions git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@639099 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml index 82d730be3..3a5c4083f 100644 --- a/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml +++ b/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml @@ -71,8 +71,8 @@ contextConfigLocation - classpath*:/META-INF/plexus/components.xml - classpath*:/META-INF/spring-context.xml + classpath*:META-INF/plexus/components.xml + classpath*:META-INF/spring-context.xml /WEB-INF/classes/META-INF/plexus/application.xml /WEB-INF/classes/META-INF/plexus/components.xml /WEB-INF/applicationContext.xml