You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by jf...@apache.org on 2019/05/05 13:20:17 UTC

[plc4x] 03/12: - Added a new exclusion for Eclipse settings files ".factorypath"

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

jfeinauer pushed a commit to branch feature/code-gen
in repository https://gitbox.apache.org/repos/asf/plc4x.git

commit 3a37395f511f4aa9346faeeb0d9a22a6a0b06997
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sat May 4 14:27:22 2019 +0200

    - Added a new exclusion for Eclipse settings files ".factorypath"
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 7470f58..6494c96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -708,6 +708,7 @@
             <exclude>**/.project</exclude>
             <exclude>**/.settings/**</exclude>
             <exclude>**/.classpath</exclude>
+            <exclude>**/.factorypath</exclude>
 
             <!-- IntelliJ related files -->
             <exclude>**/.idea/**</exclude>