You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2015/08/13 19:33:27 UTC

phoenix git commit: PHOENIX-2165 Make zip file name and directory consistent for phoenix-*-cluster.zip (gliptak)

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 18d34381e -> 782b7a7be


PHOENIX-2165 Make zip file name and directory consistent for phoenix-*-cluster.zip (gliptak)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/782b7a7b
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/782b7a7b
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/782b7a7b

Branch: refs/heads/4.x-HBase-0.98
Commit: 782b7a7be5eb04221e7a76e91dd5cc13182a6497
Parents: 18d3438
Author: Mujtaba <mu...@apache.org>
Authored: Thu Aug 13 10:32:50 2015 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Thu Aug 13 10:32:50 2015 -0700

----------------------------------------------------------------------
 phoenix-pherf/src/main/assembly/cluster.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/782b7a7b/phoenix-pherf/src/main/assembly/cluster.xml
----------------------------------------------------------------------
diff --git a/phoenix-pherf/src/main/assembly/cluster.xml b/phoenix-pherf/src/main/assembly/cluster.xml
index c870309..8e690b7 100644
--- a/phoenix-pherf/src/main/assembly/cluster.xml
+++ b/phoenix-pherf/src/main/assembly/cluster.xml
@@ -27,7 +27,7 @@
     <fileSets>
         <fileSet>
             <directory>${project.basedir}/config</directory>
-            <outputDirectory>pherf-${project.version}-cluster/config</outputDirectory>
+            <outputDirectory>phoenix-pherf-${project.version}-cluster/config</outputDirectory>
             <includes>
                 <include>*/*</include>
                 <include>*</include>
@@ -35,14 +35,14 @@
         </fileSet>
         <fileSet>
             <directory>${project.basedir}/cluster</directory>
-            <outputDirectory>pherf-${project.version}-cluster/</outputDirectory>
+            <outputDirectory>phoenix-pherf-${project.version}-cluster/</outputDirectory>
             <includes>
                 <include>*sh</include>
             </includes>
         </fileSet>
         <fileSet>
             <directory>${project.build.directory}</directory>
-            <outputDirectory>pherf-${project.version}-cluster/lib</outputDirectory>
+            <outputDirectory>phoenix-pherf-${project.version}-cluster/lib</outputDirectory>
             <includes>
                 <include>*minimal.jar</include>
             </includes>