Skip to content

Commit

Permalink
Polished
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Dec 15, 2016
1 parent edeb90c commit 7d38be7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions examples/camel-example-box-osgi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ found in an `inbox` directory to a box.com account.

#### Camel component used in this example

* camel-code
* camel-bom
* camel-spring-dm
* camel-box

### Build

Expand All @@ -18,15 +18,17 @@ First you will need to compile the example:

### Run

To run the example on Apache Karaf 3.x or newer
To run the example on Apache Karaf 4.x or newer

#### Step 1

Launch karaf
Launch Karaf with:

bin/karaf

#### Step 2

Add features required into Karak
Add features required into Karaf

feature:repo-add camel ${version}
feature:install camel-spring-dm
Expand Down
2 changes: 1 addition & 1 deletion examples/camel-example-cdi-osgi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The Camel application can be stopped pressing <kbd>ctrl</kbd>+<kbd>c</kbd> in th

#### OSGi / Karaf

This example can be executed within Karaf 2.x, 3.x and 4.x. Note that it uses
This example can be executed within Karaf 4.x. Note that it uses
the `pax-cdi-weld` feature from the PAX CDI version used by Camel and which defines
the Weld version used. For instance, Camel `2.17.0` depends on PAX CDI `1.0.0.RC1`
whose `pax-cdi-weld` feature relies on Weld version `2.2.11.Final`.
Expand Down
2 changes: 1 addition & 1 deletion examples/camel-example-reportincident-wssecurity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Remarks:

### Run

To run the example on Apache ServiceMix 4.x or Apache Karaf 2.x
To run the example on Apache Karaf 4.x

#### Step 1: launch the server

Expand Down

0 comments on commit 7d38be7

Please sign in to comment.