Author: davsclaus
Date: Tue Jul 12 14:49:38 2011
New Revision: 1145614

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

Modified:
    camel/trunk/examples/camel-example-axis/README.txt
    camel/trunk/examples/camel-example-bam/README.txt
    camel/trunk/examples/camel-example-cafe/README.txt
    camel/trunk/examples/camel-example-cxf-blueprint/README.txt
    camel/trunk/examples/camel-example-cxf-osgi/README.txt
    camel/trunk/examples/camel-example-cxf-proxy/README.txt
    camel/trunk/examples/camel-example-cxf-tomcat/README.txt
    camel/trunk/examples/camel-example-cxf/README.txt
    camel/trunk/examples/camel-example-guice-jms/README.txt
    camel/trunk/examples/camel-example-jms-file/README.txt
    camel/trunk/examples/camel-example-loan-broker/README.txt
    camel/trunk/examples/camel-example-management/README.txt
    camel/trunk/examples/camel-example-pojo-messaging/README.txt
    
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt
    camel/trunk/examples/camel-example-reportincident/README.txt
    camel/trunk/examples/camel-example-route-throttling/README.txt
    camel/trunk/examples/camel-example-servlet-tomcat/README.txt
    camel/trunk/examples/camel-example-simplejirabot/README.txt
    camel/trunk/examples/camel-example-spring-javaconfig/README.txt
    camel/trunk/examples/camel-example-spring-security/README.txt
    camel/trunk/examples/camel-example-spring-ws/README.txt
    camel/trunk/examples/camel-example-spring-xquery/README.txt
    camel/trunk/examples/camel-example-spring/README.txt
    camel/trunk/examples/camel-example-tracer/README.txt

Modified: camel/trunk/examples/camel-example-axis/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-axis/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-axis/README.txt (original)
+++ camel/trunk/examples/camel-example-axis/README.txt Tue Jul 12 14:49:38 2011
@@ -23,7 +23,7 @@ it out online such as SoapUI.
 
 This project uses log4j as the logging and log4j.properties is located in 
src/main/resources 
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/tutorial-axis-camel.html
 
 If you hit any problems please talk to us on the Camel Forums

Modified: camel/trunk/examples/camel-example-bam/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-bam/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-bam/README.txt (original)
+++ camel/trunk/examples/camel-example-bam/README.txt Tue Jul 12 14:49:38 2011
@@ -46,7 +46,7 @@ its expected message and when it's overd
 
 To stop the example hit ctrl + c
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/bam-example.html
 
 If you hit any problems please let us know on the Camel Forums

Modified: camel/trunk/examples/camel-example-cafe/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cafe/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cafe/README.txt (original)
+++ camel/trunk/examples/camel-example-cafe/README.txt Tue Jul 12 14:49:38 2011
@@ -21,7 +21,7 @@ src/main/resources/META-INF/spring
 
 To stop the example hit ctrl + c
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/cafe-example.html
 
 If you hit any problems please talk to us on the Camel Forums

Modified: camel/trunk/examples/camel-example-cxf-blueprint/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-blueprint/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf-blueprint/README.txt (original)
+++ camel/trunk/examples/camel-example-cxf-blueprint/README.txt Tue Jul 12 
14:49:38 2011
@@ -15,12 +15,12 @@ You will need to compile this example fi
   mvn install
 
 
-To run the example on Apache ServiceMix 4.x or Apache Karaf 1.x / 2.x
+To run the example on Apache ServiceMix 4.x or Apache Karaf 2.x
 
   1) launch the server
   karaf.bat
   
-  For Karaf 2.0 : edit the file jre.properties to add the following packages 
to be exported
+  For Karaf 2.2 : edit the file jre.properties to add the following packages 
to be exported
   jre-1.6=, \
  com.sun.org.apache.xerces.internal.dom, \
  com.sun.org.apache.xerces.internal.jaxp, \

Modified: camel/trunk/examples/camel-example-cxf-osgi/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-osgi/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf-osgi/README.txt (original)
+++ camel/trunk/examples/camel-example-cxf-osgi/README.txt Tue Jul 12 14:49:38 
2011
@@ -25,7 +25,7 @@ To run the example on Apache ServiceMix 
   1) launch the server
   karaf.bat
   
-  For Karaf 2.0 : edit the file jre.properties to add the following packages 
to be exported
+  For Karaf 2.2 : edit the file jre.properties to add the following packages 
to be exported
   jre-1.6=, \
  com.sun.org.apache.xerces.internal.dom, \
  com.sun.org.apache.xerces.internal.jaxp, \

