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

Modified Files:
        datatypes.xml 
Log Message:
precision of only 10 is a bit too mdest


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


Index: datatypes.xml
===================================================================
RCS file: /var/cvs/config/datatypes.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -b -r1.75 -r1.76
--- datatypes.xml       1 Dec 2008 17:31:01 -0000       1.75
+++ datatypes.xml       1 Dec 2008 20:01:21 -0000       1.76
@@ -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.75 2008/12/01 17:31:01 michiel Exp $ -->
+  <!-- @version $Id: datatypes.xml,v 1.76 2008/12/01 20:01:21 michiel Exp $ -->
 
   <!--
   schematic syntax of one datatype entry:
@@ -866,7 +866,7 @@
 
 
     <specialization id="currency">
-      <precision value="10" />
+      <precision value="20" />
       <scale     value="5" enforce="never" />
       <property name="roundingMode" value="HALF_UP" />
       <!--
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to