You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/08/19 12:10:40 UTC

[camel] 06/08: Polish and cleanup documentation

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 342bfa6e98e83ef46d71a0af02f4775c961f57de
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Aug 19 13:06:42 2021 +0200

    Polish and cleanup documentation
---
 docs/user-manual/modules/faq/nav.adoc                            | 1 -
 docs/user-manual/modules/faq/pages/index.adoc                    | 1 -
 .../user-manual/modules/faq/pages/using-camel-core-testsjar.adoc | 9 ---------
 3 files changed, 11 deletions(-)

diff --git a/docs/user-manual/modules/faq/nav.adoc b/docs/user-manual/modules/faq/nav.adoc
index 8c17406..b344bc2 100644
--- a/docs/user-manual/modules/faq/nav.adoc
+++ b/docs/user-manual/modules/faq/nav.adoc
@@ -49,7 +49,6 @@
 ** xref:how-to-switch-the-cxf-consumer-between-http-and-https-without-touching-the-spring-configuration.adoc[How to switch the CXF consumer between HTTP and HTTPS without touching the Spring configuration?]
 ** xref:how-to-use-a-dynamic-uri-in-to.adoc[How to use a dynamic URI in to()?]
 ** xref:is-there-an-ide.adoc[Is there an IDE?]
-** xref:using-camel-core-testsjar.adoc[Using camel-core-tests.jar]
 ** xref:using-getin-or-getout-methods-on-exchange.adoc[Using getIn or getOut methods on Exchange]
 ** xref:why-cant-i-use-sign-in-my-password.adoc[Why can't I use + sign in my password?]
 ** xref:why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.adoc[Why can I not use when or otherwise in a Java Camel route?]
diff --git a/docs/user-manual/modules/faq/pages/index.adoc b/docs/user-manual/modules/faq/pages/index.adoc
index 1aa0183..c77c6f0 100644
--- a/docs/user-manual/modules/faq/pages/index.adoc
+++ b/docs/user-manual/modules/faq/pages/index.adoc
@@ -72,7 +72,6 @@ Questions on using Apache Camel
 * xref:how-to-switch-the-cxf-consumer-between-http-and-https-without-touching-the-spring-configuration.adoc[How to switch the CXF consumer between HTTP and HTTPS without touching the Spring configuration?]
 * xref:how-to-use-a-dynamic-uri-in-to.adoc[How to use a dynamic URI in to()?]
 * xref:is-there-an-ide.adoc[Is there an IDE?]
-* xref:using-camel-core-testsjar.adoc[Using camel-core-tests.jar]
 * xref:using-getin-or-getout-methods-on-exchange.adoc[Using getIn or getOut methods on Exchange]
 * xref:why-cant-i-use-sign-in-my-password.adoc[Why can't I use + sign in my password?]
 * xref:why-can-i-not-use-when-or-otherwise-in-a-java-camel-route.adoc[Why can I not use when or otherwise in a Java Camel route?]
diff --git a/docs/user-manual/modules/faq/pages/using-camel-core-testsjar.adoc b/docs/user-manual/modules/faq/pages/using-camel-core-testsjar.adoc
deleted file mode 100644
index 9e78921..0000000
--- a/docs/user-manual/modules/faq/pages/using-camel-core-testsjar.adoc
+++ /dev/null
@@ -1,9 +0,0 @@
-[[Usingcamel-core-tests.jar-Usingcamel-core-tests.jar]]
-= Using camel-core-tests.jar
-
-The `camel-core-tests.jar` is *not* for usage for Camel end users. This
-JAR is only used internally by Camel itself when it tests the same unit
-tests using different DSL such as Spring XML, Blueprint XML, etc.
-
-End users who need a test kit should use `camel-test`
-JARs instead. See more here xref:ROOT:testing.adoc[Testing].