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/mahout-0.10.x
Commit: 9abb526120810661fdc6495438107408cc4dd16d
Parents: 1f9188d
Author: Stevo Slavic <[email protected]>
Authored: Sun Apr 26 14:49:54 2015 +0200
Committer: Stevo Slavic <[email protected]>
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>

Reply via email to