You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by lr...@apache.org on 2016/01/28 22:49:15 UTC

[2/4] incubator-systemml git commit: [SYSTEMML-479] Remove binary files from distribution

[SYSTEMML-479] Remove binary files from distribution


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

Branch: refs/heads/branch-0.9
Commit: 266a9c549c953d1f8e614def50f9893c84dc2f27
Parents: 4db6000
Author: Luciano Resende <lr...@apache.org>
Authored: Wed Jan 27 12:15:11 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Wed Jan 27 12:15:11 2016 -0800

----------------------------------------------------------------------
 src/assembly/source.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/266a9c54/src/assembly/source.xml
----------------------------------------------------------------------
diff --git a/src/assembly/source.xml b/src/assembly/source.xml
index 97b59ae..db634c6 100644
--- a/src/assembly/source.xml
+++ b/src/assembly/source.xml
@@ -47,10 +47,7 @@
                 <exclude>**/temp/**/*</exclude>
                 <exclude>**/maven-eclipse.xml</exclude>
                 <exclude>**/dependency-reduced-pom.xml</exclude>
-                <exclude>modules/web-javascript-dojo/src/main/resources/dojo/**</exclude>
-                <exclude>samples/learning-more/binding-jsonrpc/calculator-webapp/src/main/webapp/dojo/**</exclude>
-                <exclude>unreleased</exclude>
-                <exclude>unreleased/**</exclude>
+                <exclude>src/test/config/hadoop_bin_windows/**</exclude>
             </excludes>
         </fileSet>
     </fileSets>