[richfaces-svn-commits] JBoss Rich Faces SVN: r6463 - in trunk/ui: assembly and 10 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Feb 29 13:42:06 EST 2008


Author: nbelaevski
Date: 2008-02-29 13:42:06 -0500 (Fri, 29 Feb 2008)
New Revision: 6463

Added:
   trunk/ui/stdcomponents-skinning/
   trunk/ui/stdcomponents-skinning/pom.xml
   trunk/ui/stdcomponents-skinning/src/
   trunk/ui/stdcomponents-skinning/src/main/
   trunk/ui/stdcomponents-skinning/src/main/resources/
   trunk/ui/stdcomponents-skinning/src/main/resources/META-INF/
   trunk/ui/stdcomponents-skinning/src/main/resources/META-INF/resources-config.xml
   trunk/ui/stdcomponents-skinning/src/main/resources/org/
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/basic.xcss
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/basic_classes.xcss
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/extended.xcss
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/extended_classes.xcss
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-both.xcss
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-classes.xcss
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-styles.xcss
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-both.xcss
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-classes.xcss
   trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-styles.xcss
Modified:
   trunk/ui/assembly/pom.xml
   trunk/ui/pom.xml
Log:
http://jira.jboss.com/jira/browse/RF-2138

Modified: trunk/ui/assembly/pom.xml
===================================================================
--- trunk/ui/assembly/pom.xml	2008-02-29 18:33:34 UTC (rev 6462)
+++ trunk/ui/assembly/pom.xml	2008-02-29 18:42:06 UTC (rev 6463)
@@ -63,6 +63,7 @@
 					<!--
 						<templateXpath>/*[local-name()='template']/*</templateXpath>
 					-->
+					<excludeXcss>**/basic.xcss, **/basic_classes.xcss, **/extended.xcss, **/extended_classes.xcss, **/skin*.xcss</excludeXcss>
 					<commonStyle>org/richfaces/skin.xcss</commonStyle>
 				</configuration>
 				<executions>
@@ -320,4 +321,4 @@
 		</plugins>
 	</build>
 	<dependencies />
-</project>
\ No newline at end of file
+</project>

Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml	2008-02-29 18:33:34 UTC (rev 6462)
+++ trunk/ui/pom.xml	2008-02-29 18:42:06 UTC (rev 6463)
@@ -1,7 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>root</artifactId>
 		<groupId>org.richfaces</groupId>
@@ -107,7 +105,8 @@
 		<module>combobox</module>
 		<module>pickList</module>
 	    <module>progressBAR</module>
-	</modules>
+    <module>stdcomponents-skinning</module>
+  </modules>
 	<dependencies>
 		<dependency>
 			<groupId>org.richfaces.framework</groupId>


Property changes on: trunk/ui/stdcomponents-skinning
___________________________________________________________________
Name: svn:ignore
   + target
.classpath
.project
.settings


