Author: nbelaevski
Date: 2008-03-02 20:35:22 -0500 (Sun, 02 Mar 2008)
New Revision: 6475
Added:
trunk/ui/core/src/main/config/resources/resources-config.xml
trunk/ui/core/src/main/resources/
Removed:
trunk/ui/core/src/main/resources/META-INF/
trunk/ui/stdcomponents-skinning/
Modified:
trunk/ui/pom.xml
Log:
Skinning for std. components moved to core
Added: trunk/ui/core/src/main/config/resources/resources-config.xml
===================================================================
--- trunk/ui/core/src/main/config/resources/resources-config.xml
(rev 0)
+++ trunk/ui/core/src/main/config/resources/resources-config.xml 2008-03-03 01:35:22 UTC
(rev 6475)
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<resource-config>
+ <resource>
+ <name>org/richfaces/renderkit/html/css/basic.xcss</name>
+ <path>org/richfaces/renderkit/html/css/basic.xcss</path>
+ </resource>
+ <resource>
+ <name>org/richfaces/renderkit/html/css/basic_classes.xcss</name>
+ <path>org/richfaces/renderkit/html/css/basic_classes.xcss</path>
+ </resource>
+ <resource>
+ <name>org/richfaces/renderkit/html/css/extended.xcss</name>
+ <path>org/richfaces/renderkit/html/css/extended.xcss</path>
+ </resource>
+ <resource>
+ <name>org/richfaces/renderkit/html/css/extended_classes.xcss</name>
+ <path>org/richfaces/renderkit/html/css/extended_classes.xcss</path>
+ </resource>
+</resource-config>
Copied: trunk/ui/core/src/main/resources (from rev 6463,
trunk/ui/stdcomponents-skinning/src/main/resources)
Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2008-03-03 01:33:34 UTC (rev 6474)
+++ trunk/ui/pom.xml 2008-03-03 01:35:22 UTC (rev 6475)
@@ -105,7 +105,6 @@
<module>combobox</module>
<module>pickList</module>
<module>progressBAR</module>
- <module>stdcomponents-skinning</module>
</modules>
<dependencies>
<dependency>
Show replies by date