You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2018/02/28 10:48:29 UTC

[camel] 06/06: CAMEL-12304: camel-blueprint-sources - Misses some source files

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

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

commit 7f51534d0a857503c914093e374c6b7235674865
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Feb 28 11:45:49 2018 +0100

    CAMEL-12304: camel-blueprint-sources - Misses some source files
---
 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 3c59e65..cea1ce7 100644
--- a/components/camel-blueprint/pom.xml
+++ b/components/camel-blueprint/pom.xml
@@ -376,6 +376,7 @@
                          update="true">
                       <fileset dir="${basedir}/../camel-core-osgi/src/main/java" includes="**/*"/>
                       <fileset dir="${basedir}/../camel-core-xml/src/main/java" includes="**/*"/>
+                      <fileset dir="${basedir}/src/main/java" includes="**/*"/>
                     </jar>
                   </target>
                 </configuration>

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.