Repository: ambari Updated Branches: refs/heads/branch-2.5 b144a1f2d -> e5f0dfc8d
Revert "AMBARI-18595 Icons don't display in Windows 10 Microsoft Edge or Internet Explorer 11 (Vivek Ratnavel Subramanian via zhewang)" This reverts commit fdda172fed36ae3e156dc2757a09f85d0a379175. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e5f0dfc8 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e5f0dfc8 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e5f0dfc8 Branch: refs/heads/branch-2.5 Commit: e5f0dfc8d73c35fe08a3a66d479aabda48f8ec5e Parents: b144a1f Author: Zhe (Joe) Wang <[email protected]> Authored: Wed Nov 2 15:22:43 2016 -0700 Committer: Zhe (Joe) Wang <[email protected]> Committed: Wed Nov 2 15:22:43 2016 -0700 ---------------------------------------------------------------------- ambari-web/pom.xml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e5f0dfc8/ambari-web/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-web/pom.xml b/ambari-web/pom.xml index fa47d20..6c84688 100644 --- a/ambari-web/pom.xml +++ b/ambari-web/pom.xml @@ -232,7 +232,7 @@ <version>1.7</version> <executions> <execution> - <id>gzip ambari-web images and fontawesome fonts</id> + <id>gzip ambari-web images</id> <phase>prepare-package</phase> <goals> <goal>run</goal> @@ -247,14 +247,6 @@ </patternset> </fileset> </apply> - <apply executable="${executable.gzip}"> - <arg value="-f"/> - <fileset dir="${basedir}/public/font/"> - <patternset> - <include name="**/*"/> - </patternset> - </fileset> - </apply> </tasks> </configuration> </execution>
