Skip to content

Commit 8814895

Browse files
committed
core languages should not have SB docs as it does not make sense
1 parent ca3fb2a commit 8814895

9 files changed

Lines changed: 10 additions & 9 deletions

File tree

core/camel-core-languages/src/main/docs/modules/languages/pages/constant-language.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,3 @@ eg to refer to a file on the classpath you can do:
9292

9393
The Constant language is part of *camel-core*.
9494

95-
include::spring-boot:partial$starter.adoc[]

core/camel-core-languages/src/main/docs/modules/languages/pages/csimple-language.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,6 @@ The _echo()_ alias will be replaced with its value resulting in a script as:
256256

257257
See the xref:simple-language.adoc[Simple] language as csimple has the same set of functions as simple language.
258258

259-
include::spring-boot:partial$starter.adoc[]
259+
== Dependencies
260+
261+
The CSimple language is part of *camel-core* and also requires *camel-simple-joor* JAR.

core/camel-core-languages/src/main/docs/modules/languages/pages/exchangeProperty-language.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ from("direct:a").recipientList(exchangeProperty("myProperty"));
4949

5050
The ExchangeProperty language is part of *camel-core*.
5151

52-
include::spring-boot:partial$starter.adoc[]

core/camel-core-languages/src/main/docs/modules/languages/pages/file-language.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,3 @@ is pretty powerful for those common file path patterns.
224224

225225
The File language is part of *camel-core*.
226226

227-
include::spring-boot:partial$starter.adoc[]

core/camel-core-languages/src/main/docs/modules/languages/pages/header-language.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ from("direct:a").recipientList(header("myHeader"));
4949

5050
The Header language is part of *camel-core*.
5151

52-
include::spring-boot:partial$starter.adoc[]

core/camel-core-languages/src/main/docs/modules/languages/pages/ref-language.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,3 @@ from("seda:a").split().ref("myExpression").to("seda:b");
5757

5858
The Ref language is part of *camel-core*.
5959

60-
include::spring-boot:partial$starter.adoc[]

core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,4 +1320,6 @@ And in XML DSL you use the pretty attribute to true as show below:
13201320
</route>
13211321
----
13221322

1323-
include::spring-boot:partial$starter.adoc[]
1323+
== Dependencies
1324+
1325+
The Simple language is part of *camel-core*.

core/camel-core-languages/src/main/docs/modules/languages/pages/tokenize-language.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,7 @@ from("direct:a")
6161

6262
For more examples see xref:eips:split-eip.adoc[Split] EIP.
6363

64-
include::spring-boot:partial$starter.adoc[]
64+
== Dependencies
65+
66+
The Tokenize language is part of *camel-core*.
67+

core/camel-core-languages/src/main/docs/modules/languages/pages/variable-language.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ from("direct:a").recipientList(variable("myVar"));
4949

5050
The Header language is part of *camel-core*.
5151

52-
include::spring-boot:partial$starter.adoc[]

0 commit comments

Comments
 (0)