[exo-jcr-commits] exo-jcr SVN: r1286 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/test.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 5 05:01:51 EST 2010


Author: nzamosenchuk
Date: 2010-01-05 05:01:51 -0500 (Tue, 05 Jan 2010)
New Revision: 1286

Modified:
   jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/test/webdav-nodetypes.xml
Log:
EXOJCR-340: added mix:title nodetype

Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/test/webdav-nodetypes.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/test/webdav-nodetypes.xml	2010-01-05 09:45:57 UTC (rev 1285)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/test/resources/conf/test/webdav-nodetypes.xml	2010-01-05 10:01:51 UTC (rev 1286)
@@ -155,6 +155,23 @@
          </propertyDefinition>
       </propertyDefinitions>
 
+   </nodeType>
+
+   <nodeType name="mix:title" isMixin="true" hasOrderableChildNodes="false" primaryItemName="">
+      <propertyDefinitions>
+         <propertyDefinition name="jcr:title" requiredType="String" autoCreated="false" mandatory="false"
+            onParentVersion="COPY" protected="false" multiple="false">
+            <valueConstraints/>
+         </propertyDefinition>        
+         <propertyDefinition name="jcr:description" requiredType="String" autoCreated="false" mandatory="false"
+            onParentVersion="COPY" protected="false" multiple="false">
+            <valueConstraints/>
+         </propertyDefinition>        
+         <propertyDefinition name="jcr:pagecount" requiredType="long" autoCreated="false" mandatory="false"
+            onParentVersion="COPY" protected="false" multiple="false">
+            <valueConstraints/>
+         </propertyDefinition>        
+      </propertyDefinitions>
    </nodeType>
 
 </nodeTypes>



More information about the exo-jcr-commits mailing list