Repository: incubator-systemml Updated Branches: refs/heads/master 293c81c6c -> 464600e3e
[HOTFIX} Exclude new test file from license check Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/464600e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/464600e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/464600e3 Branch: refs/heads/master Commit: 464600e3e6a9b223897b33256afc2734cc1483d9 Parents: 293c81c Author: Glenn Weidner <[email protected]> Authored: Fri Jun 24 09:05:02 2016 -0700 Committer: Glenn Weidner <[email protected]> Committed: Fri Jun 24 09:05:02 2016 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/464600e3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 857566e..0c94376 100644 --- a/pom.xml +++ b/pom.xml @@ -601,6 +601,7 @@ <exclude>src/test/scripts/functions/jmlc/tfmtd_example/Bin/sqft.bin</exclude> <exclude>src/test/scripts/functions/jmlc/tfmtd_example/column.names</exclude> <exclude>src/test/scripts/functions/jmlc/tfmtd_example/dummycoded.column.names</exclude> + <exclude>src/test/scripts/functions/jmlc/tfmtd_example2/column.names</exclude> <exclude>src/test/scripts/functions/jmlc/tfmtd_frame_example/tfmtd_frame</exclude> <exclude>src/test/scripts/functions/transform/input/homes/homesNAN.csv.colnames</exclude> </excludes>
