This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit d3b9b5ab05dce2210c989b4ecaace56775e6493d Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 20 10:56:06 2020 +0100 CAMEL-14738 - Fixed docs, it's not src/main/doc it's src/main/docs --- .../resources/META-INF/services/org/apache/camel/other.properties | 2 +- .../src/generated/resources/platform-http-vertx.json | 2 +- .../src/main/{doc => docs}/platform-http-vertx.adoc | 0 docs/components/modules/ROOT/pages/index.adoc | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-platform-http-vertx/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/components/camel-platform-http-vertx/src/generated/resources/META-INF/services/org/apache/camel/other.properties index b5250a6..ed7e0e8 100644 --- a/components/camel-platform-http-vertx/src/generated/resources/META-INF/services/org/apache/camel/other.properties +++ b/components/camel-platform-http-vertx/src/generated/resources/META-INF/services/org/apache/camel/other.properties @@ -4,4 +4,4 @@ groupId=org.apache.camel artifactId=camel-platform-http-vertx version=3.2.0-SNAPSHOT projectName=Camel :: Platform HTTP :: Vert.x -projectDescription=Implementation of the Platform Http Engine based on Vert.x Web +projectDescription=Implementation of the Platform HTTP Engine based on Vert.x Web diff --git a/components/camel-platform-http-vertx/src/generated/resources/platform-http-vertx.json b/components/camel-platform-http-vertx/src/generated/resources/platform-http-vertx.json index cd7135c..b77b11d 100644 --- a/components/camel-platform-http-vertx/src/generated/resources/platform-http-vertx.json +++ b/components/camel-platform-http-vertx/src/generated/resources/platform-http-vertx.json @@ -3,7 +3,7 @@ "kind": "other", "name": "platform-http-vertx", "title": "Platform Http Vertx", - "description": "Implementation of the Platform Http Engine based on Vert.x Web", + "description": "Implementation of the Platform HTTP Engine based on Vert.x Web", "deprecated": false, "groupId": "org.apache.camel", "artifactId": "camel-platform-http-vertx", diff --git a/components/camel-platform-http-vertx/src/main/doc/platform-http-vertx.adoc b/components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc similarity index 100% rename from components/camel-platform-http-vertx/src/main/doc/platform-http-vertx.adoc rename to components/camel-platform-http-vertx/src/main/docs/platform-http-vertx.adoc diff --git a/docs/components/modules/ROOT/pages/index.adoc b/docs/components/modules/ROOT/pages/index.adoc index 32acb52..7ca728a 100644 --- a/docs/components/modules/ROOT/pages/index.adoc +++ b/docs/components/modules/ROOT/pages/index.adoc @@ -868,7 +868,7 @@ Number of Miscellaneous Components: 37 in 37 JAR artifacts (0 deprecated) | xref:osgi-activator.adoc[Osgi Activator] (camel-osgi-activator) | 3.1 | Camel OSGi Activator for running Camel routes from other bundles -| xref:platform-http-vertx.adoc[Platform Http Vertx] (camel-platform-http-vertx) | | Implementation of the Platform Http Engine based on Vert.x Web +| xref:platform-http-vertx.adoc[Platform Http Vertx] (camel-platform-http-vertx) | | Implementation of the Platform HTTP Engine based on Vert.x Web | xref:reactive-executor-vertx.adoc[Reactive Executor Vert.x] (camel-reactive-executor-vertx) | 3.0 | Reactive Executor for camel-core using Vert.x
