You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/20 01:29:08 UTC

svn commit: r639099 - /maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml

Author: brett
Date: Wed Mar 19 17:29:05 2008
New Revision: 639099

URL: http://svn.apache.org/viewvc?rev=639099&view=rev
Log:
fix the classpath expressions

Modified:
    maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml

Modified: maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml?rev=639099&r1=639098&r2=639099&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml (original)
+++ maven/archiva/trunk/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/web.xml Wed Mar 19 17:29:05 2008
@@ -71,8 +71,8 @@
   <context-param>
     <param-name>contextConfigLocation</param-name>
     <param-value>
-        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