[seam-commits] Seam SVN: r11202 - branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Jun 24 14:26:00 EDT 2009


Author: norman.richards at jboss.com
Date: 2009-06-24 14:25:59 -0400 (Wed, 24 Jun 2009)
New Revision: 11202

Modified:
   branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
   branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Websphere.xml
Log:
JBSEAM-4271

Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml	2009-06-24 13:51:43 UTC (rev 11201)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Gettingstarted.xml	2009-06-24 18:25:59 UTC (rev 11202)
@@ -55,7 +55,7 @@
         <para>The first thing we need to do is configure seam-gen for your environment: JBoss AS installation directory,
             project workspace, and database connection. It's easy, just type:</para>
 
-        <programlisting>cd jboss-seam-2.0.x
+        <programlisting>cd jboss-seam-2.2.x
 seam setup</programlisting>
 
         <para>And you will be prompted for the needed information:</para>
@@ -410,11 +410,11 @@
     <section>
         <title>Using Seam with JBoss 4.0</title>
 
-        <para> Seam 2.0 was developed for JavaServer Faces 1.2. When using JBoss AS, we recommend using JBoss 4.2 or
+        <para> Seam 2 was developed for JavaServer Faces 1.2. When using JBoss AS, we recommend using JBoss 4.2 or
             JBoss 5.0, both of which bundle the JSF 1.2 reference implementation. However, it is still possible to use
-            Seam 2.0 on the JBoss 4.0 platform. There are two basic steps required to do this: install an EJB3-enabled
+            Seam 2 on the JBoss 4.0 platform. There are two basic steps required to do this: install an EJB3-enabled
             version of JBoss 4.0 and replace MyFaces with the JSF 1.2 reference implementation.  Once you complete these
-            steps, Seam 2.0 applications can be deployed to JBoss 4.0.</para>
+            steps, Seam 2 applications can be deployed to JBoss 4.0.</para>
 
         <section>
             <title>Install JBoss 4.0</title>

Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Websphere.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Websphere.xml	2009-06-24 13:51:43 UTC (rev 11201)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Websphere.xml	2009-06-24 18:25:59 UTC (rev 11202)
@@ -841,7 +841,7 @@
 import.sql each time you deploy? [n]  (y, [n], )
 
 [propertyfile] Creating new property file: 
-/rhdev/projects/jboss-seam/svn-seam_2_0/jboss-seam-2_0/seam-gen/build.properties
+/rhdev/projects/jboss-seam/svn-seam_2_2/jboss-seam-2_2/seam-gen/build.properties
      [echo] Installing JDBC driver jar to JBoss server
      [copy] Copying 1 file to /home/jbalunas/jboss/jboss-4.2.3.GA/server/default/lib
      [echo] Type 'seam create-project' to create the new project




More information about the seam-commits mailing list