Author: chris.laprun(a)jboss.com
Date: 2011-05-05 04:57:12 -0400 (Thu, 05 May 2011)
New Revision: 6448
Modified:
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
Log:
- Removed extra character. Surprised the configuration could be loaded at all as this
would lead to an invalid XML file!
Modified:
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml
===================================================================
---
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2011-05-04
14:03:00 UTC (rev 6447)
+++
epp/portal/branches/EPP_5_1_Branch/web/portal/src/main/webapp/WEB-INF/conf/jcr/repository-configuration.xml 2011-05-05
08:57:12 UTC (rev 6448)
@@ -103,7 +103,7 @@
<property name="update-storage" value="true"/>
<property name="max-buffer-size"
value="204800"/>
<property name="swap-directory"
value="${gatein.jcr.data.dir}/swap/portal-system${container.name.suffix}"/>
- </properties> ∂
+ </properties>
<value-storages>
<value-storage id="portal-system"
class="org.exoplatform.services.jcr.impl.storage.value.fs.TreeFileValueStorage">
<properties>