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

[plc4x] branch develop updated: - Added a new exclusion for Eclipse settings files ".factorypath"

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new a1caea1  - Added a new exclusion for Eclipse settings files ".factorypath"
a1caea1 is described below

commit a1caea179800dad8b984fefebf5baee0761053d7
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>