This is an automated email from the ASF dual-hosted git repository.

jamesnetherton pushed a commit to branch 3.2.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 5cd98815786e7791c58573eb0f98595754119a64
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Sep 21 13:39:34 2023 +0100

    Remove redundant usage.adoc from xml-jaxp extension
---
 .../modules/ROOT/pages/reference/extensions/xml-jaxp.adoc | 15 ---------------
 extensions-core/xml-jaxp/runtime/src/main/doc/usage.adoc  | 11 -----------
 2 files changed, 26 deletions(-)

diff --git a/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc 
b/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc
index a12019d80a..f7d37c3b7b 100644
--- a/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/xml-jaxp.adoc
@@ -37,18 +37,3 @@ Or add the coordinates to your existing project:
 ifeval::[{doc-show-user-guide-link} == true]
 Check the xref:user-guide/index.adoc[User guide] for more information about 
writing Camel Quarkus applications.
 endif::[]
-
-[id="extensions-xml-jaxp-usage"]
-== Usage
-To use the XML Tokenize language, a StAX Reader implementation must be present 
on the classpath.
-
-For convenience, Camel Quarkus provides a StAX extension with native mode 
support.
-
-[source,xml]
-----
-<dependency>
-    <groupId>org.apache.camel.quarkus</groupId>
-    <artifactId>camel-quarkus-support-stax</artifactId>
-</dependency>
-----
-
diff --git a/extensions-core/xml-jaxp/runtime/src/main/doc/usage.adoc 
b/extensions-core/xml-jaxp/runtime/src/main/doc/usage.adoc
deleted file mode 100644
index b49c71e2d7..0000000000
--- a/extensions-core/xml-jaxp/runtime/src/main/doc/usage.adoc
+++ /dev/null
@@ -1,11 +0,0 @@
-To use the XML Tokenize language, a StAX Reader implementation must be present 
on the classpath.
-
-For convenience, Camel Quarkus provides a StAX extension with native mode 
support.
-
-[source,xml]
-----
-<dependency>
-    <groupId>org.apache.camel.quarkus</groupId>
-    <artifactId>camel-quarkus-support-stax</artifactId>
-</dependency>
-----

Reply via email to