Repository: camel Updated Branches: refs/heads/master 44f82cbf0 -> 440a8fb42
Include jetty8/jetty9 in kit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/440a8fb4 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/440a8fb4 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/440a8fb4 Branch: refs/heads/master Commit: 440a8fb42e4d7c0690ee1a1f4ad8defc8504af36 Parents: 44f82cb Author: Claus Ibsen <davscl...@apache.org> Authored: Wed Jan 28 11:38:12 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Jan 28 11:38:12 2015 +0100 ---------------------------------------------------------------------- apache-camel/src/main/descriptors/common-bin.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/440a8fb4/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index 8a4417c..48619fd 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -101,7 +101,9 @@ <include>org.apache.camel:camel-jcr</include> <include>org.apache.camel:camel-jclouds</include> <include>org.apache.camel:camel-jdbc</include> - <include>org.apache.camel:camel-jetty</include> + <include>org.apache.camel:camel-jetty-common</include> + <include>org.apache.camel:camel-jetty8</include> + <include>org.apache.camel:camel-jetty9</include> <include>org.apache.camel:camel-jgroups</include> <include>org.apache.camel:camel-jibx</include> <include>org.apache.camel:camel-jing</include>