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/16 20:51:44 UTC

incubator-systemml git commit: [SYSTEMML-465] Modify distributions root

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 93ee7766b -> cdc39636f


[SYSTEMML-465] Modify distributions root

Update distribution assemblies to avoid root folder
colision when being extracted to same folder.


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

Branch: refs/heads/master
Commit: cdc39636fef710e0803456ad89f96ad5db673715
Parents: 93ee776
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Jan 14 18:15:20 2016 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Sat Jan 16 11:51:20 2016 -0800

----------------------------------------------------------------------
 src/assembly/source.xml     | 2 +-
 src/assembly/standalone.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/cdc39636/src/assembly/source.xml
----------------------------------------------------------------------
diff --git a/src/assembly/source.xml b/src/assembly/source.xml
index de0f0c4..1718756 100644
--- a/src/assembly/source.xml
+++ b/src/assembly/source.xml
@@ -27,7 +27,7 @@
     </formats>
 
     <includeBaseDirectory>true</includeBaseDirectory>
-    <baseDirectory>system-ml-${version}</baseDirectory>
+    <baseDirectory>system-ml-${version}-src</baseDirectory>
 
 
     <fileSets>

http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/cdc39636/src/assembly/standalone.xml
----------------------------------------------------------------------
diff --git a/src/assembly/standalone.xml b/src/assembly/standalone.xml
index 7d51449..2850760 100644
--- a/src/assembly/standalone.xml
+++ b/src/assembly/standalone.xml
@@ -32,7 +32,7 @@
 	</formats>
 
 	<includeBaseDirectory>true</includeBaseDirectory>
-	<baseDirectory>system-ml-${version}</baseDirectory>
+	<baseDirectory>system-ml-${version}-standalone</baseDirectory>
 
 	<fileSets>
 		<fileSet>