Added: trunk/ui/stdcomponents-skinning/pom.xml
===================================================================
--- trunk/ui/stdcomponents-skinning/pom.xml	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/pom.xml	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>ui</artifactId>
+    <groupId>org.richfaces</groupId>
+    <version>3.2.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.ui</groupId>
+  <artifactId>stdcomponents-skinning</artifactId>
+  <name>stdcomponents-skinning</name>
+</project>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/META-INF/resources-config.xml
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/META-INF/resources-config.xml	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/META-INF/resources-config.xml	2008-02-29 18:42:06 UTC (rev 6463)
@@ -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>

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/basic.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/basic.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/basic.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+	<u:selector name="input, select, textarea, button, keygen, isindex, legend">
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="controlTextColor" />
+	</u:selector>
+
+	<f:verbatim>
+		<![CDATA[
+		fieldset {
+			border-width: 1px; 
+			border-style: solid;
+			padding: 10px;
+		}
+
+		hr {
+			border-width: 1px; 
+			border-style: solid;
+		}
+		]]>
+	</f:verbatim>
+
+	<u:selector name="fieldset">
+		<u:style name="border-color" skin="panelBorderColor" />
+	</u:selector>
+
+	<u:selector name="hr">
+		<u:style name="border-color" skin="panelBorderColor" />
+	</u:selector>
+
+	<u:selector name="a">
+		<u:style name="color" skin="LinkColor" />
+	</u:selector>
+	
+	<u:selector name="a:hover">
+		<u:style name="color" skin="hoverLinkColor" />
+	</u:selector>
+	
+	<u:selector name="a:visited">
+		<u:style name="color" skin="visitedLinkColor" />
+	</u:selector>
+</f:template>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/basic_classes.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/basic_classes.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/basic_classes.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+
+	<u:selector name=".rich-container input, .rich-input
+		.rich-container select, .rich-select,
+		.rich-container textarea, .rich-textarea,
+		.rich-container button, .rich-button,
+		.rich-container keygen, .rich-keygen,
+		.rich-container isindex, .rich-isindex,
+		.rich-container legend, .rich-legend">
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="controlTextColor" />
+	</u:selector>
+
+	<f:verbatim>
+		<![CDATA[
+		.rich-container fieldset, .rich-fieldset {
+			border-width: 1px; 
+			border-style: solid;
+			padding: 10px;
+		}
+
+		.rich-container hr, .rich-hr {
+			border-width: 1px; 
+			border-style: solid;
+		}
+		]]>
+	</f:verbatim>
+
+	<u:selector name=".rich-container fieldset, .rich-fieldset">
+		<u:style name="border-color" skin="panelBorderColor" />
+	</u:selector>
+
+	<u:selector name=".rich-container hr, .rich-hr">
+		<u:style name="border-color" skin="panelBorderColor" />
+	</u:selector>
+
+	<u:selector name=".rich-container a">
+		<u:style name="color" skin="LinkColor" />
+	</u:selector>
+	
+	<u:selector name=".rich-container a:hover">
+		<u:style name="color" skin="hoverLinkColor" />
+	</u:selector>
+	
+	<u:selector name=".rich-container a:visited">
+		<u:style name="color" skin="visitedLinkColor" />
+	</u:selector>
+</f:template>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/extended.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/extended.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/extended.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="UTF-8"?>
+         
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+	<u:selector name="input, select, textarea, button, keygen, isindex">
+		<u:style name="border-width" value="1px" />
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="color" skin="controlTextColor" />
+	</u:selector>
+
+	<f:verbatim>
+		<![CDATA[
+		*|button {
+			border-width: 1px; 
+			background-repeat : repeat-x;
+			background-position : top left;
+		}
+
+		button[type="button"], button[type="reset"], button[type="submit"], input[type="reset"], input[type="submit"], input[type="button"] {
+			border-width: 1px; 
+			background-repeat : repeat-x;
+			background-position : top left;
+		}
+		
+		]]>
+	</f:verbatim>
+
+	<u:selector name="*|button">
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="headerTextColor" />
+		<u:style name="background-color" skin="headerBackgroundColor" />
+
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.ButtonBackgroundImage"/>
+		</u:style>
+	</u:selector>
+
+	<u:selector name="button[type=&quot;button&quot;], button[type=&quot;reset&quot;], button[type=&quot;submit&quot;], 
+						input[type=&quot;reset&quot;], input[type=&quot;submit&quot;], input[type=&quot;button&quot;]">
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="headerTextColor" />
+		<u:style name="background-color" skin="headerBackgroundColor" />
+
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.ButtonBackgroundImage"/>
+		</u:style>
+	</u:selector>
+
+
+
+	<f:verbatim>
+		<![CDATA[
+		*|textarea {
+			border-width: 1px; 
+			border-style : inset;
+			background-repeat : no-repeat;
+			background-position : 1px 1px;
+		}
+		
+		textarea[type="textarea"], input[type="text"], input[type="password"], select {
+			border-width: 1px; 
+			border-style : inset;
+			background-repeat : no-repeat;
+			background-position : 1px 1px;
+		}
+		]]>
+	</f:verbatim>
+
+	<u:selector name="*|textarea">
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="controlTextColor" />
+		<u:style name="background-color" skin="controlBackgroundColor" />
+
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.InputBackgroundImage"/>
+		</u:style>
+	</u:selector>
+
+	<u:selector name="textarea[type=&quot;textarea&quot;], input[type=&quot;text&quot;], input[type=&quot;password&quot;], select">
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="controlTextColor" />
+		<u:style name="background-color" skin="controlBackgroundColor" />
+
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.InputBackgroundImage"/>
+		</u:style>
+	</u:selector>
+
+</f:template>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/extended_classes.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/extended_classes.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/renderkit/html/css/extended_classes.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding="UTF-8"?>
+         
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+	<u:selector name=".rich-container input, 
+		.rich-container select, 
+		.rich-container textarea, 
+		.rich-container button, 
+		.rich-container keygen, 
+		.rich-container isindex">
+		<u:style name="border-width" value="1px" />
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="color" skin="controlTextColor" />
+	</u:selector>
+
+	<f:verbatim>
+		<![CDATA[
+		.rich-container *|button {
+			border-width: 1px; 
+			background-repeat : repeat-x;
+			background-position : top left;
+		}
+
+		.rich-container button[type="button"], 
+		.rich-container button[type="reset"], 
+		.rich-container button[type="submit"], 
+		.rich-container input[type="reset"], 
+		.rich-container input[type="submit"], 
+		.rich-container input[type="button"] {
+			border-width: 1px; 
+			background-repeat : repeat-x;
+			background-position : top left;
+		}
+		
+		]]>
+	</f:verbatim>
+
+	<u:selector name=".rich-container *|button">
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="headerTextColor" />
+		<u:style name="background-color" skin="headerBackgroundColor" />
+
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.ButtonBackgroundImage"/>
+		</u:style>
+	</u:selector>
+
+	<u:selector name="
+		.rich-container button[type=&quot;button&quot;], 
+		.rich-container button[type=&quot;reset&quot;], 
+		.rich-container button[type=&quot;submit&quot;], 
+		.rich-container input[type=&quot;reset&quot;], 
+		.rich-container input[type=&quot;submit&quot;], 
+		.rich-container input[type=&quot;button&quot;]
+		">
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="headerTextColor" />
+		<u:style name="background-color" skin="headerBackgroundColor" />
+
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.ButtonBackgroundImage"/>
+		</u:style>
+	</u:selector>
+
+
+
+	<f:verbatim>
+		<![CDATA[
+		.rich-container *|textarea {
+			border-width: 1px; 
+			border-style : inset;
+			background-repeat : no-repeat;
+			background-position : 1px 1px;
+		}
+		
+		.rich-container textarea[type="textarea"], 
+		.rich-container input[type="text"], 
+		.rich-container input[type="password"], 
+		.rich-container select {
+			border-width: 1px; 
+			border-style : inset;
+			background-repeat : no-repeat;
+			background-position : 1px 1px;
+		}
+		]]>
+	</f:verbatim>
+
+	<u:selector name=".rich-container *|textarea">
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="controlTextColor" />
+		<u:style name="background-color" skin="controlBackgroundColor" />
+
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.InputBackgroundImage"/>
+		</u:style>
+	</u:selector>
+
+	<u:selector name="
+		.rich-container textarea[type=&quot;textarea&quot;], 
+		.rich-container input[type=&quot;text&quot;], 
+		.rich-container input[type=&quot;password&quot;], 
+		.rich-container select">
+		<u:style name="border-color" skin="panelBorderColor" />
+		<u:style name="font-size" skin="generalSizeFont" />
+		<u:style name="font-family" skin="generalFamilyFont" />
+		<u:style name="color" skin="controlTextColor" />
+		<u:style name="background-color" skin="controlBackgroundColor" />
+
+		<u:style name="background-image">
+			<f:resource f:key="org.richfaces.renderkit.html.images.InputBackgroundImage"/>
+		</u:style>
+	</u:selector>
+</f:template>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-both.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-both.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-both.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+    <u:insertResource src="org/richfaces/skin.xcss" />
+
+    <u:insertResource src="org/richfaces/renderkit/html/css/basic.xcss" />
+    <u:insertResource src="org/richfaces/renderkit/html/css/basic_classes.xcss" />
+</f:template>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-classes.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-classes.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-classes.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+    <u:insertResource src="org/richfaces/skin.xcss" />
+    
+    <u:insertResource src="org/richfaces/renderkit/html/css/basic_classes.xcss" />
+</f:template>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-styles.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-styles.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-bas-styles.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+    <u:insertResource src="org/richfaces/skin.xcss" />
+    
+    <u:insertResource src="org/richfaces/renderkit/html/css/basic.xcss" />
+</f:template>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-both.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-both.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-both.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+    <u:insertResource src="org/richfaces/skin.xcss" />
+    
+    <u:insertResource src="org/richfaces/renderkit/html/css/basic.xcss" />
+    <u:insertResource src="org/richfaces/renderkit/html/css/basic_classes.xcss" />
+
+    <u:insertResource src="org/richfaces/renderkit/html/css/extended.xcss" />
+    <u:insertResource src="org/richfaces/renderkit/html/css/extended_classes.xcss" />
+</f:template>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-classes.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-classes.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-classes.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+    <u:insertResource src="org/richfaces/skin.xcss" />
+    
+    <u:insertResource src="org/richfaces/renderkit/html/css/basic_classes.xcss" />
+    <u:insertResource src="org/richfaces/renderkit/html/css/extended_classes.xcss" />
+</f:template>
\ No newline at end of file

Added: trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-styles.xcss
===================================================================
--- trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-styles.xcss	                        (rev 0)
+++ trunk/ui/stdcomponents-skinning/src/main/resources/org/richfaces/skin-ext-styles.xcss	2008-02-29 18:42:06 UTC (rev 6463)
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<f:template xmlns:f='http:/jsf.exadel.com/template'
+   xmlns:u='http:/jsf.exadel.com/template/util'
+   xmlns="http://www.w3.org/1999/xhtml">
+
+    <u:insertResource src="org/richfaces/skin.xcss" />
+    
+    <u:insertResource src="org/richfaces/renderkit/html/css/basic.xcss" />
+    <u:insertResource src="org/richfaces/renderkit/html/css/extended.xcss" />
+</f:template>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list