[jboss-cvs] JBossAS SVN: r85557 - projects/ejb3/trunk/docs/tutorial/guide/en/modules.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 6 12:27:31 EST 2009


Author: jaikiran
Date: 2009-03-06 12:27:30 -0500 (Fri, 06 Mar 2009)
New Revision: 85557

Modified:
   projects/ejb3/trunk/docs/tutorial/guide/en/modules/installing.xml
   projects/ejb3/trunk/docs/tutorial/guide/en/modules/todo.xml
Log:
EJBTHREE-1746 Update the guide to mention the AS version to be used

Modified: projects/ejb3/trunk/docs/tutorial/guide/en/modules/installing.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/guide/en/modules/installing.xml	2009-03-06 17:22:48 UTC (rev 85556)
+++ projects/ejb3/trunk/docs/tutorial/guide/en/modules/installing.xml	2009-03-06 17:27:30 UTC (rev 85557)
@@ -6,15 +6,15 @@
 		<section id="JBossAS5">
 			<title>JBoss Application Server 5.x</title>
 			<para>
-You must set the JBOSS_HOME environment variable to run any of the tutorial examples. 
+You must set the JBOSS_HOME environment variable to run any of the tutorial examples.
 
 				<programlisting>
 Unix:    $ export JBOSS_HOME=&lt;where your jboss 5.x distribution is&gt;
 Windows: $ set JBOSS_HOME=&lt;where your jboss 5.x distribution is&gt;
 				</programlisting>
 
-At the time of writing this tutorial, the latest version of EJB3 Installer was used. To run these examples you need JBossAS 5.0 GA or higher version (if available). JBossAS can be downloaded from <ulink url="http://www.jboss.org/jbossas/downloads/">here</ulink>.
-Before running the tutorials, you will have to use the EJB3 Installer on the AS. The exact steps can be found at <![CDATA[ http://www.jboss.com/index.html?op=viewtopic&t=149232&module=bb]]>   
+At the time of writing this tutorial, the latest version of EJB3 Installer was used. To run these examples you need JBossAS 5.0.1 GA or higher version (if available). JBossAS can be downloaded from <ulink url="http://www.jboss.org/jbossas/downloads/">here</ulink>.
+Before running the tutorials, you will have to use the EJB3 Installer on the AS. The exact steps can be found at <![CDATA[ http://www.jboss.com/index.html?op=viewtopic&t=149232&module=bb]]>
 			</para>
 
 		</section>
@@ -24,8 +24,8 @@
 			<para>
 The tutorials can be built with either Ant (version 1.7) or Maven (version 2.0.9). Depending on which build tool you want to use, you will have to download it from their sites.
 			</para>
-		</section>	
-		
+		</section>
+
 		<section id="EJB3_TUTORIAL_HOME">
 			<title>Set the EJB3_TUTORIAL_HOME</title>
 			<para>
@@ -35,11 +35,11 @@
 Unix:    $ export EJB3_TUTORIAL_HOME=&lt;where your EJB3 tutorial is&gt;
 Windows: $ set EJB3_TUTORIAL_HOME=&lt;where your EJB3 tutorial is&gt;
 				</programlisting>
-				
-				
+
+
 			</para>
 		</section>
 
 </chapter>
-	
 
+

Modified: projects/ejb3/trunk/docs/tutorial/guide/en/modules/todo.xml
===================================================================
--- projects/ejb3/trunk/docs/tutorial/guide/en/modules/todo.xml	2009-03-06 17:22:48 UTC (rev 85556)
+++ projects/ejb3/trunk/docs/tutorial/guide/en/modules/todo.xml	2009-03-06 17:27:30 UTC (rev 85557)
@@ -4,15 +4,15 @@
 
 
 		<section id="Maven_Users_TODO">
-			<title>TODO - Support for running single tutorial through Maven</title>
+			<title>TODO - Provide better support for Maven</title>
 			<para>
-				In the current version, a single tutorial cannot be run using Maven.
-				We have plans for adding this support. 
+             The current release should have the necessary support to run individual tutorials
+             through Maven. This section is just a placeholder and will be removed soon.
 			</para>
 
 		</section>
-		
-		
-		
-					
+
+
+
+
 </chapter>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list