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/06/09 21:58:14 UTC

svn commit: r665855 - /myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml

Author: matzew
Date: Mon Jun  9 12:58:13 2008
New Revision: 665855

URL: http://svn.apache.org/viewvc?rev=665855&view=rev
Log:
TRINIDAD-1060.
Thanks to Sandy for her patch

Modified:
    myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml?rev=665855&r1=665854&r2=665855&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-build/src/main/resources/META-INF/maven-faces-plugin/events/trinidad/RowDisclosure.xml Mon Jun  9 12:58:13 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -18,16 +18,16 @@
     under the License.
 	   
 -->
-<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
-              xmlns:tr="http://myfaces.apache.org/trinidad"
-              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
-              xmlns:xhtml="http://www.w3.org/1999/xhtml">
-  <faces-config-extension>
-    <mfp:event>
-      <mfp:event-type>org.apache.myfaces.trinidad.RowDisclosure</mfp:event-type>
-      <mfp:description>The Expansion event is generated when tree nodes are expanded or collapsed.</mfp:description>
-      <mfp:event-class>org.apache.myfaces.trinidad.event.RowDisclosureEvent</mfp:event-class>
-      <mfp:event-listener-class>org.apache.myfaces.trinidad.event.RowDisclosureListener</mfp:event-listener-class>
-    </mfp:event>
-  </faces-config-extension>
-</faces-config>
+<faces-config version="1.2" xmlns="http://java.sun.com/xml/ns/javaee"
+              xmlns:tr="http://myfaces.apache.org/trinidad"
+              xmlns:mfp="http://myfaces.apache.org/maven-faces-plugin"
+              xmlns:xhtml="http://www.w3.org/1999/xhtml">
+  <faces-config-extension>
+    <mfp:event>
+      <mfp:event-type>org.apache.myfaces.trinidad.RowDisclosure</mfp:event-type>
+      <mfp:description>The Expansion event is generated when detail facet for the rows are expanded or collapsed.</mfp:description>
+      <mfp:event-class>org.apache.myfaces.trinidad.event.RowDisclosureEvent</mfp:event-class>
+      <mfp:event-listener-class>org.apache.myfaces.trinidad.event.RowDisclosureListener</mfp:event-listener-class>
+    </mfp:event>
+  </faces-config-extension>
+</faces-config>