You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2009/02/13 21:30:02 UTC

svn commit: r744231 - /myfaces/trinidad/trunk1.0.x/trinidad-api/src/main/resources/trinidad-config.xsd

Author: jwaldman
Date: Fri Feb 13 20:30:02 2009
New Revision: 744231

URL: http://svn.apache.org/viewvc?rev=744231&view=rev
Log:
TRINIDAD-1393 Small mistype in trinidad-config.xsd
trunk1.0.x
patch by Glauco Pimentel Gomes

Modified:
    myfaces/trinidad/trunk1.0.x/trinidad-api/src/main/resources/trinidad-config.xsd

Modified: myfaces/trinidad/trunk1.0.x/trinidad-api/src/main/resources/trinidad-config.xsd
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk1.0.x/trinidad-api/src/main/resources/trinidad-config.xsd?rev=744231&r1=744230&r2=744231&view=diff
==============================================================================
--- myfaces/trinidad/trunk1.0.x/trinidad-api/src/main/resources/trinidad-config.xsd (original)
+++ myfaces/trinidad/trunk1.0.x/trinidad-api/src/main/resources/trinidad-config.xsd Fri Feb 13 20:30:02 2009
@@ -232,7 +232,7 @@
   </simpleType>
 
   <simpleType name="accessibilityProfileListType">
-    <list itemType="config.accessibilityProfileType"/>
+    <list itemType="config:accessibilityProfileType"/>
   </simpleType>
 
   <simpleType name="clientValidationType">