You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ss...@apache.org on 2015/04/26 14:50:12 UTC

mahout git commit: MAHOUT-1697: Fixed paths to which math-scala and spark modules docs get packaged under in bin distribution archive

Repository: mahout
Updated Branches:
  refs/heads/master 1f9188d07 -> 9abb52612


MAHOUT-1697: Fixed paths to which math-scala and spark modules docs get packaged under in bin distribution archive


Project: http://git-wip-us.apache.org/repos/asf/mahout/repo
Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/9abb5261
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/9abb5261
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/9abb5261

Branch: refs/heads/master
Commit: 9abb526120810661fdc6495438107408cc4dd16d
Parents: 1f9188d
Author: Stevo Slavic <ss...@gmail.com>
Authored: Sun Apr 26 14:49:54 2015 +0200
Committer: Stevo Slavic <ss...@gmail.com>
Committed: Sun Apr 26 14:49:54 2015 +0200

----------------------------------------------------------------------
 CHANGELOG                              | 2 ++
 distribution/src/main/assembly/bin.xml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/9abb5261/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index dc5d298..1657afc 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,8 @@ Mahout Change Log
 
 Release 0.10.1 - unreleased
 
+  MAHOUT-1697: Fixed paths to which math-scala and spark modules docs get packaged under in bin distribution archive (sslavic)
+
   MAHOUT-1696: QRDecomposition.solve(...) can return incorrect Matrix types (apalumbo)
 
   MAHOUT-1690: CLONE - Some vector dumper flags are expecting arguments. (smarthi)

http://git-wip-us.apache.org/repos/asf/mahout/blob/9abb5261/distribution/src/main/assembly/bin.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/assembly/bin.xml b/distribution/src/main/assembly/bin.xml
index c49ddc2..3e28a53 100644
--- a/distribution/src/main/assembly/bin.xml
+++ b/distribution/src/main/assembly/bin.xml
@@ -194,11 +194,11 @@
     </fileSet>
     <fileSet>
       <directory>${project.basedir}/../math-scala/target/site/scaladocs</directory>
-      <outputDirectory>docs/mahout-examples</outputDirectory>
+      <outputDirectory>docs/mahout-math-scala</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>${project.basedir}/../spark/target/site/scaladocs</directory>
-      <outputDirectory>docs/mahout-examples</outputDirectory>
+      <outputDirectory>docs/mahout-spark</outputDirectory>
     </fileSet>
     <fileSet>
       <directory>${project.basedir}/../spark-shell/target/site/scaladocs</directory>