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 <[email protected]>
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="http://www.w3.org/2001/XMLSchema""
-
value="xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xs="http://www.w3.org/2001/XMLSchema""/>
+ token="xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema""
+ value="xs:schema
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xs="http://www.w3.org/2001/XMLSchema""/>
<replace
file="${project.build.directory}/schema/camel-blueprint.xsd"
token="http://camel.apache.org/schema/spring"
value="http://camel.apache.org/schema/blueprint"/>