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

Modified Files:
        datatypes.xml 
Log Message:
a 'components' datatype


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


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- datatypes.xml       12 Mar 2008 16:04:23 -0000      1.63
+++ datatypes.xml       12 Apr 2008 14:09:12 -0000      1.64
@@ -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.63 2008/03/12 16:04:23 michiel Exp $ -->
+  <!-- @version $Id: datatypes.xml,v 1.64 2008/04/12 14:09:12 michiel Exp $ -->
 
   <!--
   schematic syntax of one datatype entry:
@@ -253,7 +253,14 @@
       <class name="org.mmbase.datatypes.SecurityContextDataType" />
     </specialization>
 
-
+    <specialization id="components">
+      <description xml:lang="en">
+       The names of all available MMBase Framework Components
+      </description>
+      <class name="org.mmbase.datatypes.ComponentNamesDataType" />
+      <required value="true"/>
+      <maxLength value="1024"/>
+    </specialization>
 
     <specialization id="whitespacereplacer">
       <description xml:lang="en">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to