Repository: camel
Updated Branches:
  refs/heads/master 89533e240 -> 471937e27


CAMEL-9413: Polished


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/471937e2
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/471937e2
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/471937e2

Branch: refs/heads/master
Commit: 471937e2790373c5cfc5510554c6c33341738f43
Parents: 89533e2
Author: Claus Ibsen <[email protected]>
Authored: Sun Feb 21 09:01:42 2016 +0100
Committer: Claus Ibsen <[email protected]>
Committed: Sun Feb 21 09:01:42 2016 +0100

----------------------------------------------------------------------
 examples/camel-example-box-osgi/README.md      |  4 ++--
 examples/camel-example-cxf-blueprint/README.md |  2 +-
 examples/camel-example-cxf-osgi/README.md      | 16 +++-------------
 3 files changed, 6 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/471937e2/examples/camel-example-box-osgi/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-box-osgi/README.md 
b/examples/camel-example-box-osgi/README.md
index fe68c4e..d161cca 100644
--- a/examples/camel-example-box-osgi/README.md
+++ b/examples/camel-example-box-osgi/README.md
@@ -18,7 +18,7 @@ First you will need to compile the example:
 
 ### Run
 
-To run the example on Apache Karaf 2.3.x
+To run the example on Apache Karaf 2.4.x
 
 #### Step 1
 
@@ -28,7 +28,7 @@ Launch karaf
 
 Add features required into Karak
 
-       features:addUrl 
mvn:org.apache.camel.karaf/apache-camel/${version}/xml/features
+       features:chooseurl camel ${version}
        features:install camel-spring
        features:install camel-box
 

http://git-wip-us.apache.org/repos/asf/camel/blob/471937e2/examples/camel-example-cxf-blueprint/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf-blueprint/README.md 
b/examples/camel-example-cxf-blueprint/README.md
index bad7fed..1a387c7 100644
--- a/examples/camel-example-cxf-blueprint/README.md
+++ b/examples/camel-example-cxf-blueprint/README.md
@@ -18,7 +18,7 @@ You will need to compile this example first:
 
 ### Run
 
-To run the example on Apache Karaf 2.3.1 or better
+To run the example on Apache Karaf 2.4.x
 
 #### Step 1: Laraf
 

http://git-wip-us.apache.org/repos/asf/camel/blob/471937e2/examples/camel-example-cxf-osgi/README.md
----------------------------------------------------------------------
diff --git a/examples/camel-example-cxf-osgi/README.md 
b/examples/camel-example-cxf-osgi/README.md
index 21247f5..27f2cff 100644
--- a/examples/camel-example-cxf-osgi/README.md
+++ b/examples/camel-example-cxf-osgi/README.md
@@ -25,26 +25,15 @@ Remarks:
 
 ### Run
 
-To run the example on Apache ServiceMix 4.x or Apache Karaf 2.2.x
+To run the example on Apache Karaf 2.4.x
 
 #### Step 1: launch the server
 
        karaf / karaf.bat
 
-Note for Karaf 2.2.x:
-  a) edit the etc/jre.properties file 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, \
-
-  b) from the same file comment out the following exports already provided by 
the bundles
-  that will be imported next: javax.xml.bind*, javax.jws*, javax.xml.soap*, 
javax.xml.ws*,
-  javax.activation, javax.annotation, javax.xml.stream*.
-
-
 #### Step 2: Add features required
 
-       features:addUrl 
mvn:org.apache.camel.karaf/apache-camel/${version}/xml/features
+       features:chooseurl camel ${version}
        features:install war
        features:install cxf
        features:install camel-spring
@@ -53,6 +42,7 @@ Note for Karaf 2.2.x:
 
 
 #### Step 3: Deploy the example
+
        osgi:install -s mvn:org.apache.camel/camel-example-cxf-osgi/${version}
 
 #### Step 4: Verify that your service is available using the following url in 
the browser.

Reply via email to