You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2019/05/04 12:30:48 UTC

[camel] branch camel-2.x updated (4928b01 -> f6ceec7)

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

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


    from 4928b01  Fix imports
     new 1091eb3  Exclude jbpm *.wid files from license check
     new f6ceec7  Exclude camel-as2 *.vm files from license check

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)


[camel] 01/02: Exclude jbpm *.wid files from license check

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1091eb3ed8801775aa3710b309402c8007ca91f8
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat May 4 14:29:33 2019 +0200

    Exclude jbpm *.wid files from license check
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index f8c7048..6c4adea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,8 @@
                 <!-- camel-salesforce BSD license from salesforce developers -->
                 <exclude>**/CometDReplayExtension.java</exclude>
                 <exclude>**/LICENSE-SALESFORCE.txt</exclude>
+                <!-- camel-jbpm -->
+                <exclude>**/src/main/resources/*.wid</exclude>
                 <!-- camel website and user-manual -->
                 <exclude>**/node/**</exclude>
                 <exclude>**/node_modules/**</exclude>


[camel] 02/02: Exclude camel-as2 *.vm files from license check

Posted by gz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit f6ceec7c73bf0573850494d6a068959f1f632eb1
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat May 4 14:30:19 2019 +0200

    Exclude camel-as2 *.vm files from license check
    
    Signed-off-by: Gregor Zurowski <gr...@zurowski.org>
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 6c4adea..960bde6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,6 +263,8 @@
                 <!-- camel-salesforce BSD license from salesforce developers -->
                 <exclude>**/CometDReplayExtension.java</exclude>
                 <exclude>**/LICENSE-SALESFORCE.txt</exclude>
+                <!-- camel-as2 -->
+                <exclude>**/mdnDescription.vm</exclude>
                 <!-- camel-jbpm -->
                 <exclude>**/src/main/resources/*.wid</exclude>
                 <!-- camel website and user-manual -->