svn commit: r604273 - in /ofbiz/branches/release4.0/framework: minilang/dtd/simple-methods.xsd widget/dtd/widget-form.xsd widget/dtd/widget-menu.xsd widget/dtd/widget-screen.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r604273 - in /ofbiz/branches/release4.0/framework: minilang/dtd/simple-methods.xsd widget/dtd/widget-form.xsd widget/dtd/widget-menu.xsd widget/dtd/widget-screen.xsd

jleroux@apache.org
Author: jleroux
Date: Fri Dec 14 11:34:34 2007
New Revision: 604273

URL: http://svn.apache.org/viewvc?rev=604273&view=rev
Log:
Applied fix from trunk for revision: 604173

Modified:
    ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd
    ofbiz/branches/release4.0/framework/widget/dtd/widget-form.xsd
    ofbiz/branches/release4.0/framework/widget/dtd/widget-menu.xsd
    ofbiz/branches/release4.0/framework/widget/dtd/widget-screen.xsd

Modified: ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd?rev=604273&r1=604272&r2=604273&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd (original)
+++ ofbiz/branches/release4.0/framework/minilang/dtd/simple-methods.xsd Fri Dec 14 11:34:34 2007
@@ -1562,6 +1562,7 @@
                     <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
+                    <xs:enumeration value="List"/>
                     <xs:enumeration value="Long"/>
                     <xs:enumeration value="Integer"/>
                     <xs:enumeration value="Date"/>

Modified: ofbiz/branches/release4.0/framework/widget/dtd/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/widget/dtd/widget-form.xsd?rev=604273&r1=604272&r2=604273&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/branches/release4.0/framework/widget/dtd/widget-form.xsd Fri Dec 14 11:34:34 2007
@@ -1083,6 +1083,7 @@
                     <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
+                    <xs:enumeration value="List"/>
                     <xs:enumeration value="Long"/>
                     <xs:enumeration value="Integer"/>
                     <xs:enumeration value="Date"/>

Modified: ofbiz/branches/release4.0/framework/widget/dtd/widget-menu.xsd
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/widget/dtd/widget-menu.xsd?rev=604273&r1=604272&r2=604273&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/widget/dtd/widget-menu.xsd (original)
+++ ofbiz/branches/release4.0/framework/widget/dtd/widget-menu.xsd Fri Dec 14 11:34:34 2007
@@ -281,6 +281,7 @@
                     <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
+                    <xs:enumeration value="List"/>
                     <xs:enumeration value="Long"/>
                     <xs:enumeration value="Integer"/>
                     <xs:enumeration value="Date"/>

Modified: ofbiz/branches/release4.0/framework/widget/dtd/widget-screen.xsd
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/widget/dtd/widget-screen.xsd?rev=604273&r1=604272&r2=604273&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/widget/dtd/widget-screen.xsd (original)
+++ ofbiz/branches/release4.0/framework/widget/dtd/widget-screen.xsd Fri Dec 14 11:34:34 2007
@@ -327,6 +327,7 @@
                     <xs:enumeration value="BigDecimal"/>
                     <xs:enumeration value="Double"/>
                     <xs:enumeration value="Float"/>
+                    <xs:enumeration value="List"/>
                     <xs:enumeration value="Long"/>
                     <xs:enumeration value="Integer"/>
                     <xs:enumeration value="Date"/>