You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/09/26 17:49:16 UTC

svn commit: r1390578 - /camel/trunk/examples/camel-example-cdi/README.txt

Author: bvahdat
Date: Wed Sep 26 15:49:16 2012
New Revision: 1390578

URL: http://svn.apache.org/viewvc?rev=1390578&view=rev
Log:
Polished.

Modified:
    camel/trunk/examples/camel-example-cdi/README.txt

Modified: camel/trunk/examples/camel-example-cdi/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cdi/README.txt?rev=1390578&r1=1390577&r2=1390578&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cdi/README.txt (original)
+++ camel/trunk/examples/camel-example-cdi/README.txt Wed Sep 26 15:49:16 2012
@@ -18,18 +18,20 @@ You can see the routing rules by looking
 
   To stop the example hit ctrl + c
   
-When we launch the example using the camel maven plugin, a local CDI container is created and started.
-Additionally there're two maven profiles being defined by this example (see pom.xml for details) so that
-using maven we can easily embed and deploy the example into an application server.
+When we launch the example using the camel maven plugin, a local CDI container
+is created and started. Additionally there're two maven profiles being defined
+by this example (see pom.xml for details) so that using maven we can easily embed
+and deploy the example into an application server.
 
-To run the example using JBoss simply type
+To run the example using JBoss type
   mvn deploy -Pjboss
   
-And to launch using Glassfish
+And for Glassfish
   mvn deploy -Pglassfish
 
-Please note that both the JBoss as well as Glassfish maven artifacts are pretty big in size so be patient
-as maven downloads them into your local repository for the first time.
+Please note that both the JBoss as well as Glassfish maven artifacts are pretty
+big in size so be patient as maven downloads them into your local repository for
+the first time.
 
 This example is documented at
   http://camel.apache.org/cdi-example.html