You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/12/01 08:38:02 UTC

svn commit: r721992 - /myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/org/apache/myfaces/trinidadinternal/menu/xml/schemas/menu.xsd

Author: matzew
Date: Sun Nov 30 23:38:01 2008
New Revision: 721992

URL: http://svn.apache.org/viewvc?rev=721992&view=rev
Log:
TRINIDAD-1325 - XMLMenuModel:Illegal attribute in menu.xsd.

Thanks to Abhijit S Ghosh for the patch

Modified:
    myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/org/apache/myfaces/trinidadinternal/menu/xml/schemas/menu.xsd

Modified: myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/org/apache/myfaces/trinidadinternal/menu/xml/schemas/menu.xsd
URL: http://svn.apache.org/viewvc/myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/org/apache/myfaces/trinidadinternal/menu/xml/schemas/menu.xsd?rev=721992&r1=721991&r2=721992&view=diff
==============================================================================
--- myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/org/apache/myfaces/trinidadinternal/menu/xml/schemas/menu.xsd (original)
+++ myfaces/trinidad/branches/1.2.10.1-branch/trinidad-impl/src/main/resources/org/apache/myfaces/trinidadinternal/menu/xml/schemas/menu.xsd Sun Nov 30 23:38:01 2008
@@ -19,8 +19,6 @@
       <xsd:element ref="trmenu:groupNode"/>
       <xsd:element ref="trmenu:sharedNode"/>
     </xsd:choice>
-    <xsd:attribute name="xmlns" type="xsd:anyURI"
-                   default="http://myfaces.apache.org/trinidad/menu"/>
     <xsd:attribute name="var" type="xsd:string"/>
     <xsd:attribute name="resourceBundle" type="xsd:anyURI"/>
   </xsd:complexType>