[seam-commits] Seam SVN: r11087 - in branches/community/Seam_2_2/src: ioc/META-INF and 8 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jun 5 19:18:56 EDT 2009
Author: norman.richards at jboss.com
Date: 2009-06-05 19:18:56 -0400 (Fri, 05 Jun 2009)
New Revision: 11087
Modified:
branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xsd
branches/community/Seam_2_2/src/ioc/META-INF/spring.schemas
branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.xsd
branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.2.xsd
branches/community/Seam_2_2/src/main/META-INF/components.xml
branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd
branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/resteasy-2.2.xsd
branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/components.xml
branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/pages.xml
branches/community/Seam_2_2/src/test/unit/META-INF/pagesForPageActionsTest.xml
branches/community/Seam_2_2/src/test/unit/org/jboss/seam/test/unit/component/MyEntityHome.component.xml
Log:
schema version numbers
Modified: branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xsd
===================================================================
--- branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xsd 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/excel/org/jboss/seam/excel/excel-2.2.xsd 2009-06-05 23:18:56 UTC (rev 11087)
@@ -3,7 +3,7 @@
xmlns:components="http://jboss.com/products/seam/components" targetNamespace="http://jboss.com/products/seam/document" elementFormDefault="qualified"
attributeFormDefault="unqualified">
- <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-2.1.xsd" />
+ <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-2.2.xsd" />
<xs:element name="excel-factory">
<xs:annotation>
Modified: branches/community/Seam_2_2/src/ioc/META-INF/spring.schemas
===================================================================
--- branches/community/Seam_2_2/src/ioc/META-INF/spring.schemas 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/ioc/META-INF/spring.schemas 2009-06-05 23:18:56 UTC (rev 11087)
@@ -1 +1 @@
-http\://jboss.com/products/seam/spring-seam-2.1.xsd=org/jboss/seam/ioc/spring/spring-seam-2.1.xsd
+http\://jboss.com/products/seam/spring-seam-2.2.xsd=org/jboss/seam/ioc/spring/spring-seam-2.2.xsd
Modified: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.xsd
===================================================================
--- branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.xsd 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/guice/guice-2.2.xsd 2009-06-05 23:18:56 UTC (rev 11087)
@@ -4,7 +4,7 @@
xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
<xs:import namespace="http://jboss.com/products/seam/components"
- schemaLocation="http://jboss.com/products/seam/components-2.1.xsd"/>
+ schemaLocation="http://jboss.com/products/seam/components-2.2.xsd"/>
<xs:element name="init">
<xs:annotation>
Modified: branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.2.xsd
===================================================================
--- branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.2.xsd 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/ioc/org/jboss/seam/ioc/spring/spring-2.2.xsd 2009-06-05 23:18:56 UTC (rev 11087)
@@ -4,7 +4,7 @@
xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
<xs:import namespace="http://jboss.com/products/seam/components"
- schemaLocation="http://jboss.com/products/seam/components-2.1.xsd" />
+ schemaLocation="http://jboss.com/products/seam/components-2.2.xsd" />
<xs:element name="context-loader">
<xs:annotation>
Modified: branches/community/Seam_2_2/src/main/META-INF/components.xml
===================================================================
--- branches/community/Seam_2_2/src/main/META-INF/components.xml 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/main/META-INF/components.xml 2009-06-05 23:18:56 UTC (rev 11087)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<components xmlns="http://jboss.com/products/seam/components"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
+ xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd">
<import>org.jboss.seam.core</import>
<import>org.jboss.seam.cache</import>
Modified: branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd
===================================================================
--- branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/pdf/org/jboss/seam/pdf/pdf-2.2.xsd 2009-06-05 23:18:56 UTC (rev 11087)
@@ -6,7 +6,7 @@
xmlns:components="http://jboss.com/products/seam/components"
attributeFormDefault="unqualified">
<xs:import namespace="http://jboss.com/products/seam/components"
- schemaLocation="components-2.1.xsd" />
+ schemaLocation="components-2.2.xsd" />
<xs:element name="key-store-config">
<xs:annotation>
Modified: branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/resteasy-2.2.xsd
===================================================================
--- branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/resteasy-2.2.xsd 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/resteasy/org/jboss/seam/resteasy/resteasy-2.2.xsd 2009-06-05 23:18:56 UTC (rev 11087)
@@ -3,7 +3,7 @@
targetNamespace="http://jboss.com/products/seam/resteasy" xmlns:resteasy="http://jboss.com/products/seam/resteasy"
xmlns:components="http://jboss.com/products/seam/components" attributeFormDefault="unqualified">
- <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-2.1.xsd"/>
+ <xs:import namespace="http://jboss.com/products/seam/components" schemaLocation="components-2.2.xsd"/>
<xs:element name="application">
<xs:annotation>
Modified: branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/components.xml
===================================================================
--- branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/components.xml 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/components.xml 2009-06-05 23:18:56 UTC (rev 11087)
@@ -10,15 +10,15 @@
xmlns:jms="http://jboss.com/products/seam/jms"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
- "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd
- http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.1.xsd
- http://jboss.com/products/seam/international http://jboss.com/products/seam/international-2.1.xsd
- http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd
- http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.1.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd
- http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.1.xsd
- http://jboss.com/products/seam/jms http://jboss.com/products/seam/jms-2.1.xsd
- http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.1.xsd">
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.2.xsd
+ http://jboss.com/products/seam/bpm http://jboss.com/products/seam/bpm-2.2.xsd
+ http://jboss.com/products/seam/international http://jboss.com/products/seam/international-2.2.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.2.xsd
+ http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.2.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd
+ http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.2.xsd
+ http://jboss.com/products/seam/jms http://jboss.com/products/seam/jms-2.2.xsd
+ http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.2.xsd">
<core:init debug="false" jndi-pattern="@jndiPattern@" />
Modified: branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/pages.xml
===================================================================
--- branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/pages.xml 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/test/integration/resources/WEB-INF/pages.xml 2009-06-05 23:18:56 UTC (rev 11087)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<pages xmlns="http://jboss.com/products/seam/pages"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.1.xsd"
+ xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.2.xsd"
no-conversation-view-id="/home.xhtml"
login-view-id="/login.xhtml">
Modified: branches/community/Seam_2_2/src/test/unit/META-INF/pagesForPageActionsTest.xml
===================================================================
--- branches/community/Seam_2_2/src/test/unit/META-INF/pagesForPageActionsTest.xml 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/test/unit/META-INF/pagesForPageActionsTest.xml 2009-06-05 23:18:56 UTC (rev 11087)
@@ -2,7 +2,7 @@
<pages xmlns="http://jboss.com/products/seam/pages"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.com/products/seam/pages
- http://jboss.com/products/seam/pages-2.1.xsd">
+ http://jboss.com/products/seam/pages-2.2.xsd">
<page view-id="/action-test01a.xhtml">
<action execute="#{testActions.nonNullActionA}" />
Modified: branches/community/Seam_2_2/src/test/unit/org/jboss/seam/test/unit/component/MyEntityHome.component.xml
===================================================================
--- branches/community/Seam_2_2/src/test/unit/org/jboss/seam/test/unit/component/MyEntityHome.component.xml 2009-06-05 23:10:55 UTC (rev 11086)
+++ branches/community/Seam_2_2/src/test/unit/org/jboss/seam/test/unit/component/MyEntityHome.component.xml 2009-06-05 23:18:56 UTC (rev 11087)
@@ -3,8 +3,8 @@
xmlns:framework="http://jboss.com/products/seam/framework"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd
- http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.1.xsd">
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd
+ http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.2.xsd">
<!-- NOTE: The presence of this file exercises the test to verify that the class attribute is read on namespaced elements.
The reason this attribute is significant in this case is because the namespace references a class that does not have @Name.
More information about the seam-commits
mailing list