Modified: camel/trunk/examples/camel-example-cxf-proxy/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-proxy/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf-proxy/README.txt (original)
+++ camel/trunk/examples/camel-example-cxf-proxy/README.txt Tue Jul 12 14:49:38 
2011
@@ -25,7 +25,7 @@ To run the example with Ant
     Apache CXF
     http://cxf.apache.org/
     Spring
-    http://www.springframework.org/download
+    http://www.springframework.org/
     Jetty
     http://www.eclipse.org/jetty/
 
@@ -49,7 +49,7 @@ The webservice WSDL is exposed at:
 
 To stop the example hit ctrl + c
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/cxf-proxy-example.html
 
 If you hit any problems please let us know on the Camel Forums

Modified: camel/trunk/examples/camel-example-cxf-tomcat/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf-tomcat/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf-tomcat/README.txt (original)
+++ camel/trunk/examples/camel-example-cxf-tomcat/README.txt Tue Jul 12 
14:49:38 2011
@@ -14,7 +14,7 @@ deploy folder of Apache Tomcat.
 The webservice is located at (use correct version number)
   http://localhost:8080/camel-example-cxf-tomcat-2.5/webservices/incident?wsdl
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/cxf-tomcat-example.html
 
 If you hit any problems please let us know on the Camel Forums

Modified: camel/trunk/examples/camel-example-cxf/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf/README.txt (original)
+++ camel/trunk/examples/camel-example-cxf/README.txt Tue Jul 12 14:49:38 2011
@@ -35,10 +35,10 @@ To run the example with Ant
     http://activemq.apache.org/
     Apache CXF
     http://cxf.apache.org/
-    Spring 2.5
-    http://www.springframework.org/download
-    Jetty6
-    http://dist.codehaus.org/jetty/
+    Spring
+    http://www.springframework.org/
+    Jetty
+    http://www.eclipse.org/jetty/
 
 
   b. Export / Set home directories for the above as follows
@@ -68,7 +68,7 @@ To run the example with Ant
 
 To stop the example hit ctrl + c
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/cxf-example.html
 
 If you hit any problems please let us know on the Camel Forums

Modified: camel/trunk/examples/camel-example-guice-jms/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-guice-jms/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-guice-jms/README.txt (original)
+++ camel/trunk/examples/camel-example-guice-jms/README.txt Tue Jul 12 14:49:38 
2011
@@ -43,7 +43,7 @@ src/main/resources/guicejndi.properties
 
 To stop the example hit ctrl + c
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/guice-jms-example.html
 
 If you hit any problems please talk to us on the Camel Forums

Modified: camel/trunk/examples/camel-example-jms-file/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-jms-file/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-jms-file/README.txt (original)
+++ camel/trunk/examples/camel-example-jms-file/README.txt Tue Jul 12 14:49:38 
2011
@@ -6,10 +6,6 @@ Maven or Ant.
 
 The example consumes messages from a queue and writes them to the file
 system.
-
-For the latest & greatest documentation on how to use this example
-please see 
-  http://camel.apache.org/walk-through-an-example.html
   
 You will need to compile this example first:
   mvn compile
@@ -38,6 +34,8 @@ To run the example with Ant
 
 To stop the example hit ctrl + c
 
+This example is documented at
+  http://camel.apache.org/walk-through-an-example.html
 
 If you hit an problems please let us know on the Camel Forums
   http://camel.apache.org/discussion-forums.html

Modified: camel/trunk/examples/camel-example-loan-broker/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-loan-broker/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-loan-broker/README.txt (original)
+++ camel/trunk/examples/camel-example-loan-broker/README.txt Tue Jul 12 
14:49:38 2011
@@ -10,9 +10,6 @@ uses the InOnly exchange pattern; the ot
 how to integrate the credit agency and bank web services together and it uses
 the InOut exchange pattern.
 
-For the latest & greatest documentation on how to use this example please see:
-  http://cwiki.apache.org/CAMEL/example-loan-broker.html
-
 You will need to compile this example first:
   mvn compile
 
@@ -59,6 +56,8 @@ To run the example with Ant
 
 To stop the example hit ctrl + c
 
+This example is documented at
+  http://camel.apache.org/loan-broker-example.html
 
 If you hit an problems please let us know on the Camel Forums
   http://camel.apache.org/discussion-forums.html

