[seam-commits] Seam SVN: r13236 - in examples/trunk/booking-simplified/src/main: webapp/WEB-INF and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Jun 17 23:10:26 EDT 2010


Author: lincolnthree
Date: 2010-06-17 23:10:26 -0400 (Thu, 17 Jun 2010)
New Revision: 13236

Added:
   examples/trunk/booking-simplified/src/main/resources/META-INF/seam-beans.xml
Removed:
   examples/trunk/booking-simplified/src/main/webapp/WEB-INF/seam-beans.xml
Log:
seam-beans.xml now resides in the correct (for now) place.

Copied: examples/trunk/booking-simplified/src/main/resources/META-INF/seam-beans.xml (from rev 13235, examples/trunk/booking-simplified/src/main/webapp/WEB-INF/seam-beans.xml)
===================================================================
--- examples/trunk/booking-simplified/src/main/resources/META-INF/seam-beans.xml	                        (rev 0)
+++ examples/trunk/booking-simplified/src/main/resources/META-INF/seam-beans.xml	2010-06-18 03:10:26 UTC (rev 13236)
@@ -0,0 +1,36 @@
+<!--
+JBoss, Home of Professional Open Source
+Copyright 2010, Red Hat, Inc., and individual contributors
+by the @authors tag. See the copyright.txt in the distribution for a
+full listing of individual contributors.
+
+This is free software; you can redistribute it and/or modify it
+under the terms of the GNU Lesser General Public License as
+published by the Free Software Foundation; either version 2.1 of
+the License, or (at your option) any later version.
+
+This software is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
+
+You should have received a copy of the GNU Lesser General Public
+License along with this software; if not, write to the Free
+Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+02110-1301 USA, or see the FSF site: http://www.fsf.org.
+-->
+<beans xmlns="http://java.sun.com/xml/ns/javaee"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xmlns:s="urn:java:seam:core" 
+   xmlns:lc="urn:java:org.jboss.seam.international.locale"
+   xsi:schemaLocation="
+      http://java.sun.com/xml/ns/javaee 
+      http://docs.jboss.org/cdi/beans_1_0.xsd">
+
+    <lc:DefaultLocaleProducer>
+    	<s:specializes />
+        <lc:defaultLocaleKey>
+        	<s:value>de_DE</s:value>
+        </lc:defaultLocaleKey>
+    </lc:DefaultLocaleProducer>
+</beans>
\ No newline at end of file

Deleted: examples/trunk/booking-simplified/src/main/webapp/WEB-INF/seam-beans.xml
===================================================================
--- examples/trunk/booking-simplified/src/main/webapp/WEB-INF/seam-beans.xml	2010-06-18 02:53:28 UTC (rev 13235)
+++ examples/trunk/booking-simplified/src/main/webapp/WEB-INF/seam-beans.xml	2010-06-18 03:10:26 UTC (rev 13236)
@@ -1,34 +0,0 @@
-<!--
-JBoss, Home of Professional Open Source
-Copyright 2010, Red Hat, Inc., and individual contributors
-by the @authors tag. See the copyright.txt in the distribution for a
-full listing of individual contributors.
-
-This is free software; you can redistribute it and/or modify it
-under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of
-the License, or (at your option) any later version.
-
-This software is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.
-
-You should have received a copy of the GNU Lesser General Public
-License along with this software; if not, write to the Free
-Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
-02110-1301 USA, or see the FSF site: http://www.fsf.org.
--->
-<beans xmlns="http://java.sun.com/xml/ns/javaee"
-   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-   xmlns:s="urn:java:seam:core" 
-   xmlns:lc="urn:java:org.jboss.seam.international.locale"
-   xsi:schemaLocation="
-      http://java.sun.com/xml/ns/javaee 
-      http://docs.jboss.org/cdi/beans_1_0.xsd">
-
-    <lc:DefaultLocaleProducer>
-    	<s:extends />
-        <lc:defaultLocaleKey>DE</lc:defaultLocaleKey>
-    </lc:DefaultLocaleProducer>
-</beans>
\ No newline at end of file



More information about the seam-commits mailing list