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:35:02 UTC

[camel] branch camel-2.24.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.24.x
in repository https://gitbox.apache.org/repos/asf/camel.git


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

commit 57204c88d021741f3f47beca18505b51ff73596f
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
    
    (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 6453d3d..79e21e0 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" />