Author: nbelaevski
Date: 2007-10-21 11:01:30 -0400 (Sun, 21 Oct 2007)
New Revision: 3458
Modified:
trunk/ui/core/src/main/config/component/mediaOutput.xml
trunk/ui/core/src/main/config/component/push.xml
Log:
Legacy ".class" removed from UI config files
Modified: trunk/ui/core/src/main/config/component/mediaOutput.xml
===================================================================
--- trunk/ui/core/src/main/config/component/mediaOutput.xml 2007-10-21 15:01:04 UTC (rev
3457)
+++ trunk/ui/core/src/main/config/component/mediaOutput.xml 2007-10-21 15:01:30 UTC (rev
3458)
@@ -139,7 +139,7 @@
]]>
</description>
<methodargs>
- java.io.OutputStream.class,java.lang.Object.class
+ java.io.OutputStream,java.lang.Object
</methodargs>
</property>
<property>
Modified: trunk/ui/core/src/main/config/component/push.xml
===================================================================
--- trunk/ui/core/src/main/config/component/push.xml 2007-10-21 15:01:04 UTC (rev 3457)
+++ trunk/ui/core/src/main/config/component/push.xml 2007-10-21 15:01:30 UTC (rev 3458)
@@ -58,7 +58,7 @@
MethodBinding pointing at method accepting an PushEventListener with return
type void.
User bean must register this listener and send EventObject to this listener
on ready.
</description>
- <methodargs>java.util.EventListener.class</methodargs>
+ <methodargs>java.util.EventListener</methodargs>
</property>
<property>
<name>actionExpression</name>
Show replies by date