This is an automated email from the ASF dual-hosted git repository. ggrzybek pushed a commit to branch camel-2.23.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.23.x by this push: new af77e70 CAMEL-14318: Properly generate xs:element "proxy" for camel-blueprint.xsd af77e70 is described below commit af77e70a60af9637685ab3e22d7c1cd3b70bc422 Author: Grzegorz Grzybek <gr.grzy...@gmail.com> AuthorDate: Thu Dec 19 18:33:47 2019 +0100 CAMEL-14318: Properly generate xs:element "proxy" for camel-blueprint.xsd (cherry picked from commit e8f0a130722a182a414b67aa20de936b3e481224) --- components/camel-blueprint/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml index aa1d8df..55faa47 100644 --- a/components/camel-blueprint/pom.xml +++ b/components/camel-blueprint/pom.xml @@ -358,6 +358,7 @@ <fileset dir="${basedir}/../camel-core-xml/src/main/java"> <include name="org/apache/camel/core/xml/*.java" /> <include name="org/apache/camel/core/xml/util/**/*.java" /> + <exclude name="org/apache/camel/core/xml/CamelProxyFactoryDefinition.java" /> </fileset> <fileset dir="${basedir}/../../camel-core/src/main/java"> <include name="org/apache/camel/model/**/*.java" />