[richfaces-svn-commits] JBoss Rich Faces SVN: r3082 - trunk/ui/dropdown-menu/src/main/config/resources.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Sep 24 20:36:53 EDT 2007


Author: SergeySmirnov
Date: 2007-09-24 20:36:53 -0400 (Mon, 24 Sep 2007)
New Revision: 3082

Modified:
   trunk/ui/dropdown-menu/src/main/config/resources/resources-config.xml
Log:


Modified: trunk/ui/dropdown-menu/src/main/config/resources/resources-config.xml
===================================================================
--- trunk/ui/dropdown-menu/src/main/config/resources/resources-config.xml	2007-09-25 00:33:30 UTC (rev 3081)
+++ trunk/ui/dropdown-menu/src/main/config/resources/resources-config.xml	2007-09-25 00:36:53 UTC (rev 3082)
@@ -1,9 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <resource-config>
-<!-- Menu list background -->
+	<resource >
+		<name>script/tiny_mce/themes/simple/css/editor_ui.css</name>
+		<path>org/richfaces/renderkit/html/script/tiny_mce/themes/simple/css/editor_ui.css</path>
+	</resource>
 
+	<resource >
+		<name>script/tiny_mce/themes/simple/editor_template_src.js</name>
+		<path>org/richfaces/renderkit/html/script/tiny_mce/themes/simple/editor_template_src.js</path>
+	</resource>
 
-	<resource class="org.richfaces.renderkit.html.images.background.MenuListBackground">
-		<name>org.richfaces.renderkit.html.images.background.MenuListBackground</name>
+	<resource >
+		<name>script/tiny_mce/langs/en.js</name>
+		<path>org/richfaces/renderkit/html/script/tiny_mce/langs/en.js</path>
 	</resource>
+
+	<resource >
+		<name>script/tiny_mce/themes/simple/images/bold.gif</name>
+		<path>org/richfaces/renderkit/html/script/tiny_mce/themes/simple/images/bold.gif</path>
+	</resource>
+
+
+
+
+
 </resource-config>




More information about the richfaces-svn-commits mailing list