[exo-jcr-commits] exo-jcr SVN: r2752 - jcr/trunk/exo.jcr.component.ext/src/main/resources/conf.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 7 09:31:14 EDT 2010


Author: dkatayev
Date: 2010-07-07 09:31:14 -0400 (Wed, 07 Jul 2010)
New Revision: 2752

Modified:
   jcr/trunk/exo.jcr.component.ext/src/main/resources/conf/ext-nodetypes-config.xml
Log:
EXOJCR-845 'exo:newValue' and 'exo:oldValue' properties added to exo:auditRecord nodetype

Modified: jcr/trunk/exo.jcr.component.ext/src/main/resources/conf/ext-nodetypes-config.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/src/main/resources/conf/ext-nodetypes-config.xml	2010-07-07 13:16:02 UTC (rev 2751)
+++ jcr/trunk/exo.jcr.component.ext/src/main/resources/conf/ext-nodetypes-config.xml	2010-07-07 13:31:14 UTC (rev 2752)
@@ -145,6 +145,14 @@
             protected="true" multiple="false">
             <valueConstraints />
          </propertyDefinition>
+         <propertyDefinition name="exo:newValue" requiredType="Value" autoCreated="false" mandatory="false" onParentVersion="IGNORE"
+            protected="true" multiple="true">
+            <valueConstraints/>
+         </propertyDefinition>
+         <propertyDefinition name="exo:oldValue" requiredType="Value" autoCreated="false" mandatory="false" onParentVersion="IGNORE"
+            protected="true" multiple="true">
+            <valueConstraints/>
+         </propertyDefinition>
       </propertyDefinitions>
    </nodeType>
 



More information about the exo-jcr-commits mailing list