You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/12/16 11:52:08 UTC

[1/2] camel git commit: Polished

Repository: camel
Updated Branches:
  refs/heads/camel-2.18.x 75d03bc87 -> cdb9d39e3
  refs/heads/master ff42c8d1e -> d8f041b06


Polished


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

Branch: refs/heads/camel-2.18.x
Commit: cdb9d39e3ee5ed82673f1db49110d0e527bc3d64
Parents: 75d03bc
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Dec 16 12:51:40 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Dec 16 12:51:40 2016 +0100

----------------------------------------------------------------------
 .../main/resources/archetype-resources/ReadMe.txt | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/cdb9d39e/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt b/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
index 9924764..335f5bf 100644
--- a/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
+++ b/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
@@ -5,23 +5,19 @@ To build this project run
 
     mvn install
 
-To deploy this project in Apache Karaf (2.4.x)
+To deploy this project in Apache Karaf
 
-    On Karaf command line:
+On Karaf command line:
 
-    # Add Camel feature repository
-    features:chooseurl camel ${camel-version}
-
-    # Install camel-scr feature
-    features:install camel-scr
-
-    # Install and start your bundle
+    feature:repo-add camel ${camel-version}
+    feature:install camel-scr
     osgi:install -s mvn:${groupId}/${artifactId}/${version}
 
-    # See how it's running
+See how it's running
+
     log:tail
 
-    Press ctrl-c to stop watching the log.
+Press `ctrl-c` to stop watching the log.
 
 For more help see the Apache Camel documentation
 


[2/2] camel git commit: Polished

Posted by da...@apache.org.
Polished


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

Branch: refs/heads/master
Commit: d8f041b065121ddbd9771a576b79bae904a29e69
Parents: ff42c8d
Author: Claus Ibsen <da...@apache.org>
Authored: Fri Dec 16 12:51:40 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Fri Dec 16 12:52:00 2016 +0100

----------------------------------------------------------------------
 .../main/resources/archetype-resources/ReadMe.txt | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d8f041b0/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
----------------------------------------------------------------------
diff --git a/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt b/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
index 9924764..335f5bf 100644
--- a/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
+++ b/tooling/archetypes/camel-archetype-scr/src/main/resources/archetype-resources/ReadMe.txt
@@ -5,23 +5,19 @@ To build this project run
 
     mvn install
 
-To deploy this project in Apache Karaf (2.4.x)
+To deploy this project in Apache Karaf
 
-    On Karaf command line:
+On Karaf command line:
 
-    # Add Camel feature repository
-    features:chooseurl camel ${camel-version}
-
-    # Install camel-scr feature
-    features:install camel-scr
-
-    # Install and start your bundle
+    feature:repo-add camel ${camel-version}
+    feature:install camel-scr
     osgi:install -s mvn:${groupId}/${artifactId}/${version}
 
-    # See how it's running
+See how it's running
+
     log:tail
 
-    Press ctrl-c to stop watching the log.
+Press `ctrl-c` to stop watching the log.
 
 For more help see the Apache Camel documentation