Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv21293
Modified Files:
datatypes.xml
Log Message:
made max length of compoennt name a bit less long (otherwise 'text' fields used
in mysql)
See also: http://cvs.mmbase.org/viewcvs/config
Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -b -r1.71 -r1.72
--- datatypes.xml 12 Aug 2008 21:00:09 -0000 1.71
+++ datatypes.xml 27 Oct 2008 17:58:55 -0000 1.72
@@ -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.71 2008/08/12 21:00:09 michiel Exp $ -->
+ <!-- @version $Id: datatypes.xml,v 1.72 2008/10/27 17:58:55 michiel Exp $ -->
<!--
schematic syntax of one datatype entry:
@@ -264,7 +264,7 @@
</description>
<class name="org.mmbase.datatypes.ComponentNamesDataType" />
<required value="true"/>
- <maxLength value="1024"/>
+ <maxLength value="255"/>
</specialization>
<specialization id="nodemanagers">
@@ -526,6 +526,7 @@
Durations are positive longs, which present a number of seconds. (for
other units, we may have to introduce other datatypes).
</description>
<class name="org.mmbase.datatypes.processors.Duration$DataType" />
+ <required value="false" />
<minInclusive value="0" />
<!-- I have no idea how to do this -->
<setprocessor type="string">
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs