[richfaces-svn-commits] JBoss Rich Faces SVN: r13902 - trunk/ui/drag-drop/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 29 08:40:43 EDT 2009


Author: ochikvina
Date: 2009-04-29 08:40:43 -0400 (Wed, 29 Apr 2009)
New Revision: 13902

Modified:
   trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
   trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
Log:
https://jira.jboss.org/jira/browse/RF-696 - adding the description for the 'type' attribute;

Modified: trunk/ui/drag-drop/src/main/config/component/dragSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dragSupport.xml	2009-04-29 12:38:57 UTC (rev 13901)
+++ trunk/ui/drag-drop/src/main/config/component/dragSupport.xml	2009-04-29 12:40:43 UTC (rev 13902)
@@ -131,6 +131,7 @@
 		<property existintag="true" exist="true" el="false">
 			<name>type</name>
 			<classname>java.lang.String</classname>
+			<description>The fully qualified Java class name for the listener</description>
 		</property>
 	</listener>
 </components>

Modified: trunk/ui/drag-drop/src/main/config/component/dropSupport.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/component/dropSupport.xml	2009-04-29 12:38:57 UTC (rev 13901)
+++ trunk/ui/drag-drop/src/main/config/component/dropSupport.xml	2009-04-29 12:40:43 UTC (rev 13902)
@@ -121,6 +121,7 @@
 				<property existintag="true" exist="true" el="false">
 					<name>type</name>
 					<classname>java.lang.String</classname>
+					<description>The fully qualified Java class name for the listener</description>
 				</property>
         </listener>
 




More information about the richfaces-svn-commits mailing list