You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ap...@apache.org on 2014/12/17 19:32:28 UTC

[2/3] phoenix git commit: PHOENIX-1532 Phoenix tarball assembly does not include server jar

PHOENIX-1532 Phoenix tarball assembly does not include server jar


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

Branch: refs/heads/4.2
Commit: a643d42d49d5dccba3fbc62d0c526d708090c6b5
Parents: b0beac7
Author: Andrew Purtell <ap...@apache.org>
Authored: Wed Dec 17 10:12:55 2014 -0800
Committer: Andrew Purtell <ap...@apache.org>
Committed: Wed Dec 17 10:13:01 2014 -0800

----------------------------------------------------------------------
 phoenix-assembly/src/build/components/all-common-jars.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/a643d42d/phoenix-assembly/src/build/components/all-common-jars.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/src/build/components/all-common-jars.xml b/phoenix-assembly/src/build/components/all-common-jars.xml
index 3591a64..ce6da59 100644
--- a/phoenix-assembly/src/build/components/all-common-jars.xml
+++ b/phoenix-assembly/src/build/components/all-common-jars.xml
@@ -28,6 +28,7 @@
       <outputDirectory>/</outputDirectory>
       <includes>
         <include>phoenix-*-client.jar</include>
+        <include>phoenix-*-server.jar</include>
         <include>phoenix-*-mapreduce.jar</include>
       </includes>
     </fileSet>
@@ -71,4 +72,4 @@
       <fileMode>0644</fileMode>
     </fileSet>
   </fileSets>
-</component>
\ No newline at end of file
+</component>