You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ff...@apache.org on 2015/03/24 05:27:39 UTC

camel git commit: add a detail message for camel-jetty9 feature to clearly state it only works in the karaf container which support jetty9

Repository: camel
Updated Branches:
  refs/heads/master b225ec2ca -> 04259aa59


add a detail message for camel-jetty9 feature to clearly state it only works in the karaf container which support jetty9


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

Branch: refs/heads/master
Commit: 04259aa594be325c0dd1995c8eb20d8ae69b9ed6
Parents: b225ec2
Author: Freeman Fang <fr...@gmail.com>
Authored: Tue Mar 24 12:26:57 2015 +0800
Committer: Freeman Fang <fr...@gmail.com>
Committed: Tue Mar 24 12:26:57 2015 +0800

----------------------------------------------------------------------
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/04259aa5/platforms/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index b7d8d3a..1379469 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -763,6 +763,7 @@
     <bundle>mvn:org.apache.camel/camel-jetty8/${project.version}</bundle>
   </feature>
   <feature name='camel-jetty9' version='${project.version}' resolver='(obr)' start-level='50'>
+    <details>camel-jetty9 intend to work with jetty9, so this feature only works in the karaf container which support jetty9, e.g. karaf 4.x</details>
     <feature>jetty</feature>
     <feature version='${project.version}'>camel-core</feature>
     <feature version='${project.version}'>camel-http</feature>