Repository: ambari Updated Branches: refs/heads/branch-2.1 1e4f33764 -> 40de958c1
AMBARI-11936: Remove gzip dependency in Slider view for Windows (jluniya) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/40de958c Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/40de958c Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/40de958c Branch: refs/heads/branch-2.1 Commit: 40de958c1760466afb93994c9d94ff88d919fec0 Parents: 1e4f337 Author: Jayush Luniya <[email protected]> Authored: Tue Jun 16 00:18:55 2015 -0700 Committer: Jayush Luniya <[email protected]> Committed: Tue Jun 16 00:19:43 2015 -0700 ---------------------------------------------------------------------- contrib/views/slider/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/40de958c/contrib/views/slider/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml index a8079cc..8439817 100644 --- a/contrib/views/slider/pom.xml +++ b/contrib/views/slider/pom.xml @@ -394,7 +394,7 @@ <executable.python>python</executable.python> <executable.brunch>cmd</executable.brunch> <args.brunch>/C brunch</args.brunch> - <executable.gzip>gzip-content.cmd</executable.gzip> + <executable.gzip>${project.basedir}\gzip-content.cmd</executable.gzip> <executable.mkdir>cmd</executable.mkdir> <args.mkdir>/C mkdir</args.mkdir> <executable.npm>cmd</executable.npm>
