Vojtech Szocs has uploaded a new change for review. Change subject: build: Sync gwt-debug target with install-dev target ......................................................................
build: Sync gwt-debug target with install-dev target This patch ensures that both gwt-debug and install-dev targets use same GWT-specific defaults, as defined by DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS option. This relates mainly to "gwt.userAgent" property, whose value should be in sync for both targets mentione above. Change-Id: I33760b721f78ab26eeefc1ef3bd662829c49c312 Signed-off-by: Vojtech Szocs <vsz...@redhat.com> --- M Makefile 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/90/19190/1 diff --git a/Makefile b/Makefile index dbb48f3..eb70eb9 100644 --- a/Makefile +++ b/Makefile @@ -388,7 +388,7 @@ [ -n "$(DEBUG_MODULE)" ] || ( echo "Please specify DEBUG_MODULE" && false ) cd "frontend/webadmin/modules/$(DEBUG_MODULE)" && \ $(MVN) \ - $(DEV_EXTRA_BUILD_FLAGS) \ + $(DEV_EXTRA_BUILD_FLAGS_GWT_DEFAULTS) \ -Dgwt.noserver=true \ -Pgwtdev,gwt-admin,gwt-user \ gwt:debug -- To view, visit http://gerrit.ovirt.org/19190 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I33760b721f78ab26eeefc1ef3bd662829c49c312 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vojtech Szocs <vsz...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches