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 2014/08/12 20:35:11 UTC

git commit: Phoenix-1132 - Create merged jar for server side. Adding antlr.*

Repository: phoenix
Updated Branches:
  refs/heads/4.0 56ba12f64 -> d27353ad2


Phoenix-1132 - Create merged jar for server side. Adding antlr.*


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

Branch: refs/heads/4.0
Commit: d27353ad2c0a733745e5d77e4f75d261a1eafd90
Parents: 56ba12f
Author: Mujtaba <mu...@apache.org>
Authored: Tue Aug 12 11:34:59 2014 -0700
Committer: Mujtaba <mu...@apache.org>
Committed: Tue Aug 12 11:34:59 2014 -0700

----------------------------------------------------------------------
 phoenix-assembly/src/build/server.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d27353ad/phoenix-assembly/src/build/server.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/src/build/server.xml b/phoenix-assembly/src/build/server.xml
index 3329975..9300528 100644
--- a/phoenix-assembly/src/build/server.xml
+++ b/phoenix-assembly/src/build/server.xml
@@ -38,5 +38,12 @@
         <include>org.apache.phoenix:phoenix-hadoop*</include>
       </includes>
     </dependencySet>
+    <dependencySet>
+      <unpack>true</unpack>
+      <outputDirectory>/</outputDirectory>
+      <includes>
+        <include>org.antlr:antlr*</include>
+      </includes>
+    </dependencySet>
   </dependencySets>
 </assembly>