You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2010/06/17 23:00:52 UTC

svn commit: r955744 [3/7] - in /myfaces/portlet-bridge/core/trunk/examples: carstore/src/main/java/carstore/ carstore/src/main/java/carstore/bundles/ carstore/src/main/java/org/apache/myfaces/portlet/faces/examples/renderkit/ carstore/src/main/resource...

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet/faces/examples/renderkit/AreaRenderer.java
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet/faces/examples/renderkit/AreaRenderer.java?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet/faces/examples/renderkit/AreaRenderer.java (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/java/org/apache/myfaces/portlet/faces/examples/renderkit/AreaRenderer.java Thu Jun 17 21:00:48 2010
@@ -1,6 +1,21 @@
-/* Copyright 2005 Sun Microsystems, Inc.  All rights reserved.  You may not modify, use, reproduce, or distribute this software except in compliance with the terms of the License at: 
- http://developer.sun.com/berkeley_license.html
- $Id: AreaRenderer.java,v 1.3 2005/11/01 21:59:09 jenniferb Exp $ */
+/* Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ *
+ */
 
 package org.apache.myfaces.portlet.faces.examples.renderkit;
 

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/META-INF/NOTICE
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/META-INF/NOTICE?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/META-INF/NOTICE (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/META-INF/NOTICE Thu Jun 17 21:00:48 2010
@@ -4,7 +4,7 @@ Copyright [2007, 2008, 2009, 2010] The A
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 
-Portions of this software are Copyright (c) 2007, Oracle 
+Portions of this software are Copyright (c) 2005-2007, Oracle 
 Corporation, <http://www.oracle.com/> and are licensed to 
 the Apache Software Foundation under the "Software Grant 
 and Corporate Contribution License Agreement"

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Common_options.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Common_options.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Common_options.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Common_options.properties Thu Jun 17 21:00:48 2010
@@ -1,48 +1,42 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the non-localized set of options common to all cars
-
-sunroof=false
-sunroof_componentType=javax.faces.SelectBoolean
-sunroof_valueType=java.lang.Boolean
-cruisecontrol=false
-cruisecontrol_componentType=javax.faces.SelectBoolean
-cruisecontrol_valueType=java.lang.Boolean
-keylessentry=false
-keylessentry_componentType=javax.faces.SelectBoolean
-keylessentry_valueType=java.lang.Boolean
-securitySystem=false
-securitySystem_componentType=javax.faces.SelectBoolean
-securitySystem_valueType=java.lang.Boolean
-skiRack=false
-skiRack_componentType=javax.faces.SelectBoolean
-skiRack_valueType=java.lang.Boolean
-towPackage=false
-towPackage_componentType=javax.faces.SelectBoolean
-towPackage_valueType=java.lang.Boolean
-gps=false
-gps_componentType=javax.faces.SelectBoolean
-gps_valueType=java.lang.Boolean
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+
+# this file contains the non-localized set of options common to all cars
+
+sunroof=false
+sunroof_componentType=javax.faces.SelectBoolean
+sunroof_valueType=java.lang.Boolean
+cruisecontrol=false
+cruisecontrol_componentType=javax.faces.SelectBoolean
+cruisecontrol_valueType=java.lang.Boolean
+keylessentry=false
+keylessentry_componentType=javax.faces.SelectBoolean
+keylessentry_valueType=java.lang.Boolean
+securitySystem=false
+securitySystem_componentType=javax.faces.SelectBoolean
+securitySystem_valueType=java.lang.Boolean
+skiRack=false
+skiRack_componentType=javax.faces.SelectBoolean
+skiRack_valueType=java.lang.Boolean
+towPackage=false
+towPackage_componentType=javax.faces.SelectBoolean
+towPackage_valueType=java.lang.Boolean
+gps=false
+gps_componentType=javax.faces.SelectBoolean
+gps_valueType=java.lang.Boolean

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Custom.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Custom.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Custom.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Custom.properties Thu Jun 17 21:00:48 2010
@@ -1,45 +1,41 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-sunroof=false
-sunroof_disabled=false
-cruisecontrol=false
-cruisecontrol_disabled=false
-keylessentry=false
-keylessentry_disabled=false
-securitySystem=false
-securitySystem_disabled=false
-skirack=false
-skirack_disabled=false
-towPackage=false
-towPackage_disabled=false
-gps=false
-gps_disabled=false
-
-engine=V4
-brake=Disc
-suspension=Regular
-speaker=4
-audio=Standard
-transmission=Manual
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+sunroof=false
+sunroof_disabled=false
+cruisecontrol=false
+cruisecontrol_disabled=false
+keylessentry=false
+keylessentry_disabled=false
+securitySystem=false
+securitySystem_disabled=false
+skirack=false
+skirack_disabled=false
+towPackage=false
+towPackage_disabled=false
+gps=false
+gps_disabled=false
+
+engine=V4
+brake=Disc
+suspension=Regular
+speaker=4
+audio=Standard
+transmission=Manual

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Deluxe.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Deluxe.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Deluxe.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Deluxe.properties Thu Jun 17 21:00:48 2010
@@ -1,45 +1,41 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-sunroof=true
-sunroof_disabled=false
-cruisecontrol=true
-cruisecontrol_disabled=false
-keylessentry=true
-keylessentry_disabled=false
-securitySystem=true
-securitySystem_disabled=false
-skirack=true
-skirack_disabled=false
-towPackage=true
-towPackage_disabled=false
-gps=true
-gps_disabled=false
-
-engine=V8
-brake=Drum
-suspension=Regular
-speaker=6
-audio=Premium
-transmission=Auto
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+sunroof=true
+sunroof_disabled=false
+cruisecontrol=true
+cruisecontrol_disabled=false
+keylessentry=true
+keylessentry_disabled=false
+securitySystem=true
+securitySystem_disabled=false
+skirack=true
+skirack_disabled=false
+towPackage=true
+towPackage_disabled=false
+gps=true
+gps_disabled=false
+
+engine=V8
+brake=Drum
+suspension=Regular
+speaker=6
+audio=Premium
+transmission=Auto

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy.properties Thu Jun 17 21:00:48 2010
@@ -1,33 +1,29 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Jalopy 
-
-title=Duke's Stripped-Down Jalopy
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=If you're the type who doesn't care what anyone thinks, this is the car for you. Strictly for point-a-to-point-b types.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Jalopy 
+
+title=Duke's Stripped-Down Jalopy
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=If you're the type who doesn't care what anyone thinks, this is the car for you. Strictly for point-a-to-point-b types.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_de.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_de.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_de.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_de.properties Thu Jun 17 21:00:48 2010
@@ -1,33 +1,29 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Jalopy 
-
-title=Dukes alte Kiste
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Wenn Sie der Typ von Mensch sind, den es nicht k\u00fcmmert, was jeder denkt, dann ist dies genau der richtige Wagen f\u00fcr Sie! Gedacht f\u00fcr Punkt-A-Nach-Punkt-B Typen. 
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Jalopy 
+
+title=Dukes alte Kiste
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Wenn Sie der Typ von Mensch sind, den es nicht k\u00fcmmert, was jeder denkt, dann ist dies genau der richtige Wagen f\u00fcr Sie! Gedacht f\u00fcr Punkt-A-Nach-Punkt-B Typen. 
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_es.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_es.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_es.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_es.properties Thu Jun 17 21:00:48 2010
@@ -1,33 +1,29 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Jalopy 
-
-title=El cacharro de Duke
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Este es el carro para ti si tu eres el tipo de persona de que no le importa lo que otros opinion de ti.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Jalopy 
+
+title=El cacharro de Duke
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Este es el carro para ti si tu eres el tipo de persona de que no le importa lo que otros opinion de ti.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_fr.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_fr.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_fr.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_fr.properties Thu Jun 17 21:00:48 2010
@@ -1,33 +1,29 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Jalopy 
-
-title=La coccinelle de Duke
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Si l'opinion des autres ne vous d\u00e9range pas, c'est l'automobile qu'il vous faut.  Id\u00e9al pous vous permettre d'aller du point A au point B.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Jalopy 
+
+title=La coccinelle de Duke
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Si l'opinion des autres ne vous d\u00e9range pas, c'est l'automobile qu'il vous faut.  Id\u00e9al pous vous permettre d'aller du point A au point B.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_options.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_options.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_options.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Jalopy_options.properties Thu Jun 17 21:00:48 2010
@@ -1,58 +1,54 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the non-localized set of options for the Jalopy
-
-basePrice=10750
-basePrice_componentType=javax.faces.Output
-basePrice_valueType=java.lang.Integer
-currentPrice=10750
-currentPrice_componentType=javax.faces.Output
-currentPrice_valueType=java.lang.Integer
-brake=Disc,Drum
-brake_componentType=javax.faces.SelectOne
-brake_valueType=java.lang.String
-suspension=Performance,Regular
-suspension_componentType=javax.faces.SelectOne
-suspension_valueType=java.lang.String
-audio=Standard,Premium
-audio_componentType=javax.faces.SelectOne
-audio_valueType=java.lang.String
-transmission=Auto,Manual
-transmission_componentType=javax.faces.SelectOne
-transmission_valueType=java.lang.String
-image=/images/200x168_Jalopy.jpg
-image_componentType=javax.faces.Graphic
-image_valueType=java.lang.String
-imageSmall=/images/150x126_Jalopy.jpg
-imageSmall_componentType=javax.faces.Graphic
-imageSmall_valueType=java.lang.String
-engine=V4,V6
-engine_componentType=javax.faces.SelectOne
-engine_valueType=java.lang.String
-speaker=4,6
-speaker_componentType=javax.faces.SelectOne
-speaker_valueType=java.lang.String
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the non-localized set of options for the Jalopy
+
+basePrice=10750
+basePrice_componentType=javax.faces.Output
+basePrice_valueType=java.lang.Integer
+currentPrice=10750
+currentPrice_componentType=javax.faces.Output
+currentPrice_valueType=java.lang.Integer
+brake=Disc,Drum
+brake_componentType=javax.faces.SelectOne
+brake_valueType=java.lang.String
+suspension=Performance,Regular
+suspension_componentType=javax.faces.SelectOne
+suspension_valueType=java.lang.String
+audio=Standard,Premium
+audio_componentType=javax.faces.SelectOne
+audio_valueType=java.lang.String
+transmission=Auto,Manual
+transmission_componentType=javax.faces.SelectOne
+transmission_valueType=java.lang.String
+image=/images/200x168_Jalopy.jpg
+image_componentType=javax.faces.Graphic
+image_valueType=java.lang.String
+imageSmall=/images/150x126_Jalopy.jpg
+imageSmall_componentType=javax.faces.Graphic
+imageSmall_valueType=java.lang.String
+engine=V4,V6
+engine_componentType=javax.faces.SelectOne
+engine_valueType=java.lang.String
+speaker=4,6
+speaker_componentType=javax.faces.SelectOne
+speaker_valueType=java.lang.String
+

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury.properties Thu Jun 17 21:00:48 2010
@@ -1,34 +1,30 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Luxury
-
-
-title=Duke's Vulgar Luxury Car
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Those Joneses next door have everything, don't they? Well, show them that you're the one pulling in the big bucks by driving up in this loaded chassis.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Luxury
+
+
+title=Duke's Vulgar Luxury Car
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Those Joneses next door have everything, don't they? Well, show them that you're the one pulling in the big bucks by driving up in this loaded chassis.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_de.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_de.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_de.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_de.properties Thu Jun 17 21:00:48 2010
@@ -1,34 +1,30 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Luxury
-
-title=Dukes geschmacklose Luxus-Limosine
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Diese Meiers von nebenan haben Alles, nicht war? Nun, zeigen Sie denen mal, dass bei Ihnen der Rubel rollt und fahren Sie mit diesem \u00fcberladenen Chassis vorbei.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Luxury
+
+title=Dukes geschmacklose Luxus-Limosine
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Diese Meiers von nebenan haben Alles, nicht war? Nun, zeigen Sie denen mal, dass bei Ihnen der Rubel rollt und fahren Sie mit diesem \u00fcberladenen Chassis vorbei.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String
+

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_es.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_es.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_es.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_es.properties Thu Jun 17 21:00:48 2010
@@ -1,34 +1,30 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Luxury
-
-title=El carro delujo de Duke.
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Los vecinos Delgados tienen de todo, cierto? Bien tu les puedes ense\u00f1ar de que ganas mas dinero cuando compres y manejes este carro.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Luxury
+
+title=El carro delujo de Duke.
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Los vecinos Delgados tienen de todo, cierto? Bien tu les puedes ense\u00f1ar de que ganas mas dinero cuando compres y manejes este carro.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String
+

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_fr.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_fr.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_fr.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_fr.properties Thu Jun 17 21:00:48 2010
@@ -1,34 +1,30 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the localized content for the Luxury
-
-title=La luxueuse de Duke
-title_componentType=javax.faces.Output
-title_valueType=java.lang.String
-description=Les Lamotte font l'envie de tous parce qu'ils possedent tout? C'est maintenant votre chance d'attirer les regards d�s que vous serez au volant de cette voiture sublime.
-description_componentType=javax.faces.Output
-description_valueType=java.lang.String
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the localized content for the Luxury
+
+title=La luxueuse de Duke
+title_componentType=javax.faces.Output
+title_valueType=java.lang.String
+description=Les Lamotte font l'envie de tous parce qu'ils possedent tout? C'est maintenant votre chance d'attirer les regards d�s que vous serez au volant de cette voiture sublime.
+description_componentType=javax.faces.Output
+description_valueType=java.lang.String
+

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_options.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_options.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_options.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Luxury_options.properties Thu Jun 17 21:00:48 2010
@@ -1,57 +1,53 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-# this file contains the non-localized set of options for the Luxury
-
-basePrice=20700
-basePrice_componentType=javax.faces.Output
-basePrice_valueType=java.lang.Integer
-currentPrice=20700
-currentPrice_componentType=javax.faces.Output
-currentPrice_valueType=java.lang.Integer
-image=/images/200x168_Luxury.jpg
-image_componentType=javax.faces.Graphic
-image_valueType=java.lang.String
-imageSmall=/images/150x126_Luxury.jpg
-imageSmall_componentType=javax.faces.Graphic
-imageSmall_valueType=java.lang.String
-brake=Disc,Drum
-brake_componentType=javax.faces.SelectOne
-brake_valueType=java.lang.String
-suspension=Performance,Regular
-suspension_componentType=javax.faces.SelectOne
-suspension_valueType=java.lang.String
-audio=Standard,Premium
-audio_componentType=javax.faces.SelectOne
-audio_valueType=java.lang.String
-transmission=Auto,Manual
-transmission_componentType=javax.faces.SelectOne
-transmission_valueType=java.lang.String
-engine=V4,V6,V8
-engine_componentType=javax.faces.SelectOne
-engine_valueType=java.lang.String
-speaker=4,6
-speaker_componentType=javax.faces.SelectOne
-speaker_valueType=java.lang.String
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+# this file contains the non-localized set of options for the Luxury
+
+basePrice=20700
+basePrice_componentType=javax.faces.Output
+basePrice_valueType=java.lang.Integer
+currentPrice=20700
+currentPrice_componentType=javax.faces.Output
+currentPrice_valueType=java.lang.Integer
+image=/images/200x168_Luxury.jpg
+image_componentType=javax.faces.Graphic
+image_valueType=java.lang.String
+imageSmall=/images/150x126_Luxury.jpg
+imageSmall_componentType=javax.faces.Graphic
+imageSmall_valueType=java.lang.String
+brake=Disc,Drum
+brake_componentType=javax.faces.SelectOne
+brake_valueType=java.lang.String
+suspension=Performance,Regular
+suspension_componentType=javax.faces.SelectOne
+suspension_valueType=java.lang.String
+audio=Standard,Premium
+audio_componentType=javax.faces.SelectOne
+audio_valueType=java.lang.String
+transmission=Auto,Manual
+transmission_componentType=javax.faces.SelectOne
+transmission_valueType=java.lang.String
+engine=V4,V6,V8
+engine_componentType=javax.faces.SelectOne
+engine_valueType=java.lang.String
+speaker=4,6
+speaker_componentType=javax.faces.SelectOne
+speaker_valueType=java.lang.String

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages.properties Thu Jun 17 21:00:48 2010
@@ -1,28 +1,24 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carstore.Format_Invalid=Input must match one of the following patterns {0}
-carstore.Conversion_Error=Conversion Error setting value '{0}' for '{1}'
-carstore.Converter_Error=Converter Not Found for identifier: '{0}'
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carstore.Format_Invalid=Input must match one of the following patterns {0}
+carstore.Conversion_Error=Conversion Error setting value '{0}' for '{1}'
+carstore.Converter_Error=Converter Not Found for identifier: '{0}'

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_de.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_de.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_de.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_de.properties Thu Jun 17 21:00:48 2010
@@ -1,28 +1,24 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carstore.Format_Invalid=Eingang mu\u00df eins der folgenden Muster zusammenbringen {0}
-carstore.Conversion_Error=Konvertierungs-Fehler: Wert '{0}' f\u00fcr Modell '{1}'
-carstore.Converter_Error=Konverter gefunden nicht f�r Bezeichner: '{0}'
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carstore.Format_Invalid=Eingang mu\u00df eins der folgenden Muster zusammenbringen {0}
+carstore.Conversion_Error=Konvertierungs-Fehler: Wert '{0}' f\u00fcr Modell '{1}'
+carstore.Converter_Error=Konverter gefunden nicht f�r Bezeichner: '{0}'

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_es.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_es.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_es.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_es.properties Thu Jun 17 21:00:48 2010
@@ -1,28 +1,24 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carstore.Format_Invalid=La entrada debe emparejar uno de los patrones siguientes {0}
-carstore.Conversion_Error=Error de conversion en el valor puesto '{0}' del modelo '{1}'
-carstore.Converter_Error=Convertidor no encontrado para el identificador: '{0}'
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carstore.Format_Invalid=La entrada debe emparejar uno de los patrones siguientes {0}
+carstore.Conversion_Error=Error de conversion en el valor puesto '{0}' del modelo '{1}'
+carstore.Converter_Error=Convertidor no encontrado para el identificador: '{0}'

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_fr.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_fr.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_fr.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Messages_fr.properties Thu Jun 17 21:00:48 2010
@@ -1,28 +1,24 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carstore.Format_Invalid=L'entr\u00e9 doit assortir un des mod'les suivants {0}
-carstore.Conversion_Error=Erreur de conversion quand la valeur '{0}' est commise pour le mod\u00e9le '{1}'
-carstore.Converter_Error=Convertisseur non trouv� pour la marque: '{0}'
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carstore.Format_Invalid=L'entr\u00e9 doit assortir un des mod'les suivants {0}
+carstore.Conversion_Error=Erreur de conversion quand la valeur '{0}' est commise pour le mod\u00e9le '{1}'
+carstore.Converter_Error=Convertisseur non trouv� pour la marque: '{0}'

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/OptionPrices.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/OptionPrices.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/OptionPrices.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/OptionPrices.properties Thu Jun 17 21:00:48 2010
@@ -1,45 +1,41 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-V4=100
-V6=200
-V8=300
-Disc=100
-Drum=200
-Regular=150
-Performance=300
-4=100
-6=200
-Standard=100
-Premium=200
-Auto=300
-Manual=200
-sunroof=100
-cruisecontrol=150
-keylessentry=100
-skirack=200
-securitySystem=100
-skiRack=200
-towPackage=200
-gps=200
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+V4=100
+V6=200
+V8=300
+Disc=100
+Drum=200
+Regular=150
+Performance=300
+4=100
+6=200
+Standard=100
+Premium=200
+Auto=300
+Manual=200
+sunroof=100
+cruisecontrol=150
+keylessentry=100
+skirack=200
+securitySystem=100
+skiRack=200
+towPackage=200
+gps=200

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Performance.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Performance.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Performance.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Performance.properties Thu Jun 17 21:00:48 2010
@@ -1,45 +1,41 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-sunroof=true
-sunroof_disabled=true
-cruisecontrol=true
-cruisecontrol_disabled=true
-keylessentry=true
-keylessentry_disabled=true
-securitySystem=false
-securitySystem_disabled=true
-skirack=true
-skirack_disabled=true
-towPackage=true
-towPackage_disabled=true
-gps=false
-gps_disabled=true
-
-engine=V8
-brake=Drum
-suspension=Performance
-speaker=6
-audio=Premium
-transmission=Manual
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+sunroof=true
+sunroof_disabled=true
+cruisecontrol=true
+cruisecontrol_disabled=true
+keylessentry=true
+keylessentry_disabled=true
+securitySystem=false
+securitySystem_disabled=true
+skirack=true
+skirack_disabled=true
+towPackage=true
+towPackage_disabled=true
+gps=false
+gps_disabled=true
+
+engine=V8
+brake=Drum
+suspension=Performance
+speaker=6
+audio=Premium
+transmission=Manual

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources.properties Thu Jun 17 21:00:48 2010
@@ -1,106 +1,102 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-#
-# Resources common to the entire app.
-#
-
-moreButton=More
-
-chooseLocale=Choose Your Preferred Locale From the Map
-
-chooseCar=Which car would you like to buy?
-
-carDetails=Here are the details for your car.
-
-basePriceLabel=Base Price
-yourPriceLabel=Your Price 
-OptionsPackages=Options and Packages
-
-Package=Package
-Custom=Custom
-Deluxe=Deluxe
-
-Engine=Engine
-
-Brakes=Brakes
-Disc=disc
-Drum=drum
-
-Suspension=Suspension
-Regular=regular
-Performance=performance
-
-Speakers=Speakers
-
-Audio=Audio
-Standard=Standard
-Premium=premium
-
-Transmission=Transmission
-Auto=auto
-Manual=manual
-
-OtherOptions=Other Options
-
-sunroofLabel=Sunroof
-cruiseLabel=Cruise Control
-keylessLabel=Keyless Entry
-securityLabel=Security System
-skiRackLabel=Ski Rack
-towPkgLabel=Tow Package
-gpsLabel=GPS
-buy=Buy
-back=Back
-buyLabel=Thanks for stopping by!
-
-recalculate=Recalculate
-buyTitle=You have chosen the following options:
-configureButton=Reconfigure
-customerTitle=Please fill in your name and address.
-
-titleLabel=Title
-mrLabel=Mr.
-msLabel=Ms.
-mrsLabel=Mrs.
-firstLabel=First Name
-middleLabel=Middle Initial
-lastLabel=Last Name
-mailingLabel=Mailing Address
-cityLabel=City
-stateLabel=State
-zipLabel=Zip Code
-ccNumberLabel=Credit Card Number
-monthLabel=Expiry Date
-finishButton=Finish
-errorLabel=An Error Happened!
-thanksLabel=Thanks, {0}, for using CarStore! Your car will ship soon.
-
-outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
-
-english=English
-german=German
-spanish=Spanish
-french=French
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+#
+# Resources common to the entire app.
+#
+
+moreButton=More
+
+chooseLocale=Choose Your Preferred Locale From the Map
+
+chooseCar=Which car would you like to buy?
+
+carDetails=Here are the details for your car.
+
+basePriceLabel=Base Price
+yourPriceLabel=Your Price 
+OptionsPackages=Options and Packages
+
+Package=Package
+Custom=Custom
+Deluxe=Deluxe
+
+Engine=Engine
+
+Brakes=Brakes
+Disc=disc
+Drum=drum
+
+Suspension=Suspension
+Regular=regular
+Performance=performance
+
+Speakers=Speakers
+
+Audio=Audio
+Standard=Standard
+Premium=premium
+
+Transmission=Transmission
+Auto=auto
+Manual=manual
+
+OtherOptions=Other Options
+
+sunroofLabel=Sunroof
+cruiseLabel=Cruise Control
+keylessLabel=Keyless Entry
+securityLabel=Security System
+skiRackLabel=Ski Rack
+towPkgLabel=Tow Package
+gpsLabel=GPS
+buy=Buy
+back=Back
+buyLabel=Thanks for stopping by!
+
+recalculate=Recalculate
+buyTitle=You have chosen the following options:
+configureButton=Reconfigure
+customerTitle=Please fill in your name and address.
+
+titleLabel=Title
+mrLabel=Mr.
+msLabel=Ms.
+mrsLabel=Mrs.
+firstLabel=First Name
+middleLabel=Middle Initial
+lastLabel=Last Name
+mailingLabel=Mailing Address
+cityLabel=City
+stateLabel=State
+zipLabel=Zip Code
+ccNumberLabel=Credit Card Number
+monthLabel=Expiry Date
+finishButton=Finish
+errorLabel=An Error Happened!
+thanksLabel=Thanks, {0}, for using CarStore! Your car will ship soon.
+
+outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
+
+english=English
+german=German
+spanish=Spanish
+french=French

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_de.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_de.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_de.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_de.properties Thu Jun 17 21:00:48 2010
@@ -1,103 +1,99 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-carDetails=Here are the details for your car.
-
-moreButton=Mehr
-
-chooseLocale=W\u00e4hlen Sie Ihren bevorzugten Standort aus der Karte.
-
-basePriceLabel=Basis-Preis
-yourPriceLabel=Ihr Preis 
-OptionsPackages=Optionen und Pakete
-
-Package=Package
-Custom=Kundenspezifisch
-Deluxe=Deluxe
-
-Engine=Motor
-
-Brakes=Bremsen
-Disc=Scheibenbremse
-Drum=Trommelbremse
-
-Suspension=Aufh\u00e4ngung
-Regular=regul\u00e4r
-Performance=Leistung
- 
-Speakers=Lautsprecher
-
-Audio=Audio
-Standard=Standard 
-Premium=Premium
-
-Transmission=Getriebe
-Auto=automatisch
-Manual=manuell
-
-OtherOptions=Andere Optionen
-
-sunroofLabel=Sonnendach
-cruiseLabel=Tempomat
-keylessLabel=Zentralverriegelung mit Fernbedienung
-securityLabel=Sicherheits-System
-skiRackLabel=Ski-Tr\u00e4ger
-towPkgLabel=Abschleppkabel
-gpsLabel=GPS
-buy=Kaufen
-back=Zur\u00fck
-buyLabel=Vielen Dank!
-
-recalculate=berechnen
-buyTitle=Sie haben die folgenden Optionen gew\u00e4hlt:
-configureButton=Neu Konfigurieren
-customerTitle=Bitte f\u00fcllen Sie Name und Adresse aus.
-
-titleLabel=Titel
-mrLabel=Herr
-msLabel=Frau 
-mrsLabel=Fr\u00e4ulein
-firstLabel=Vorname
-middleLabel=Mittlerer Initial
-lastLabel=Nachname
-mailingLabel=Adresse 
-cityLabel=Stadt
-stateLabel=Bundesstaat
-zipLabel=Postleizahl
-ccNumberLabel=Keditkarten-Nummer
-monthLabel=G\u00fcltig bis 
-finishButton=Ende
-errorLabel=Es ist ein Fehler aufgetreten! 
-thanksLabel=Vielen Dank, {0}, dass Sie die CarStore benutzt haben! Ihr Wagen wird bald geliefert...
-
-outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
-
-stockLabel=Traurig, ist Sonne-Dach f\u00FCr Jalopy momentan nicht vorr\u00E4tig.\ 
-chooseCar=Which car would you like to buy?
-
-english=English
-german=Deutsch
-spanish=Espanol
-french=Francais
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+carDetails=Here are the details for your car.
+
+moreButton=Mehr
+
+chooseLocale=W\u00e4hlen Sie Ihren bevorzugten Standort aus der Karte.
+
+basePriceLabel=Basis-Preis
+yourPriceLabel=Ihr Preis 
+OptionsPackages=Optionen und Pakete
+
+Package=Package
+Custom=Kundenspezifisch
+Deluxe=Deluxe
+
+Engine=Motor
+
+Brakes=Bremsen
+Disc=Scheibenbremse
+Drum=Trommelbremse
+
+Suspension=Aufh\u00e4ngung
+Regular=regul\u00e4r
+Performance=Leistung
+ 
+Speakers=Lautsprecher
+
+Audio=Audio
+Standard=Standard 
+Premium=Premium
+
+Transmission=Getriebe
+Auto=automatisch
+Manual=manuell
+
+OtherOptions=Andere Optionen
+
+sunroofLabel=Sonnendach
+cruiseLabel=Tempomat
+keylessLabel=Zentralverriegelung mit Fernbedienung
+securityLabel=Sicherheits-System
+skiRackLabel=Ski-Tr\u00e4ger
+towPkgLabel=Abschleppkabel
+gpsLabel=GPS
+buy=Kaufen
+back=Zur\u00fck
+buyLabel=Vielen Dank!
+
+recalculate=berechnen
+buyTitle=Sie haben die folgenden Optionen gew\u00e4hlt:
+configureButton=Neu Konfigurieren
+customerTitle=Bitte f\u00fcllen Sie Name und Adresse aus.
+
+titleLabel=Titel
+mrLabel=Herr
+msLabel=Frau 
+mrsLabel=Fr\u00e4ulein
+firstLabel=Vorname
+middleLabel=Mittlerer Initial
+lastLabel=Nachname
+mailingLabel=Adresse 
+cityLabel=Stadt
+stateLabel=Bundesstaat
+zipLabel=Postleizahl
+ccNumberLabel=Keditkarten-Nummer
+monthLabel=G\u00fcltig bis 
+finishButton=Ende
+errorLabel=Es ist ein Fehler aufgetreten! 
+thanksLabel=Vielen Dank, {0}, dass Sie die CarStore benutzt haben! Ihr Wagen wird bald geliefert...
+
+outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
+
+stockLabel=Traurig, ist Sonne-Dach f\u00FCr Jalopy momentan nicht vorr\u00E4tig.\ 
+chooseCar=Which car would you like to buy?
+
+english=English
+german=Deutsch
+spanish=Espanol
+french=Francais

Modified: myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_en.properties
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_en.properties?rev=955744&r1=955743&r2=955744&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_en.properties (original)
+++ myfaces/portlet-bridge/core/trunk/examples/carstore/src/main/resources/carstore/bundles/Resources_en.properties Thu Jun 17 21:00:48 2010
@@ -1,106 +1,102 @@
-#
-# The contents of this file are subject to the terms
-# of the Common Development and Distribution License
-# (the License). You may not use this file except in
-# compliance with the License.
-# 
-# You can obtain a copy of the License at
-# https://javaserverfaces.dev.java.net/CDDL.html or
-# legal/CDDLv1.0.txt. 
-# See the License for the specific language governing
-# permission and limitations under the License.
-# 
-# When distributing Covered Code, include this CDDL
-# Header Notice in each file and include the License file
-# at legal/CDDLv1.0.txt.    
-# If applicable, add the following below the CDDL Header,
-# with the fields enclosed by brackets [] replaced by
-# your own identifying information:
-# "Portions Copyrighted [year] [name of copyright owner]"
-# 
-# [Name of File] [ver.__] [Date]
-# 
-# Copyright 2005 Sun Microsystems Inc. All Rights Reserved
-#
-
-#
-# Resources common to the entire app.
-#
-
-moreButton=More
-
-chooseLocale=Choose Your Preferred Locale From the Map
-
-chooseCar=Which car would you like to buy?
-
-carDetails=Here are the details for your car.
-
-basePriceLabel=Base Price
-yourPriceLabel=Your Price 
-OptionsPackages=Options and Packages
-
-Package=Package
-Custom=Custom
-Deluxe=Deluxe
-
-Engine=Engine
-
-Brakes=Brakes
-Disc=disc
-Drum=drum
-
-Suspension=Suspension
-Regular=regular
-Performance=performance
-
-Speakers=Speakers
-
-Audio=Audio
-Standard=Standard
-Premium=premium
-
-Transmission=Transmission
-Auto=auto
-Manual=manual
-
-OtherOptions=Other Options
-
-sunroofLabel=Sunroof
-cruiseLabel=Cruise Control
-keylessLabel=Keyless Entry
-securityLabel=Security System
-skiRackLabel=Ski Rack
-towPkgLabel=Tow Package
-gpsLabel=GPS
-buy=Buy
-back=Back
-buyLabel=Thanks for stopping by!
-
-recalculate=Recalculate
-buyTitle=You have chosen the following options:
-configureButton=Reconfigure
-customerTitle=Please fill in your name and address.
-
-titleLabel=Title
-mrLabel=Mr.
-msLabel=Ms.
-mrsLabel=Mrs.
-firstLabel=First Name
-middleLabel=Middle Initial
-lastLabel=Last Name
-mailingLabel=Mailing Address
-cityLabel=City
-stateLabel=State
-zipLabel=Zip Code
-ccNumberLabel=Credit Card Number
-monthLabel=Expiry Date
-finishButton=Finish
-errorLabel=An Error Happened!
-thanksLabel=Thanks, {0}, for using CarStore! Your car will ship soon.
-
-outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
-
-english=English
-german=German
-spanish=Spanish
-french=French
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+#
+#
+
+#
+# Resources common to the entire app.
+#
+
+moreButton=More
+
+chooseLocale=Choose Your Preferred Locale From the Map
+
+chooseCar=Which car would you like to buy?
+
+carDetails=Here are the details for your car.
+
+basePriceLabel=Base Price
+yourPriceLabel=Your Price 
+OptionsPackages=Options and Packages
+
+Package=Package
+Custom=Custom
+Deluxe=Deluxe
+
+Engine=Engine
+
+Brakes=Brakes
+Disc=disc
+Drum=drum
+
+Suspension=Suspension
+Regular=regular
+Performance=performance
+
+Speakers=Speakers
+
+Audio=Audio
+Standard=Standard
+Premium=premium
+
+Transmission=Transmission
+Auto=auto
+Manual=manual
+
+OtherOptions=Other Options
+
+sunroofLabel=Sunroof
+cruiseLabel=Cruise Control
+keylessLabel=Keyless Entry
+securityLabel=Security System
+skiRackLabel=Ski Rack
+towPkgLabel=Tow Package
+gpsLabel=GPS
+buy=Buy
+back=Back
+buyLabel=Thanks for stopping by!
+
+recalculate=Recalculate
+buyTitle=You have chosen the following options:
+configureButton=Reconfigure
+customerTitle=Please fill in your name and address.
+
+titleLabel=Title
+mrLabel=Mr.
+msLabel=Ms.
+mrsLabel=Mrs.
+firstLabel=First Name
+middleLabel=Middle Initial
+lastLabel=Last Name
+mailingLabel=Mailing Address
+cityLabel=City
+stateLabel=State
+zipLabel=Zip Code
+ccNumberLabel=Credit Card Number
+monthLabel=Expiry Date
+finishButton=Finish
+errorLabel=An Error Happened!
+thanksLabel=Thanks, {0}, for using CarStore! Your car will ship soon.
+
+outputMessageKey=bundle param 0: {0} bundle param: 1 {1} bundle param: 2 {2}
+
+english=English
+german=German
+spanish=Spanish
+french=French