Update of /var/cvs/applications/cloudcontext/config/builders/cloudcontext
In directory james.mmbase.org:/tmp/cvs-serv17034

Modified Files:
        mmbaseactions.xml mmbasecontexts.xml mmbasegroups.xml 
        mmbaseranks.xml mmbaseusers.xml rightsrel.xml 
Log Message:
indicated contexts of the builders in typedef. This was the intention all all 
along (but never worked), now I'm making test-cases and it's more convenient if 
it works, so that a clean install has some variation to test with as well.


See also: 
http://cvs.mmbase.org/viewcvs/applications/cloudcontext/config/builders/cloudcontext


Index: mmbaseactions.xml
===================================================================
RCS file: 
/var/cvs/applications/cloudcontext/config/builders/cloudcontext/mmbaseactions.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- mmbaseactions.xml   27 Oct 2008 18:00:30 -0000      1.3
+++ mmbaseactions.xml   16 Dec 2008 16:42:05 -0000      1.4
@@ -4,7 +4,9 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://www.mmbase.org/xmlns/builder
                       http://www.mmbase.org/xmlns/builder.xsd";
-  name="mmbaseactions" maintainer="www.mmbase.org" version="0" 
extends="object">
+  name="mmbaseactions" maintainer="www.mmbase.org" version="0" extends="object"
+  defaultcontextintypedef="security"
+  >
   
<class>org.mmbase.security.implementation.cloudcontext.builders.Actions</class>
   <names>
     <singular xml:lang="en">Security Action</singular>


Index: mmbasecontexts.xml
===================================================================
RCS file: 
/var/cvs/applications/cloudcontext/config/builders/cloudcontext/mmbasecontexts.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- mmbasecontexts.xml  13 Jun 2008 14:09:39 -0000      1.11
+++ mmbasecontexts.xml  16 Dec 2008 16:42:05 -0000      1.12
@@ -4,7 +4,9 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://www.mmbase.org/xmlns/builder 
                                          
http://www.mmbase.org/xmlns/builder.xsd";                        
-  name="mmbasecontexts" maintainer="www.mmbase.org" version="0" 
extends="object">
+  name="mmbasecontexts" maintainer="www.mmbase.org" version="0" 
extends="object"
+  defaultcontextintypedef="security"
+  >
   
<class>org.mmbase.security.implementation.cloudcontext.builders.Contexts</class>
 
   <!-- if you associate (by 'account' field) people nodes you might like this 
-->


Index: mmbasegroups.xml
===================================================================
RCS file: 
/var/cvs/applications/cloudcontext/config/builders/cloudcontext/mmbasegroups.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- mmbasegroups.xml    16 Dec 2008 15:59:40 -0000      1.9
+++ mmbasegroups.xml    16 Dec 2008 16:42:05 -0000      1.10
@@ -4,7 +4,12 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://www.mmbase.org/xmlns/builder 
                       http://www.mmbase.org/xmlns/builder.xsd";                 
       
-  name="mmbasegroups" maintainer="www.mmbase.org" version="0" extends="object">
+  name="mmbasegroups" 
+  maintainer="www.mmbase.org" 
+  version="0"
+  extends="object"
+  defaultcontextintypedef="security"
+  >
   
<class>org.mmbase.security.implementation.cloudcontext.builders.Groups</class>
   <names>
     <singular xml:lang="en">Security Group</singular>


Index: mmbaseranks.xml
===================================================================
RCS file: 
/var/cvs/applications/cloudcontext/config/builders/cloudcontext/mmbaseranks.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- mmbaseranks.xml     13 Jun 2008 14:09:39 -0000      1.9
+++ mmbaseranks.xml     16 Dec 2008 16:42:05 -0000      1.10
@@ -4,7 +4,9 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://www.mmbase.org/xmlns/builder 
                       http://www.mmbase.org/xmlns/builder.xsd";                 
       
-  name="mmbaseranks" maintainer="www.mmbase.org" version="0" extends="object">
+  name="mmbaseranks" maintainer="www.mmbase.org" version="0" extends="object"
+  defaultcontextintypedef="security"
+  >
   <class>org.mmbase.security.implementation.cloudcontext.builders.Ranks</class>
   <names>
     <singular xml:lang="en">Security Rank</singular>


Index: mmbaseusers.xml
===================================================================
RCS file: 
/var/cvs/applications/cloudcontext/config/builders/cloudcontext/mmbaseusers.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- mmbaseusers.xml     8 Dec 2008 17:02:46 -0000       1.24
+++ mmbaseusers.xml     16 Dec 2008 16:42:05 -0000      1.25
@@ -4,7 +4,9 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/builder
                         http://www.mmbase.org/xmlns/builder.xsd";
-    name="mmbaseusers" maintainer="www.mmbase.org" version="0" 
extends="object">
+    name="mmbaseusers" maintainer="www.mmbase.org" version="0" extends="object"
+    defaultcontextintypedef="security"
+    >
   <class>org.mmbase.security.implementation.cloudcontext.builders.Users</class>
   <names>
     <singular xml:lang="en">Security Account</singular>


Index: rightsrel.xml
===================================================================
RCS file: 
/var/cvs/applications/cloudcontext/config/builders/cloudcontext/rightsrel.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- rightsrel.xml       28 Jul 2008 16:10:03 -0000      1.9
+++ rightsrel.xml       16 Dec 2008 16:42:05 -0000      1.10
@@ -4,7 +4,9 @@
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://www.mmbase.org/xmlns/builder
                       http://www.mmbase.org/xmlns/builder.xsd";
-  name="rightsrel" maintainer="www.mmbase.org" version="1" extends="insrel">
+  name="rightsrel" maintainer="www.mmbase.org" version="1" extends="insrel"
+  defaultcontextintypedef="security"
+  >
   
<class>org.mmbase.security.implementation.cloudcontext.builders.RightsRel</class>
   <searchage>14</searchage>
   <names>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to