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/02/16 08:05:52 UTC

[camel] branch master updated: Add .wid files (jbpm) to license ignore list

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

gzurowski 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 4499019  Add .wid files (jbpm) to license ignore list
4499019 is described below

commit 44990194433a671bbfc19a0bef518ed2519f01f7
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Sat Feb 16 09:05:04 2019 +0100

    Add .wid files (jbpm) to license ignore list
    
    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 be85e1e..4f4197c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -237,6 +237,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>