You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/02/19 15:28:46 UTC

[camel-kafka-connector] 03/04: Generate just one connector package: .zip or .tar.gz

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

acosentino pushed a commit to branch only-tar-can-judge-me-now-camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit cf2d0ebb255f3c215e9e20f79f9a05efa1ac7fcb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Feb 19 14:31:26 2021 +0100

    Generate just one connector package: .zip or .tar.gz
---
 .../src/main/resources/connectors.mvel                                | 4 ++--
 .../src/main/resources/connectors.mvel                                | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel b/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
index 2bb4eb9..6d376bb 100644
--- a/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
+++ b/tooling/camel-kafka-connector-catalog-descriptor-maven-plugin/src/main/resources/connectors.mvel
@@ -4,8 +4,8 @@ Number of Camel Kafka connectors: @{options.size}
 
 [width="100%",cols="4,1,1,1,1,1,1",options="header"]
 |===
-| Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download Zip | Download Tar.gz
-@foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | @{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | @{row.getDownloadLinkZip()} | @{row.getDownloadLinkTar()}
+| Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download
+@foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | @{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | @{row.getDownloadLinkTar()}
 @end{}|===
 
 @end{}
\ No newline at end of file
diff --git a/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel b/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
index 2bb4eb9..a4744a3 100644
--- a/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
+++ b/tooling/camel-kafka-connector-docs-maven-plugin/src/main/resources/connectors.mvel
@@ -4,8 +4,8 @@ Number of Camel Kafka connectors: @{options.size}
 
 [width="100%",cols="4,1,1,1,1,1,1",options="header"]
 |===
-| Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download Zip | Download Tar.gz
-@foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | @{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | @{row.getDownloadLinkZip()} | @{row.getDownloadLinkTar()}
+| Name | Sink Support | Source Suppport | Sink Docs | Source Docs | Download 
+@foreach{row : options}| *@{row.getName()}* | @{row.isSink()} | @{row.isSource()} | @{row.getDocsSink()} | @{row.getDocsSource()} | @{row.getDownloadLinkTar()}
 @end{}|===
 
 @end{}
\ No newline at end of file