[jboss-cvs] JBossAS SVN: r105467 - branches/JBPAPP_5_1/hornetq-int/src/etc.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jun 1 03:42:52 EDT 2010


Author: ataylor
Date: 2010-06-01 03:42:52 -0400 (Tue, 01 Jun 2010)
New Revision: 105467

Modified:
   branches/JBPAPP_5_1/hornetq-int/src/etc/README.txt
Log:
updated HornetQ read me

Modified: branches/JBPAPP_5_1/hornetq-int/src/etc/README.txt
===================================================================
--- branches/JBPAPP_5_1/hornetq-int/src/etc/README.txt	2010-06-01 06:51:52 UTC (rev 105466)
+++ branches/JBPAPP_5_1/hornetq-int/src/etc/README.txt	2010-06-01 07:42:52 UTC (rev 105467)
@@ -1,21 +1,25 @@
-To make HornetQ the default messaging provide run the switch.sh (switch.bat if windows) on a clean install. This will
-remove all JBoss Messaging components and replace them with HornetQ.
+To make HornetQ the default messaging provider, run the switch.sh (switch.bat
+if on Windows) on a clean install. This will remove all JBoss Messaging 
+components and replace them with HornetQ.
 
 You can find the HornetQ documentation at http://jboss.org/hornetq/docs.html.
 
-There are some JMS and Javaee examples under the examples directory. To run these you will need Ant 1.7 or later and Java 6.
-To run the jms examples cd into the example of choice and run ant, for instance:
+There are some JMS and Java EE examples under the examples directory. To run
+these, you will need Ant 1.7 or later and Java 6. To run the JMS examples, cd
+into the example directory of choice and run ant, for instance:
 
 cd examples/jms/queue
 ant
 
-To run the Javaee examples change into the examples directory and run ant deploy to create a new configuration and start
-the server and in a new windoe run ant, for instance:
+To run the Java EE examples, cd into the example directory and run "ant 
+deploy" to create a new configuration and start the server, and then, in a new
+window, run ant. For instance:
 
 cd examples/javaee/mdb-bmt
 ant deploy
 
-once the server has started in a new window type
+and once the server has started, in a new window, type:
 
 cd examples/javaee/mdb-bmt
-ant
\ No newline at end of file
+ant
+




More information about the jboss-cvs-commits mailing list