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

erwan
Author: erwan
Date: Wed Dec 15 13:23:18 2010
New Revision: 1049540

URL: http://svn.apache.org/viewvc?rev=1049540&view=rev
Log:
OK, this one was a bad move. Reverting 1045337, until a better solution is found

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=1049540&r1=1049539&r2=1049540&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-screen.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-screen.xsd Wed Dec 15 13:23:18 2010
@@ -1101,7 +1101,6 @@ under the License.
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
                     <xs:enumeration value="false"/>
-                    <xs:enumeration value="${parameters.confMode}"/>
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
@@ -1111,7 +1110,6 @@ under the License.
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>
                     <xs:enumeration value="false"/>
-                    <xs:enumeration value="${parameters.usePrivate}"/>
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>