CAMEL-10327 - Changed name from Camel Apache Drill to Camel Drill
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a4d07825 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a4d07825 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a4d07825 Branch: refs/heads/master Commit: a4d078251c0ca826353ac36583aabd11d101ac62 Parents: 9c37e8b Author: Andrea Cosentino <anco...@gmail.com> Authored: Mon Oct 17 12:08:04 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Mon Oct 17 13:11:29 2016 +0200 ---------------------------------------------------------------------- components-starter/camel-drill-starter/pom.xml | 2 +- components/camel-drill/pom.xml | 2 +- components/readme.adoc | 3 +++ docs/user-manual/en/SUMMARY.md | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a4d07825/components-starter/camel-drill-starter/pom.xml ---------------------------------------------------------------------- diff --git a/components-starter/camel-drill-starter/pom.xml b/components-starter/camel-drill-starter/pom.xml index ca661b3..5680f1f 100644 --- a/components-starter/camel-drill-starter/pom.xml +++ b/components-starter/camel-drill-starter/pom.xml @@ -24,7 +24,7 @@ </parent> <artifactId>camel-drill-starter</artifactId> <packaging>jar</packaging> - <name>Spring-Boot Starter :: Camel :: Apache Drill</name> + <name>Spring-Boot Starter :: Camel :: Drill</name> <description>Spring-Boot Starter for Camel Apache Drill support</description> <dependencies> <dependency> http://git-wip-us.apache.org/repos/asf/camel/blob/a4d07825/components/camel-drill/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-drill/pom.xml b/components/camel-drill/pom.xml index cb7f3bc..f2b9aa3 100644 --- a/components/camel-drill/pom.xml +++ b/components/camel-drill/pom.xml @@ -26,7 +26,7 @@ <artifactId>camel-drill</artifactId> <packaging>jar</packaging> - <name>Camel :: Apache Drill</name> + <name>Camel :: Drill</name> <description>Camel Apache Drill support</description> <properties> http://git-wip-us.apache.org/repos/asf/camel/blob/a4d07825/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index e9a0949..63adf07 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -135,6 +135,9 @@ Components | link:camel-dozer/src/main/docs/dozer-component.adoc[Dozer] (camel-dozer) + `dozer:name` | The dozer component provides the ability to map between Java beans using the Dozer mapping library. +| link:camel-drill/src/main/docs/drill-component.adoc[DRILL] (camel-drill) + +`drill:host` | The drill component gives you the ability to quering into apache drill cluster. + | link:camel-dropbox/src/main/docs/dropbox-component.adoc[Dropbox] (camel-dropbox) + `dropbox:operation` | For uploading downloading and managing files folders groups collaborations etc on dropbox DOT com. http://git-wip-us.apache.org/repos/asf/camel/blob/a4d07825/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index b1d1d8d..da83938 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -170,6 +170,7 @@ * [DNS](dns-component.adoc) * [Docker](docker-component.adoc) * [Dozer](dozer-component.adoc) + * [DRILL](drill-component.adoc) * [Dropbox](dropbox-component.adoc) * [EHCache](cache-component.adoc) * [Ehcache](ehcache-component.adoc)