[seam-commits] Seam SVN: r7374 - in trunk: ui/src/main/resources/META-INF and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Feb 5 15:13:11 EST 2008


Author: norman.richards at jboss.com
Date: 2008-02-05 15:13:11 -0500 (Tue, 05 Feb 2008)
New Revision: 7374

Modified:
   trunk/doc/reference/en/modules/security.xml
   trunk/doc/reference/en/modules/spring.xml
   trunk/doc/reference/en/modules/tutorial.xml
   trunk/doc/reference/en/modules/weblogic.xml
   trunk/doc/reference/en/modules/xml.xml
   trunk/ui/src/main/resources/META-INF/components.xml
Log:
a few more stray version numbers

Modified: trunk/doc/reference/en/modules/security.xml
===================================================================
--- trunk/doc/reference/en/modules/security.xml	2008-02-05 20:05:37 UTC (rev 7373)
+++ trunk/doc/reference/en/modules/security.xml	2008-02-05 20:13:11 UTC (rev 7374)
@@ -130,8 +130,8 @@
             xmlns:security="http://jboss.com/products/seam/security"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation=
-                "http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
-                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd">
+                "http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd
+                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd">
 
     <security:identity authenticate-method="#{authenticator.authenticate}"/>
 
@@ -1039,10 +1039,10 @@
             xmlns:drools="http://jboss.com/products/seam/drools"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation=
-                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
-                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
-                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.0.xsd"
-                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd">
+                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd
+                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd
+                 http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.1.xsd"
+                 http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd">
 
    <drools:rule-base name="securityRules">
        <drools:rule-files>
@@ -1650,7 +1650,7 @@
         Configuration of the <literal>IdentityManager</literal> is extremely simple, requiring only an
         <literal>IdentityStore</literal> to be configured in <literal>components.xml</literal>.
         The identity management namespace is <literal>http://jboss.com/products/seam/security/management</literal>
-        and its schema location is <literal>http://jboss.com/products/seam/identity-management-2.0.xsd</literal>.
+        and its schema location is <literal>http://jboss.com/products/seam/identity-management-2.1.xsd</literal>.
         Here's a simple example showing the configuration of a <literal>JPAIdentityStore</literal> - for the
         <literal>IdentityManager</literal> to use it, it must be named <literal>identityStore</literal>:
       </para>

Modified: trunk/doc/reference/en/modules/spring.xml
===================================================================
--- trunk/doc/reference/en/modules/spring.xml	2008-02-05 20:05:37 UTC (rev 7373)
+++ trunk/doc/reference/en/modules/spring.xml	2008-02-05 20:13:11 UTC (rev 7374)
@@ -51,7 +51,7 @@
     xsi:schemaLocation="http://www.springframework.org/schema/beans
                         http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
                         http://jboss.com/products/seam/spring-seam
-                        http://jboss.com/products/seam/spring-seam-2.0.xsd">]]></programlisting>
+                        http://jboss.com/products/seam/spring-seam-2.1.xsd">]]></programlisting>
 
         <para> Now any Seam component may be injected into any Spring bean: </para>
 
@@ -372,9 +372,9 @@
             xmlns:spring="http://jboss.com/products/seam/spring"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation="http://jboss.com/products/seam/components
-                                http://jboss.com/products/seam/components-2.0.xsd
+                                http://jboss.com/products/seam/components-2.1.xsd
                                 http://jboss.com/products/seam/spring
-                                http://jboss.com/products/seam/spring-2.0.xsd">
+                                http://jboss.com/products/seam/spring-2.1.xsd">
 
 	<spring:context-loader config-locations="/WEB-INF/applicationContext.xml"/>
 

Modified: trunk/doc/reference/en/modules/tutorial.xml
===================================================================
--- trunk/doc/reference/en/modules/tutorial.xml	2008-02-05 20:05:37 UTC (rev 7373)
+++ trunk/doc/reference/en/modules/tutorial.xml	2008-02-05 20:13:11 UTC (rev 7374)
@@ -4,7 +4,7 @@
     <section id="try-examples">
         <title>Try the examples</title>
 
