Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv4285/config

Modified Files:
        datatypes.xml 
Log Message:
introduces 'user' datatype


See also: http://cvs.mmbase.org/viewcvs/config


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- datatypes.xml       7 Aug 2008 19:59:21 -0000       1.67
+++ datatypes.xml       8 Aug 2008 12:42:44 -0000       1.68
@@ -4,7 +4,7 @@
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/datatypes 
http://www.mmbase.org/xmlns/datatypes.xsd";>
 
-  <!-- @version $Id: datatypes.xml,v 1.67 2008/08/07 19:59:21 michiel Exp $ -->
+  <!-- @version $Id: datatypes.xml,v 1.68 2008/08/08 12:42:44 michiel Exp $ -->
 
   <!--
   schematic syntax of one datatype entry:
@@ -842,6 +842,13 @@
         <class name="org.mmbase.datatypes.processors.NodeNumber" />
       </getprocessor>
     </specialization>
+
+    <specialization id="user">
+      <class name="org.mmbase.datatypes.UserNodeDataType" />
+      <description xml:lang="en">
+        Only nodes associated with users are possible. Default value is 
current user.
+      </description>
+    </specialization>
   </datatype>
 
 </datatypes>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to