Modified: camel/trunk/examples/camel-example-management/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-management/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-management/README.txt (original)
+++ camel/trunk/examples/camel-example-management/README.txt Tue Jul 12 
14:49:38 2011
@@ -75,7 +75,7 @@ src/main/resources/META-INF/spring
 To stop the example hit ctrl + c
 
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/management-example.html
 
 If you hit any problems please talk to us on the Camel Forums

Modified: camel/trunk/examples/camel-example-pojo-messaging/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-pojo-messaging/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-pojo-messaging/README.txt (original)
+++ camel/trunk/examples/camel-example-pojo-messaging/README.txt Tue Jul 12 
14:49:38 2011
@@ -6,9 +6,6 @@ if you don't want to. Camel has a set of
 produce, consume or route messages to endpoints. You can run it using
 Maven or Ant.
 
-For detailed documentation on how to use this example please see 
-  http://camel.apache.org/pojo-messaging-example.html
-  
 The example should run if you type
   mvn compile camel:run
 
@@ -29,6 +26,9 @@ To run the example with Ant
 To stop the example hit ctrl + c
 
 
+This example is documented at
+  http://camel.apache.org/pojo-messaging-example.html
+
 If you hit an problems please let us know on the Camel Forums
   http://camel.apache.org/discussion-forums.html
 

Modified: 
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- 
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt 
(original)
+++ 
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/README.txt 
Tue Jul 12 14:49:38 2011
@@ -20,12 +20,12 @@ Remarks:
 - In Eclipse, I have used the following option when starting the junit test 
case. This option tells
   CXF that it must use log4j : 
-Dorg.apache.cxf.Logger=org.apache.cxf.common.logging.Log4jLogger
 
-To run the example on Apache ServiceMix 4.x or Apache Karaf 1.x / 2.x
+To run the example on Apache ServiceMix 4.x or Apache Karaf 2.x
 
   1) launch the server
   karaf.bat
   
-  For Karaf 2.0 : edit the file jre.properties to add the following packages 
to be exported
+  For Karaf: edit the file jre.properties to add the following packages to be 
exported
   jre-1.6=, \
  com.sun.org.apache.xerces.internal.dom, \
  com.sun.org.apache.xerces.internal.jaxp, \
@@ -106,8 +106,7 @@ To run the example on Apache ServiceMix 
  6) Check email
  Check through a POP request that a message has been published in the mailbox 
of someone (email address : incid...@mycompany.com)
 
-
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/tutorial-example-reportincident-wssecurity.html
 
 If you hit any problems please let us know on the Camel Forums

Modified: camel/trunk/examples/camel-example-reportincident/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-reportincident/README.txt (original)
+++ camel/trunk/examples/camel-example-reportincident/README.txt Tue Jul 12 
14:49:38 2011
@@ -45,8 +45,7 @@ The webservice WSDL is exposed at:
 
 To stop the example hit ctrl + c
 
-
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/tutorial-example-reportincident.html
 
 If you hit any problems please let us know on the Camel Forums

Modified: camel/trunk/examples/camel-example-route-throttling/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-route-throttling/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-route-throttling/README.txt (original)
+++ camel/trunk/examples/camel-example-route-throttling/README.txt Tue Jul 12 
14:49:38 2011
@@ -31,12 +31,13 @@ The example should run if you type:
 
 To stop the example hit ctrl + c
 
-If you hit an problems please let us know on the Camel Forums
-  http://camel.apache.org/discussion-forums.html
 
 This example is documented at
   http://camel.apache.org/route-throttling-example.html
 
+If you hit an problems please let us know on the Camel Forums
+  http://camel.apache.org/discussion-forums.html
+
 Please help us make Apache Camel better - we appreciate any feedback you may
 have.  Enjoy!
 

Modified: camel/trunk/examples/camel-example-servlet-tomcat/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-servlet-tomcat/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-servlet-tomcat/README.txt (original)
+++ camel/trunk/examples/camel-example-servlet-tomcat/README.txt Tue Jul 12 
14:49:38 2011
@@ -17,7 +17,8 @@ And then hit this url from a webbrowser 
 The servlet is located at (use correct version number)
   http://localhost:8080/camel-example-tomcat-2.7/camel
 
-For the latest & greatest documentation on how to use this example please see
+
+This example is documented at
   http://camel.apache.org/servlet-tomcat-example.html
 
 If you hit any problems please let us know on the Camel Forums

