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

Modified Files:
        datatypes.xml 
Log Message:
  MMB-1646


See also: http://cvs.mmbase.org/viewcvs/config
See also: http://www.mmbase.org/jira/browse/MMB-1646


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- datatypes.xml       12 Apr 2008 14:09:12 -0000      1.64
+++ datatypes.xml       24 Apr 2008 09:50:22 -0000      1.65
@@ -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.64 2008/04/12 14:09:12 michiel Exp $ -->
+  <!-- @version $Id: datatypes.xml,v 1.65 2008/04/24 09:50:22 michiel Exp $ -->
 
   <!--
   schematic syntax of one datatype entry:
@@ -658,15 +658,12 @@
       <minInclusive value="0"  />
       <maxInclusive value="255"  />
     </specialization>
+
     <specialization id="weekdays">
       <description xml:lang="en">
         Stores a day of the week (so a number from 1 to 7)
       </description>
-      <enumeration >
-        <entry basename="org.mmbase.datatypes.resources.weekdays"
-               javaconstants="java.util.Calendar"
-               />
-      </enumeration>
+      <class name="org.mmbase.datatypes.WeekdaysDataType" />
     </specialization>
     <specialization id="hour_of_day">
       <description xml:lang="en">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to