Author: nbelaevski
Date: 2008-05-06 16:55:24 -0400 (Tue, 06 May 2008)
New Revision: 8459
Modified:
trunk/ui/drag-drop/src/main/config/resources/resources-config.xml
Log:
http://jira.jboss.com/jira/browse/RF-3346
Modified: trunk/ui/drag-drop/src/main/config/resources/resources-config.xml
===================================================================
--- trunk/ui/drag-drop/src/main/config/resources/resources-config.xml 2008-05-06 20:50:50
UTC (rev 8458)
+++ trunk/ui/drag-drop/src/main/config/resources/resources-config.xml 2008-05-06 20:55:24
UTC (rev 8459)
@@ -11,4 +11,16 @@
<renderer class="org.ajax4jsf.resource.ScriptRenderer"/>
</resource>
+ <resource>
+ <name>org/richfaces/renderkit/html/images/accept.gif</name>
+ <path>org/richfaces/renderkit/html/images/accept.gif</path>
+ </resource>
+ <resource>
+ <name>org/richfaces/renderkit/html/images/default.gif</name>
+ <path>org/richfaces/renderkit/html/images/default.gif</path>
+ </resource>
+ <resource>
+ <name>org/richfaces/renderkit/html/images/reject.gif</name>
+ <path>org/richfaces/renderkit/html/images/reject.gif</path>
+ </resource>
</resource-config>