This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new e457343 Fix doc error when building website e457343 is described below commit e457343426bc55a5c5cca3617be4596ea6ef1e17 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Mar 29 06:23:39 2021 +0200 Fix doc error when building website --- .../org/apache/camel/catalog/docs/spring-xml.adoc | 17 ++--------------- .../camel-spring-xml/src/main/docs/spring-xml.adoc | 17 ++--------------- docs/components/modules/others/pages/spring-xml.adoc | 17 ++--------------- 3 files changed, 6 insertions(+), 45 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-xml.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-xml.adoc index 1bc067d..88e9e31 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-xml.adoc +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/spring-xml.adoc @@ -15,24 +15,11 @@ Maven users will need to add the following dependency to their `pom.xml` for this component: [source,xml] ------------------------------------------------------------- +---- <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-xml</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency> ------------------------------------------------------------- - -== Options - - -// component options: START -// component options: END - - - -// endpoint options: START -// endpoint options: END - -include::camel-spring-boot::page$spring-xml-starter.adoc[] +---- diff --git a/components/camel-spring-xml/src/main/docs/spring-xml.adoc b/components/camel-spring-xml/src/main/docs/spring-xml.adoc index 1bc067d..88e9e31 100644 --- a/components/camel-spring-xml/src/main/docs/spring-xml.adoc +++ b/components/camel-spring-xml/src/main/docs/spring-xml.adoc @@ -15,24 +15,11 @@ Maven users will need to add the following dependency to their `pom.xml` for this component: [source,xml] ------------------------------------------------------------- +---- <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-xml</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency> ------------------------------------------------------------- - -== Options - - -// component options: START -// component options: END - - - -// endpoint options: START -// endpoint options: END - -include::camel-spring-boot::page$spring-xml-starter.adoc[] +---- diff --git a/docs/components/modules/others/pages/spring-xml.adoc b/docs/components/modules/others/pages/spring-xml.adoc index e1c03cd..3a1bfcc 100644 --- a/docs/components/modules/others/pages/spring-xml.adoc +++ b/docs/components/modules/others/pages/spring-xml.adoc @@ -17,24 +17,11 @@ Maven users will need to add the following dependency to their `pom.xml` for this component: [source,xml] ------------------------------------------------------------- +---- <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-xml</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency> ------------------------------------------------------------- - -== Options - - -// component options: START -// component options: END - - - -// endpoint options: START -// endpoint options: END - -include::camel-spring-boot::page$spring-xml-starter.adoc[] +----