Author: janstey
Date: Thu Dec 15 17:05:16 2011
New Revision: 1214866
URL: http://svn.apache.org/viewvc?rev=1214866&view=rev
Log:
Camel example README fixups
Modified:
servicemix/smx4/features/trunk/examples/camel/camel-blueprint/README.txt
servicemix/smx4/features/trunk/examples/camel/camel-osgi/README.txt
Modified:
servicemix/smx4/features/trunk/examples/camel/camel-blueprint/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel/camel-blueprint/README.txt?rev=1214866&r1=1214865&r2=1214866&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel/camel-blueprint/README.txt
(original)
+++ servicemix/smx4/features/trunk/examples/camel/camel-blueprint/README.txt
Thu Dec 15 17:05:16 2011
@@ -117,7 +117,7 @@ properties placeholder in the blueprint.
2. Copy the updated configuration file to your <servicemix_home>/etc
directory. You can do this from the ServiceMix console by typing:
- copy
$YOUR_SERVICEMIX_HOME/examples/camel-osgi/org.apache.servicemix.examples.cfg
+ copy
$YOUR_SERVICEMIX_HOME/examples/camel/camel-blueprint/org.apache.servicemix.examples.cfg
$YOUR_SERVICEMIX_HOME/etc
On Windows you need to replace / in the path with \\.
@@ -162,13 +162,13 @@ To install and run the example where you
yourself, complete the following steps:
1. If you have already run the example using the prebuilt version as
- described above, you must first uninstall the examples-camel-osgi
+ described above, you must first uninstall the examples-camel-blueprint
feature by entering the following command in the ServiceMix console:
features:uninstall examples-camel-blueprint
2. Build the example by opening a command prompt, changing directory to
- examples/camel-osgi (this example) and entering the following Maven
+ examples/camel/camel-blueprint (this example) and entering the following
Maven
command:
mvn install
Modified: servicemix/smx4/features/trunk/examples/camel/camel-osgi/README.txt
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/camel/camel-osgi/README.txt?rev=1214866&r1=1214865&r2=1214866&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/camel/camel-osgi/README.txt
(original)
+++ servicemix/smx4/features/trunk/examples/camel/camel-osgi/README.txt Thu Dec
15 17:05:16 2011
@@ -127,7 +127,7 @@ properties placeholder in the beans.xml
2. Copy the updated configuration file to your <servicemix_home>/etc
directory. You can do this from the ServiceMix console by typing:
- copy
$YOUR_SERVICEMIX_HOME/examples/camel-osgi/org.apache.servicemix.examples.cfg
+ copy
$YOUR_SERVICEMIX_HOME/examples/camel/camel-osgi/org.apache.servicemix.examples.cfg
$YOUR_SERVICEMIX_HOME/etc
On Windows you need to replace / in the path with \\.
@@ -174,7 +174,7 @@ yourself, complete the following steps:
features:uninstall examples-camel-osgi
2. Build the example by opening a command prompt, changing directory to
- examples/camel-osgi (this example) and entering the following Maven
+ examples/camel/camel-osgi (this example) and entering the following Maven
command:
mvn install