[seam-commits] Seam SVN: r11090 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Jun 5 19:40:53 EDT 2009
Author: norman.richards at jboss.com
Date: 2009-06-05 19:40:53 -0400 (Fri, 05 Jun 2009)
New Revision: 11090
Modified:
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Spring.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml
Log:
fix version references in docs
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Guice.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -78,9 +78,9 @@
xmlns:guice="http://jboss.org/products/seam/guice"
xsi:schemaLocation="
http://jboss.com/products/seam/guice
- http://jboss.com/products/seam/guice-2.1.xsd
+ http://jboss.com/products/seam/guice-2.2.xsd
http://jboss.com/products/seam/components
- http://jboss.com/products/seam/components-2.1.xsd">
+ http://jboss.com/products/seam/components-2.2.xsd">
<guice:init injector="#{myGuiceInjector}"/>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Itext.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -2632,8 +2632,8 @@
xmlns:document="http://jboss.com/products/seam/document"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
- http://jboss.com/products/seam/document http://jboss.com/products/seam/document-2.1.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
+ http://jboss.com/products/seam/document http://jboss.com/products/seam/document-2.2.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd">
<document:document-store use-extensions="true"/>
</components>]]></programlisting>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Security.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -124,8 +124,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.1.xsd
- http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.1.xsd">
+ "http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.2.xsd">
<security:identity authenticate-method="#{authenticator.authenticate}"/>
@@ -3367,10 +3367,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.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">
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.2.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd
+ http://jboss.com/products/seam/drools http://jboss.com/products/seam/drools-2.2.xsd
+ http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.2.xsd">
<drools:rule-base name="securityRules">
<drools:rule-files>
@@ -4708,7 +4708,7 @@
<programlisting role="XML"><![CDATA[
<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"
http-port="8080"
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Spring.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Spring.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Spring.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -54,7 +54,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.1.xsd">]]></programlisting>
+ http://jboss.com/products/seam/spring-seam-2.2.xsd">]]></programlisting>
<para> Now any Seam component may be injected into any Spring bean: </para>
@@ -373,9 +373,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.1.xsd
+ http://jboss.com/products/seam/components-2.2.xsd
http://jboss.com/products/seam/spring
- http://jboss.com/products/seam/spring-2.1.xsd">
+ http://jboss.com/products/seam/spring-2.2.xsd">
<spring:context-loader config-locations="/WEB-INF/applicationContext.xml"/>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -530,9 +530,9 @@
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/core-2.2.xsd
http://jboss.com/products/seam/components
- http://jboss.com/products/seam/components-2.1.xsd">
+ http://jboss.com/products/seam/components-2.2.xsd">
<core:init jndi-pattern="@jndiPattern@"/>
@@ -1554,7 +1554,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.1.xsd"
+ http://jboss.com/products/seam/pageflow-2.2.xsd"
name="numberGuess">
<start-page name="displayGuess" view-id="/numberGuess.jspx">
@@ -1889,7 +1889,7 @@
<programlisting role="XML"><![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.1.xsd">
+ xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.2.xsd">
<page view-id="/numberGuess.jspx">
<begin-conversation join="true" pageflow="numberGuess"/>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Weblogic.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -1357,7 +1357,7 @@
the document.
</para>
<programlisting role="XML"><![CDATA[xmlns:transaction="http://jboss.com/products/seam/transaction"]]></programlisting>
- <programlisting role="XML"><![CDATA[http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.1.xsd]]></programlisting>
+ <programlisting role="XML"><![CDATA[http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.2.xsd]]></programlisting>
</listitem>
</varlistentry>
<varlistentry>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Webservices.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -298,9 +298,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
http://jboss.com/products/seam/resteasy
- http://jboss.com/products/seam/resteasy-2.1.xsd
+ http://jboss.com/products/seam/resteasy-2.2.xsd
http://jboss.com/products/seam/components
- http://jboss.com/products/seam/components-2.1.xsd">]]></programlisting>
+ http://jboss.com/products/seam/components-2.2.xsd">]]></programlisting>
<para>
You can then change the <literal>/rest</literal> prefix as mentioned earlier:
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Wicket.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -296,7 +296,7 @@
<plugin>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-instrument-wicket</artifactId>
- <version>2.1.2</version>
+ <version>2.2.0</version>
<configuration>
<scanAnnotations>true</scanAnnotations>
<includes>
@@ -389,7 +389,7 @@
xmlns:wicket="http://jboss.com/products/seam/wicket"
xsi:schemaLocation=
"http://jboss.com/products/seam/wicket
- http://jboss.com/products/seam/wicket-2.1.xsd">
+ http://jboss.com/products/seam/wicket-2.2.xsd">
<wicket:web-application
application-class="org.jboss.seam.example.wicket.WicketBookingApplication" />
@@ -405,7 +405,7 @@
xmlns:wicket="http://jboss.com/products/seam/wicket"
xsi:schemaLocation=
"http://jboss.com/products/seam/web
- http://jboss.com/products/seam/web-2.1.xsd">
+ http://jboss.com/products/seam/web-2.2.xsd">
<!-- Only map the seam jsf exception filter to jsf paths, which we identify with the *.seam path -->
<web:exception-filter url-pattern="*.seam"/>
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml 2009-06-05 23:35:50 UTC (rev 11089)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Xml.xml 2009-06-05 23:40:53 UTC (rev 11090)
@@ -414,7 +414,7 @@
<programlisting role="XML"><![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.1.xsd">
+ xsi:schemaLocation="http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd">
<component class="org.jboss.seam.core.init">
<property name="debug">true</property>
@@ -435,8 +435,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.1.xsd
- http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.1.xsd">
+ "http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.2.xsd
+ http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.2.xsd">
<core:init debug="true" jndi-pattern="@jndiPattern@"/>
More information about the seam-commits
mailing list