Author: konstantin.mishin
Date: 2009-07-31 11:09:28 -0400 (Fri, 31 Jul 2009)
New Revision: 15079
Added:
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/msgs.properties
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/org/
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/org/richfaces/
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/org/richfaces/renderkit/
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/org/richfaces/renderkit/colorPicker.properties
Modified:
branches/community/3.3.X/samples/colorPickerDemo/
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/WEB-INF/faces-config.xml
Log:
RF-7627
Property changes on: branches/community/3.3.X/samples/colorPickerDemo
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.project
.classpath
Added:
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/msgs.properties
===================================================================
--- branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/msgs.properties
(rev 0)
+++
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/msgs.properties 2009-07-31
15:09:28 UTC (rev 15079)
@@ -0,0 +1,2 @@
+#RICH_COLORPICKER_APPLY_LABEL=Apply App
+RICH_COLORPICKER_CANCEL_LABEL=Cancel App
\ No newline at end of file
Added:
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/org/richfaces/renderkit/colorPicker.properties
===================================================================
---
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/org/richfaces/renderkit/colorPicker.properties
(rev 0)
+++
branches/community/3.3.X/samples/colorPickerDemo/src/main/resources/org/richfaces/renderkit/colorPicker.properties 2009-07-31
15:09:28 UTC (rev 15079)
@@ -0,0 +1,2 @@
+RICH_COLORPICKER_APPLY_LABEL=Apply Ext
+RICH_COLORPICKER_CANCEL_LABEL=Cancel Ext
\ No newline at end of file
Modified:
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
---
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/WEB-INF/faces-config.xml 2009-07-31
14:46:56 UTC (rev 15078)
+++
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/WEB-INF/faces-config.xml 2009-07-31
15:09:28 UTC (rev 15079)
@@ -13,4 +13,5 @@
<managed-bean-class>org.richfaces.SkinBean</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
</managed-bean>
+
<application><message-bundle>msgs</message-bundle></application>
</faces-config>
Show replies by date