You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by sk...@apache.org on 2014/04/04 07:26:26 UTC

[22/51] [abbrv] git commit: [OLINGO-227] added some rat test and gitignore excludes for generated files

[OLINGO-227] added some rat test and gitignore excludes for generated files


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/27060ffd
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/27060ffd
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/27060ffd

Branch: refs/heads/olingo-206-validator
Commit: 27060ffd0fedbeb1644b08567c122d658de009d1
Parents: b250803
Author: Stephan Klevenz <st...@sap.com>
Authored: Tue Apr 1 13:54:06 2014 +0200
Committer: Stephan Klevenz <st...@sap.com>
Committed: Tue Apr 1 13:54:06 2014 +0200

----------------------------------------------------------------------
 .gitignore | 2 ++
 pom.xml    | 2 ++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/27060ffd/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 2095344..947434b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@ classes
 .DS_Store
 *.local
 nb-configuration.xml
+.externalToolBuilders
+maven-eclipse.xml
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/27060ffd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6b0668b..b0c4839 100644
--- a/pom.xml
+++ b/pom.xml
@@ -401,6 +401,8 @@
                 <exclude>**/NOTICE</exclude>
                 <exclude>**/DEPENDENCIES</exclude>
                 <exclude>**/nb-configuration.xml</exclude>
+                <exclude>**/.externalToolBuilders/**</exclude>
+                <exclude>**/maven-eclipse.xml</exclude>
               </excludes>
             </configuration>
           </execution>