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 2022/10/03 11:57:15 UTC

[camel] branch main updated: Update XSD schema location for CXF

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


The following commit(s) were added to refs/heads/main by this push:
     new b2c79235f3c Update XSD schema location for CXF
b2c79235f3c is described below

commit b2c79235f3c02f937078b449abeccaf3d360ff95
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Mon Oct 3 13:56:50 2022 +0200

    Update XSD schema location for CXF
---
 etc/scripts/release-website.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/etc/scripts/release-website.sh b/etc/scripts/release-website.sh
index b9af113bb4f..b5365d404b8 100755
--- a/etc/scripts/release-website.sh
+++ b/etc/scripts/release-website.sh
@@ -24,9 +24,12 @@ mkdir ${DOWNLOAD} 2>/dev/null
 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-integration:spring/integration"
   "camel-spring-security:spring-security"
-  "karaf/camel-blueprint:blueprint" )
+  "karaf/camel-blueprint:blueprint"
+  "karaf/camel-cxf-blueprint:cxf" )
 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"