You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/12/14 20:15:59 UTC

svn commit: r726519 - /ofbiz/site/dtds/site-conf.xsd

Author: jleroux
Date: Sun Dec 14 11:15:59 2008
New Revision: 726519

URL: http://svn.apache.org/viewvc?rev=726519&view=rev
Log:
Finally this was not needed

Modified:
    ofbiz/site/dtds/site-conf.xsd

Modified: ofbiz/site/dtds/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/site/dtds/site-conf.xsd?rev=726519&r1=726518&r2=726519&view=diff
==============================================================================
--- ofbiz/site/dtds/site-conf.xsd (original)
+++ ofbiz/site/dtds/site-conf.xsd Sun Dec 14 11:15:59 2008
@@ -154,14 +154,6 @@
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>
-        <xs:attribute name="protect-view" default="false">
-            <xs:simpleType>
-                <xs:restriction base="xs:token">
-                    <xs:enumeration value="true"/>
-                    <xs:enumeration value="false"/>
-                </xs:restriction>
-            </xs:simpleType>
-        </xs:attribute>
     </xs:attributeGroup>
     <xs:element name="security">
         <xs:complexType>