-        <para> In this tutorial, we'll assume that you have downloaded JBoss AS 4.2.0. You should also have a copy of
+        <para> In this tutorial, we'll assume that you have downloaded JBoss AS 4.2. You should also have a copy of
             Seam downloaded and extracted to a work directory. </para>
 
         <para> The directory structure of each example in Seam follows this pattern: </para>
@@ -37,7 +37,7 @@
 
             <para> First, make sure you have Ant correctly installed, with <literal>$ANT_HOME</literal> and
                     <literal>$JAVA_HOME</literal> set correctly. Next, make sure you set the location of your JBoss AS
-                4.2.0 installation in the <literal>build.properties</literal> file in the root folder of your Seam
+                4.2 installation in the <literal>build.properties</literal> file in the root folder of your Seam
                 installation. If you haven't already done so, start JBoss AS now by typing <literal>bin/run.sh</literal>
                 or <literal>bin/run.bat</literal> in the root directory of your JBoss installation. </para>
 
@@ -448,8 +448,8 @@
             xmlns:core="http://jboss.com/products/seam/core"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation=
-                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
-                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
+                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd 
+                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
             
      <core:init jndi-pattern="@jndiPattern@"/>
      
@@ -1468,7 +1468,7 @@
         xmlns="http://jboss.com/products/seam/pageflow"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://jboss.com/products/seam/pageflow 
-                            http://jboss.com/products/seam/pageflow-2.0.xsd"
+                            http://jboss.com/products/seam/pageflow-2.1.xsd"
         name="numberGuess">
    
    <start-page name="displayGuess" view-id="/numberGuess.jspx">
@@ -1788,7 +1788,7 @@
                 <programlisting><![CDATA[<?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.0.xsd">
+       xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.1.xsd">
 
   <page view-id="/numberGuess.jspx">
     <begin-conversation join="true" pageflow="numberGuess"/>

Modified: trunk/doc/reference/en/modules/weblogic.xml
===================================================================
--- trunk/doc/reference/en/modules/weblogic.xml	2008-02-05 20:05:37 UTC (rev 7373)
+++ trunk/doc/reference/en/modules/weblogic.xml	2008-02-05 20:13:11 UTC (rev 7374)
@@ -1003,7 +1003,7 @@
                            namespace and schema location to the top of the
                            document.</para>
                         <programlisting><![CDATA[xmlns:transaction="http://jboss.com/products/seam/transaction"]]></programlisting>
-                        <programlisting><![CDATA[http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.0.xsd]]></programlisting>
+                        <programlisting><![CDATA[http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.1.xsd]]></programlisting>
                      </listitem>
                   </varlistentry>
                   <varlistentry>

Modified: trunk/doc/reference/en/modules/xml.xml
===================================================================
--- trunk/doc/reference/en/modules/xml.xml	2008-02-05 20:05:37 UTC (rev 7373)
+++ trunk/doc/reference/en/modules/xml.xml	2008-02-05 20:13:11 UTC (rev 7374)
@@ -359,7 +359,7 @@
 
             <programlisting><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
 <components xmlns="http://jboss.com/products/seam/components"
-            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
+            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
 
     <component class="org.jboss.seam.core.init">
         <property name="debug">true</property>
@@ -380,8 +380,8 @@
             xmlns:core="http://jboss.com/products/seam/core"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation=
-                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd 
-                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd">
+                "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.1.xsd 
+                 http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
 
     <core:init debug="true" jndi-pattern="@jndiPattern@"/>
 

Modified: trunk/ui/src/main/resources/META-INF/components.xml
===================================================================
--- trunk/ui/src/main/resources/META-INF/components.xml	2008-02-05 20:05:37 UTC (rev 7373)
+++ trunk/ui/src/main/resources/META-INF/components.xml	2008-02-05 20:13:11 UTC (rev 7374)
@@ -1,6 +1,6 @@
 <?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.0.xsd">
+            xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
 
 </components>




More information about the seam-commits mailing list