You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ds...@apache.org on 2016/03/03 16:43:18 UTC

ambari git commit: AMBARI-15281 Ambari server does not honor the gzip compression correctly (dsen)

Repository: ambari
Updated Branches:
  refs/heads/trunk 0db3044e5 -> 4e714d4f4


AMBARI-15281 Ambari server does not honor the gzip compression correctly (dsen)


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

Branch: refs/heads/trunk
Commit: 4e714d4f4d7985f07831ca6f86cb8ba910670a04
Parents: 0db3044
Author: Dmytro Sen <ds...@apache.org>
Authored: Thu Mar 3 17:42:28 2016 +0200
Committer: Dmytro Sen <ds...@apache.org>
Committed: Thu Mar 3 17:42:58 2016 +0200

----------------------------------------------------------------------
 ambari-web/pom.xml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/4e714d4f/ambari-web/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml
index 6304b3d..d8dea17 100644
--- a/ambari-web/pom.xml
+++ b/ambari-web/pom.xml
@@ -256,7 +256,6 @@
         <dirsep>\</dirsep>
         <executable.brunch>cmd</executable.brunch>
         <args.brunch>/C brunch</args.brunch>
-        <executable.gzip>${basedir}\gzip-content.cmd</executable.gzip>
         <executable.mkdir>cmd</executable.mkdir>
         <args.mkdir>/C mkdir</args.mkdir>
         <executable.npm>cmd</executable.npm>
@@ -280,7 +279,6 @@
         <dirsep>/</dirsep>
         <executable.brunch>brunch</executable.brunch>
         <args.brunch></args.brunch>
-        <executable.gzip>gzip</executable.gzip>
         <executable.mkdir>mkdir</executable.mkdir>
         <args.mkdir></args.mkdir>
         <executable.npm>npm</executable.npm>