[pal-cvs 2498] [230] added main source

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2007年 7月 10日 (火) 22:35:08 JST


Revision: 230
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=pal&view=rev&rev=230
Author:   takeharu
Date:     2007-07-10 22:35:08 +0900 (Tue, 10 Jul 2007)

Log Message:
-----------
added main source

Added Paths:
-----------
    pompei/trunk/src/main/webapp/WEB-INF/faces-config.xml


-------------- next part --------------
Added: pompei/trunk/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- pompei/trunk/src/main/webapp/WEB-INF/faces-config.xml	2007-07-10 13:21:18 UTC (rev 229)
+++ pompei/trunk/src/main/webapp/WEB-INF/faces-config.xml	2007-07-10 13:35:08 UTC (rev 230)
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+
+<!DOCTYPE faces-config PUBLIC
+  "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
+  "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
+
+<!-- =========== FULL CONFIGURATION FILE ================================== -->
+
+<faces-config>
+	
+    <application>
+    	<message-bundle>appMessages</message-bundle>
+    	<locale-config>
+        	<default-locale>en</default-locale>
+        	<supported-locale>ja</supported-locale>
+    	</locale-config>
+	</application>
+	
+</faces-config>
\ No newline at end of file


pal-cvs メーリングリストの案内
Back to archive index