Author: davsclaus Date: Tue Jul 12 06:48:02 2011 New Revision: 1145469 URL: http://svn.apache.org/viewvc?rev=1145469&view=rev Log: Polished readme.txt in examples.
Modified: camel/trunk/examples/camel-example-aggregate/README.txt camel/trunk/examples/camel-example-jmx/README.txt camel/trunk/examples/camel-example-simplejirabot/README.txt camel/trunk/examples/camel-example-tracer/README.txt Modified: camel/trunk/examples/camel-example-aggregate/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-aggregate/README.txt?rev=1145469&r1=1145468&r2=1145469&view=diff ============================================================================== --- camel/trunk/examples/camel-example-aggregate/README.txt (original) +++ camel/trunk/examples/camel-example-aggregate/README.txt Tue Jul 12 06:48:02 2011 @@ -25,7 +25,7 @@ If you hit an problems please let us kno http://camel.apache.org/discussion-forums.html This example is documented at - http://camel.apache.org/route-throttling-example.html + http://camel.apache.org/aggregator2.html Please help us make Apache Camel better - we appreciate any feedback you may have. Enjoy! Modified: camel/trunk/examples/camel-example-jmx/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-jmx/README.txt?rev=1145469&r1=1145468&r2=1145469&view=diff ============================================================================== --- camel/trunk/examples/camel-example-jmx/README.txt (original) +++ camel/trunk/examples/camel-example-jmx/README.txt Tue Jul 12 06:48:02 2011 @@ -21,6 +21,9 @@ src/main/resources/META-INF/spring To stop the example hit ctrl + c +This example is documented at + http://camel.apache.org/jmx-component-example.html + If you hit any problems please talk to us on the Camel Forums http://camel.apache.org/discussion-forums.html Modified: camel/trunk/examples/camel-example-simplejirabot/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-simplejirabot/README.txt?rev=1145469&r1=1145468&r2=1145469&view=diff ============================================================================== --- camel/trunk/examples/camel-example-simplejirabot/README.txt (original) +++ camel/trunk/examples/camel-example-simplejirabot/README.txt Tue Jul 12 06:48:02 2011 @@ -1,8 +1,8 @@ Camel-RSS to Camel-IRC Example ============================== -This example shows how to work with the Camel-RSS and Camel-irc components. It can be run using -Maven. +This example shows how to work with the Camel-RSS and Camel-irc components. +It can be run using Maven. The example creates a route that pulls from the Jira RSS feed for Camel, extracts the title then sends that to the irc endpoint which posts it in an IRC channel. @@ -27,6 +27,8 @@ src/main/resources/META-INF/spring in ea To stop the example hit ctrl + c +This example is documented at + http://camel.apache.org/simple-jira-bot.html If you hit any problems please talk to us on the Camel Forums http://camel.apache.org/discussion-forums.html Modified: camel/trunk/examples/camel-example-tracer/README.txt URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-tracer/README.txt?rev=1145469&r1=1145468&r2=1145469&view=diff ============================================================================== --- camel/trunk/examples/camel-example-tracer/README.txt (original) +++ camel/trunk/examples/camel-example-tracer/README.txt Tue Jul 12 06:48:02 2011 @@ -60,9 +60,8 @@ to return as response in the console. To stop the example hit ctrl + c - -For the latest & greatest documentation on how to use this example please see - http://camel.apache.org/tracer-example.htmls +This example is documented at + http://camel.apache.org/tracer-example.html If you hit any problems please let us know on the Camel Forums http://camel.apache.org/discussion-forums.html