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 2007/03/07 07:51:43 UTC

svn commit: r515475 - /myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml

Author: matzew
Date: Tue Mar  6 22:51:42 2007
New Revision: 515475

URL: http://svn.apache.org/viewvc?view=rev&rev=515475
Log:
MYFACES-1551 - UIViewRoot.getPhaseListeners() must not be generated

removed wrong property from build metadata

Modified:
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml?view=diff&rev=515475&r1=515474&r2=515475
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/javax/faces/UIViewRoot.xml Tue Mar  6 22:51:42 2007
@@ -87,6 +87,18 @@
         </property>
 
         <property>
+            <description>The phaseListeners attached to ViewRoot.</description>
+            <property-name>phaseListeners</property-name>
+            <property-class>java.util.List&lt;javax.faces.event.PhaseListener&gt;</property-class>
+            <property-extension>
+                <mfp:required>false</mfp:required>
+                <mfp:list>true</mfp:list>
+                <mfp:tag-attribute-excluded>true</mfp:tag-attribute-excluded>
+                <mfp:state-holder>yes</mfp:state-holder>
+            </property-extension>
+        </property>
+
+        <property>
             <description></description>
             <property-name>beforePhaseListener</property-name>
             <property-class>javax.el.MethodExpression</property-class>