You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/03/27 11:39:43 UTC

svn commit: r641774 - /incubator/sling/trunk/sling/i18n/src/main/resources/SLING-INF/nodetypes/message.cnd

Author: fmeschbe
Date: Thu Mar 27 03:39:37 2008
New Revision: 641774

URL: http://svn.apache.org/viewvc?rev=641774&view=rev
Log:
Have the sling:messageEntry primary node type extend nt:hierarchyNode to able
to place message entries below nt:folder.

Modified:
    incubator/sling/trunk/sling/i18n/src/main/resources/SLING-INF/nodetypes/message.cnd

Modified: incubator/sling/trunk/sling/i18n/src/main/resources/SLING-INF/nodetypes/message.cnd
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling/i18n/src/main/resources/SLING-INF/nodetypes/message.cnd?rev=641774&r1=641773&r2=641774&view=diff
==============================================================================
--- incubator/sling/trunk/sling/i18n/src/main/resources/SLING-INF/nodetypes/message.cnd (original)
+++ incubator/sling/trunk/sling/i18n/src/main/resources/SLING-INF/nodetypes/message.cnd Thu Mar 27 03:39:37 2008
@@ -27,4 +27,4 @@
   - sling:key (string)
   - sling:message (undefined)
 
-[sling:messageEntry] > nt:unstructured, sling:message  
\ No newline at end of file
+[sling:messageEntry] > nt:hierarchyNode, sling:message  
\ No newline at end of file