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:01 UTC

[camel] 02/02: Remove Karaf XSDs

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 76021b0a4184ee9ce5d454c9c5510b65cc8fcd04
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Aug 14 10:42:37 2023 +0200

    Remove Karaf XSDs
---
 etc/scripts/release-website.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh
index cfe4762b772..ad8266f8ec1 100755
--- a/etc/scripts/release-website.sh
+++ b/etc/scripts/release-website.sh
@@ -25,9 +25,7 @@ RUNDIR=$(cd ${0%/*} && echo $PWD)
 COMPLIST=( "camel-spring-xml:spring-xml"
   "camel-cxf-spring-rest:cxf/jaxrs"
   "camel-cxf-spring-soap:cxf/jaxws"
-  "camel-spring-security:spring-security"
-  "karaf/camel-blueprint:blueprint"
-  "karaf/camel-cxf-blueprint:cxf" )
+  "camel-spring-security:spring-security" )
 SITE_DIR="${DOWNLOAD}/websites/production/camel"
 WEBSITE_URL="https://svn.apache.org/repos/infra/websites/production/camel/content"
 GIT_WEBSITE_URL="https://gitbox.apache.org/repos/asf/camel-website.git"