You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/08/14 08:43:00 UTC

[camel] 01/02: Remove former camel-cxf XSD

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

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

commit 52fe050521d3f7f009a943c07646a01f003377cb
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Aug 14 10:42:14 2023 +0200

    Remove former camel-cxf XSD
---
 etc/scripts/release-website.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh
index 704d5637996..cfe4762b772 100755
--- a/etc/scripts/release-website.sh
+++ b/etc/scripts/release-website.sh
@@ -23,7 +23,6 @@ mkdir ${DOWNLOAD} 2>/dev/null
 # The following component contain schema definitions that must be published
 RUNDIR=$(cd ${0%/*} && echo $PWD)
 COMPLIST=( "camel-spring-xml:spring-xml"
-  "camel-cxf:cxf"
   "camel-cxf-spring-rest:cxf/jaxrs"
   "camel-cxf-spring-soap:cxf/jaxws"
   "camel-spring-security:spring-security"