Author: vparfonov
Date: 2009-11-19 06:32:39 -0500 (Thu, 19 Nov 2009)
New Revision: 766
Modified:
jcr/trunk/exo.jcr.component.ext/src/main/resources/conf/ext-nodetypes-config.xml
Log:
EXOJCR-257 : node type definition changed
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 2009-11-19
11:07:57 UTC (rev 765)
+++
jcr/trunk/exo.jcr.component.ext/src/main/resources/conf/ext-nodetypes-config.xml 2009-11-19
11:32:39 UTC (rev 766)
@@ -215,16 +215,19 @@
</propertyDefinitions>
</nodeType>
- <nodeType name="exo:groovyResourceContainer" isMixin="false"
hasOrderableChildNodes="false" primaryItemName="">
- <supertypes>
- <supertype>nt:resource</supertype>
- </supertypes>
- <propertyDefinitions>
- <propertyDefinition name="exo:autoload"
requiredType="Boolean" autoCreated="false" mandatory="true"
onParentVersion="COPY"
- protected="false" multiple="false">
- <valueConstraints />
- </propertyDefinition>
- </propertyDefinitions>
+
+ <nodeType name="exo:groovyResourceContainer" isMixin="false"
hasOrderableChildNodes="false" primaryItemName="">
+ <supertypes>
+ <supertype>nt:resource</supertype>
+ </supertypes>
+ <propertyDefinitions>
+ <propertyDefinition name="exo:autoload"
requiredType="Boolean" autoCreated="true" mandatory="true"
onParentVersion="COPY" protected="false"
multiple="false">
+ <valueConstraints/>
+ <defaultValues>
+ <defaultValue>false</defaultValue>
+ </defaultValues>
+ </propertyDefinition>
+ </propertyDefinitions>
</nodeType>
</nodeTypes>
\ No newline at end of file
Show replies by date