You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gn...@apache.org on 2019/02/04 10:36:21 UTC

[camel] branch master updated: Fix problem when re-building without cleaning

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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 2202fa5  Fix problem when re-building without cleaning
2202fa5 is described below

commit 2202fa54000e00f750a99a173a822bdfaf5671bd
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Feb 4 11:25:38 2019 +0100

    Fix problem when re-building without cleaning
---
 components/camel-blueprint/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-blueprint/pom.xml b/components/camel-blueprint/pom.xml
index bd80e9a..7527d6a 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -326,8 +326,8 @@
                   <target>
                     <echo>Copying XSD schema to be included in JAR</echo>
                     <replace file="${project.build.directory}/schema/camel-blueprint.xsd"
-                             token="xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;"
-                             value="xmlns=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;"/>
+                             token="xs:schema xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;"
+                             value="xs:schema xmlns=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xs=&quot;http://www.w3.org/2001/XMLSchema&quot;"/>
                     <replace file="${project.build.directory}/schema/camel-blueprint.xsd"
                              token="http://camel.apache.org/schema/spring"
                              value="http://camel.apache.org/schema/blueprint"/>