You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2011/10/05 07:54:20 UTC

svn commit: r1179056 - in /camel/trunk/examples: camel-example-loadbalancing/README.txt camel-example-osgi/README.txt

Author: davsclaus
Date: Wed Oct  5 05:54:19 2011
New Revision: 1179056

URL: http://svn.apache.org/viewvc?rev=1179056&view=rev
Log:
Polished README.txt in examples.

Modified:
    camel/trunk/examples/camel-example-loadbalancing/README.txt
    camel/trunk/examples/camel-example-osgi/README.txt

Modified: camel/trunk/examples/camel-example-loadbalancing/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-loadbalancing/README.txt?rev=1179056&r1=1179055&r2=1179056&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-loadbalancing/README.txt (original)
+++ camel/trunk/examples/camel-example-loadbalancing/README.txt Wed Oct  5 05:54:19 2011
@@ -16,7 +16,7 @@ who will display in its log the content 
 
 
 For the latest & greatest documentation on how to use this example please see 
-  http://camel.apache.org/loadbalacing-mina.html
+  http://camel.apache.org/loadbalancing-mina-example.html
 
 
 1. Description of the routes 

Modified: camel/trunk/examples/camel-example-osgi/README.txt
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-osgi/README.txt?rev=1179056&r1=1179055&r2=1179056&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-osgi/README.txt (original)
+++ camel/trunk/examples/camel-example-osgi/README.txt Wed Oct  5 05:54:19 2011
@@ -1,8 +1,7 @@
 OSGi Example
 =====================
 
-This example shows how use OSGi with Camel. It can be run using Maven or
-Ant.
+This example shows how use OSGi with Camel. It can be run using Maven.
 
 Running from cmd line outside OSGi container
 ============================================
@@ -13,9 +12,6 @@ You will need to compile this example fi
 To run the example using Maven type
   mvn camel:run
 
-To run the example using Ant type
-  ant
-
 To stop the example hit ctrl + c