svn commit: r1746420 - /ofbiz/trunk/framework/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: r1746420 - /ofbiz/trunk/framework/widget/dtd/widget-screen.xsd

jleroux@apache.org
Author: jleroux
Date: Wed Jun  1 10:51:20 2016
New Revision: 1746420

URL: http://svn.apache.org/viewvc?rev=1746420&view=rev
Log:
Adds a missing xls reference in platform-specific, stumbled upon it by chance

Modified:
    ofbiz/trunk/framework/widget/dtd/widget-screen.xsd

Modified: ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd?rev=1746420&r1=1746419&r2=1746420&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-screen.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-screen.xsd Wed Jun  1 10:51:20 2016
@@ -573,6 +573,7 @@ under the License.
                 <xs:element minOccurs="0" ref="xml" />
                 <xs:element minOccurs="0" ref="text" />
                 <xs:element minOccurs="0" ref="csv" />
+                <xs:element minOccurs="0" ref="xls" />
             </xs:sequence>
         </xs:complexType>
     </xs:element>