Author: angela
Date: Thu Oct  3 08:59:50 2013
New Revision: 1528757

URL: http://svn.apache.org/r1528757
Log:
OAK-527: fix node types. permission store most not have orderable nodes (thanks 
tobi for spotting this!)
OAK-482: revert modification of rep:Members node type and add fixme instead. 
waiting for a decision how we are going to implement the member tree structure.

Modified:
    
jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/nodetype/write/builtin_nodetypes.cnd

Modified: 
jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/nodetype/write/builtin_nodetypes.cnd
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/nodetype/write/builtin_nodetypes.cnd?rev=1528757&r1=1528756&r2=1528757&view=diff
==============================================================================
--- 
jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/nodetype/write/builtin_nodetypes.cnd
 (original)
+++ 
jackrabbit/oak/trunk/oak-core/src/main/resources/org/apache/jackrabbit/oak/plugins/nodetype/write/builtin_nodetypes.cnd
 Thu Oct  3 08:59:50 2013
@@ -669,7 +669,6 @@
  * @since oak 1.0
  */
 [rep:PermissionStore]
-  orderable
   + * (rep:PermissionStore) = rep:PermissionStore protected IGNORE
   + * (rep:Permissions) = rep:Permissions protected IGNORE
 
@@ -712,8 +711,7 @@
 [rep:Members]
   orderable
   + * (rep:Members) = rep:Members protected multiple /* FIXME: SNS definition 
*/
-  - * (WEAKREFERENCE) protected < 'rep:Authorizable' /* Deprecated since oak 
1.0 */
-  - rep:members (WEAKREFERENCE) protected multiple < 'rep:Authorizable' /* 
@since oak 1.0 */
+  - * (WEAKREFERENCE) protected < 'rep:Authorizable' /* FIXME: OAK-482 */
 
 // 
-----------------------------------------------------------------------------
 // Privilege Management


Reply via email to