You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by gw...@apache.org on 2016/12/07 13:29:55 UTC

incubator-systemml git commit: [HOTFIX] Excluded files from rat check

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 029391337 -> 244941c6c


[HOTFIX] Excluded files from rat check

Added exclude of src/main/python/systemml.egginfo/* for
requires.txt
PKG-INFO
top_level.txt
dependency_links.txt
SOURCES.txt


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/244941c6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/244941c6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/244941c6

Branch: refs/heads/master
Commit: 244941c6c3c7e26f29ff0572e51b8c2785546ccb
Parents: 0293913
Author: Glenn Weidner <gw...@us.ibm.com>
Authored: Wed Dec 7 05:23:13 2016 -0800
Committer: Glenn Weidner <gw...@us.ibm.com>
Committed: Wed Dec 7 05:23:13 2016 -0800

----------------------------------------------------------------------
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/244941c6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e91baaf..a961549 100644
--- a/pom.xml
+++ b/pom.xml
@@ -664,6 +664,8 @@
 								<exclude>**/*.ipynb</exclude>
 								<!-- Generated antlr files -->
 								<exclude>src/main/java/*.tokens</exclude>
+								<!-- Generated python files -->
+								<exclude>src/main/python/systemml.egg-info/**</exclude>
 								<!-- Test Validation files -->
 								<exclude>src/test/scripts/functions/external/kMeans/kMeansWrapperOutput</exclude>
 								<exclude>src/test/scripts/functions/external/kMeans2/kMeansWrapperOutput1</exclude>