You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gg...@apache.org on 2019/12/19 17:34:03 UTC

[camel] branch camel-2.x updated: CAMEL-14318: Properly generate xs:element "proxy" for camel-blueprint.xsd

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

ggrzybek pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new e8f0a13  CAMEL-14318: Properly generate xs:element "proxy" for camel-blueprint.xsd
e8f0a13 is described below

commit e8f0a130722a182a414b67aa20de936b3e481224
Author: Grzegorz Grzybek <gr...@gmail.com>
AuthorDate: Thu Dec 19 18:33:47 2019 +0100

    CAMEL-14318: Properly generate xs:element "proxy" for camel-blueprint.xsd
---
 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 674fec4..d501680 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" />