Repository: ambari Updated Branches: refs/heads/trunk 296ad04c8 -> 9b8b308fe
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/9b8b308f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/9b8b308f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/9b8b308f Branch: refs/heads/trunk Commit: 9b8b308feba4964511ca0fdbe253cb15ca182223 Parents: 296ad04 Author: Jayush Luniya <[email protected]> Authored: Tue Jun 16 00:18:55 2015 -0700 Committer: Jayush Luniya <[email protected]> Committed: Tue Jun 16 00:18:55 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/9b8b308f/contrib/views/slider/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml index 5f5df53..e22c55a 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>
