blob: 1f064731e7717a74c283c6570bd9a1a86b6a1c0c [file] [log] [blame]
cbateman5c555182007-08-07 17:14:11 +00001<?xml version="1.0" encoding="UTF-8"?>
2
3<!DOCTYPE faces-config PUBLIC
4 "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.1//EN"
5 "http://java.sun.com/dtd/web-facesconfig_1_1.dtd">
6
7<faces-config
8 xmlns="http://java.sun.com/xml/ns/javaee"
9 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10 xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd"
11 version="1.2">
12 <application>
13 <resource-bundle>
14 <base-name>beans.bundle</base-name>
15 <var>resBundleProp1</var>
16 </resource-bundle>
17 <resource-bundle>
18 <base-name>beans.bundle2</base-name>
19 <var>resBundleProp2</var>
20 </resource-bundle>
21 </application>
22</faces-config>
23