Author: andrew.plotnikov
Date: 2011-12-14 03:34:53 -0500 (Wed, 14 Dec 2011)
New Revision: 5329
Modified:
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/concepts/jcr-registry-service.xml
Log:
EXOJCR-1673: value-param has been changed on values-param, doc updated
Modified:
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/concepts/jcr-registry-service.xml
===================================================================
---
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/concepts/jcr-registry-service.xml 2011-12-14
08:32:40 UTC (rev 5328)
+++
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/jcr/concepts/jcr-registry-service.xml 2011-12-14
08:34:53 UTC (rev 5329)
@@ -135,10 +135,10 @@
<programlisting language="xml"><component>
<type>org.exoplatform.services.jcr.ext.registry.RegistryService</type>
<init-params>
- <value-param>
+ <values-param>
<name>mixin-names</name>
- <value>exo:hideable</value>
- </value-param>
+ <value>exo:hideable</value>
+ </values-param>
<properties-param>
<name>locations</name>
<property name="db1" value="ws2"/>
Show replies by date