Modified: camel/trunk/examples/camel-example-simplejirabot/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-simplejirabot/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-simplejirabot/README.txt (original)
+++ camel/trunk/examples/camel-example-simplejirabot/README.txt Tue Jul 12 
14:49:38 2011
@@ -20,13 +20,13 @@ To run the XML Configuration example typ
   cd xmlconf
   mvn camel:run
 
-
 You can see the routing rules by looking at the java code in the
 src/main/java directory and the Spring XML configuration lives in
 src/main/resources/META-INF/spring in each module
 
 To stop the example hit ctrl + c
 
+
 This example is documented at
   http://camel.apache.org/simple-jira-bot.html
 

Modified: camel/trunk/examples/camel-example-spring-javaconfig/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-javaconfig/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-javaconfig/README.txt (original)
+++ camel/trunk/examples/camel-example-spring-javaconfig/README.txt Tue Jul 12 
14:49:38 2011
@@ -3,7 +3,6 @@ Spring Java Config Example
 
 This example shows how to work with files and JMS, using Spring Java Config 
 to boot up Camel and configure the routes. It can be run using Maven or Ant.
-NOTE: It's need Spring 3.0.x.
 
 The example consumes messages from a queue and writes them to the file
 system.
@@ -15,7 +14,7 @@ To run the example type
   mvn camel:run
 
 To run the example with Ant
-  a. You need to have Apache ActiveMQ installed. It can be downloaded from 
+  a. You need to have Spring, and Apache ActiveMQ installed. It can be 
downloaded from 
     http://activemq.apache.org/
 
   b. Export / Set ACTIVEMQ_HOME to the top level Apache ActiveMQ intall
@@ -35,7 +34,7 @@ src/main/resources/META-INF/spring
 To stop the example hit ctrl + c
 
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/spring-example.html
 
 If you hit any problems please talk to us on the Camel Forums

Modified: camel/trunk/examples/camel-example-spring-security/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-security/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-security/README.txt (original)
+++ camel/trunk/examples/camel-example-spring-security/README.txt Tue Jul 12 
14:49:38 2011
@@ -22,7 +22,7 @@ or use browser to access upper urls with
 ("jim/jimspassword" with the admin and user role  or "rob/robspassword" with 
user role).
 
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/spring-security-example.html
 
 If you hit any problems please talk to us on the Camel Forums

Modified: camel/trunk/examples/camel-example-spring-ws/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-ws/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-ws/README.txt (original)
+++ camel/trunk/examples/camel-example-spring-ws/README.txt Tue Jul 12 14:49:38 
2011
@@ -21,7 +21,8 @@ To stop the server hit ctrl + c
 You can test the web service using for example SOAP-UI. This excellent tool is 
freely available from http://www.soapui.org. 
 There's a ready to use SOAP-UI project available in the "client" directory. 
 
-For the latest & greatest documentation on how to use this example please see
+
+This example is documented at
   http://camel.apache.org/spring-ws-example.html
 
 If you hit any problems please talk to us on the Camel Forums

Modified: camel/trunk/examples/camel-example-spring-xquery/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-xquery/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-xquery/README.txt (original)
+++ camel/trunk/examples/camel-example-spring-xquery/README.txt Tue Jul 12 
14:49:38 2011
@@ -40,7 +40,7 @@ at src/main/resources/META-INF/spring
 To stop the example hit ctrl + c
 
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/spring-xquery-example.html
 
 If you hit any problems please let us know on the Camel Forums

Modified: camel/trunk/examples/camel-example-spring/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring/README.txt (original)
+++ camel/trunk/examples/camel-example-spring/README.txt Tue Jul 12 14:49:38 
2011
@@ -34,7 +34,7 @@ src/main/resources/META-INF/spring
 To stop the example hit ctrl + c
 
 
-For the latest & greatest documentation on how to use this example please see
+This example is documented at
   http://camel.apache.org/spring-example.html
 
 If you hit any problems please talk to us on the Camel Forums

Modified: camel/trunk/examples/camel-example-tracer/README.txt
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-tracer/README.txt?rev=1145614&r1=1145613&r2=1145614&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-tracer/README.txt (original)
+++ camel/trunk/examples/camel-example-tracer/README.txt Tue Jul 12 14:49:38 
2011
@@ -60,6 +60,7 @@ to return as response in the console.
 
 To stop the example hit ctrl + c
 
+
 This example is documented at
   http://camel.apache.org/tracer-example.html
 


Reply via email to