aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp-js
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-12-22 14:50:24 +0000
committerOlivier Lamy <olamy@apache.org>2012-12-22 14:50:24 +0000
commit88674f25b47702cbcd785cafc8a613f4d6e1fd99 (patch)
tree5ec23330a830eeebfe4db8d0a9c7639080b05796 /archiva-modules/archiva-web/archiva-webapp-js
parent177acedf3836e227daa22c5eae1d2022008ef611 (diff)
downloadarchiva-88674f25b47702cbcd785cafc8a613f4d6e1fd99.tar.gz
archiva-88674f25b47702cbcd785cafc8a613f4d6e1fd99.zip
align name with others
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1425289 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp-js')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
index bbd799b6b..704358dec 100644
--- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
+++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/WEB-INF/applicationContext.xml
@@ -161,7 +161,7 @@
<property name="timeToLiveSeconds" value="14400"/>
</bean>
- <bean id="url-failures-cache" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache" lazy-init="true"
+ <bean name="cache#url-failures-cache" class="org.apache.archiva.redback.components.cache.ehcache.EhcacheCache" lazy-init="true"
destroy-method="dispose">
<property name="diskExpiryThreadIntervalSeconds" value="600"/>
<property name="diskPersistent" value="true"/>