[exo-jcr-commits] exo-jcr SVN: r1293 - jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/main/resources/conf.
do-not-reply at jboss.org
do-not-reply at jboss.org
Tue Jan 5 07:58:22 EST 2010
Author: nzamosenchuk
Date: 2010-01-05 07:58:22 -0500 (Tue, 05 Jan 2010)
New Revision: 1293
Modified:
jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/main/resources/conf/webdav-nodetypes.xml
Log:
EXOJCR-340: added mix:title nodetype
Modified: jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/main/resources/conf/webdav-nodetypes.xml
===================================================================
--- jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/main/resources/conf/webdav-nodetypes.xml 2010-01-05 12:43:52 UTC (rev 1292)
+++ jcr/branches/1.12.0-JBCCACHE/exo.jcr.component.webdav/src/main/resources/conf/webdav-nodetypes.xml 2010-01-05 12:58:22 UTC (rev 1293)
@@ -107,27 +107,46 @@
</nodeType>
- <nodeType name="exo:testResource" isMixin="false" hasOrderableChildNodes="true" primaryItemName="">
-
- <supertypes>
- <supertype>nt:resource</supertype>
- <supertype>nt:unstructured</supertype>
- </supertypes>
- <!-- propertyDefinitions>
- <propertyDefinition name="*" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="IGNORE" protected="false"
- multiple="false">
- <valueConstraints />
- </propertyDefinition>
- </propertyDefinitions>
- <childNodeDefinitions>
- <childNodeDefinition name="*" defaultPrimaryType="nt:unstructured" autoCreated="false" mandatory="false" onParentVersion="IGNORE"
- protected="false" sameNameSiblings="false">
- <requiredPrimaryTypes>
- <requiredPrimaryType>nt:unstructured</requiredPrimaryType>
- </requiredPrimaryTypes>
- </childNodeDefinition>
- </childNodeDefinitions -->
+ <nodeType name="exo:testResource" isMixin="false" hasOrderableChildNodes="true" primaryItemName="">
+
+ <supertypes>
+ <supertype>nt:resource</supertype>
+ <supertype>nt:unstructured</supertype>
+ </supertypes>
+ <!-- propertyDefinitions>
+ <propertyDefinition name="*" requiredType="String" autoCreated="false" mandatory="false" onParentVersion="IGNORE" protected="false"
+ multiple="false">
+ <valueConstraints />
+ </propertyDefinition>
+ </propertyDefinitions>
+ <childNodeDefinitions>
+ <childNodeDefinition name="*" defaultPrimaryType="nt:unstructured" autoCreated="false" mandatory="false" onParentVersion="IGNORE"
+ protected="false" sameNameSiblings="false">
+ <requiredPrimaryTypes>
+ <requiredPrimaryType>nt:unstructured</requiredPrimaryType>
+ </requiredPrimaryTypes>
+ </childNodeDefinition>
+ </childNodeDefinitions -->
</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