Vojtech Szocs has submitted this change and it was merged.
Change subject: webadmin,userportal: Add gwtdraft profile
......................................................................
webadmin,userportal: Add gwtdraft profile
This patch adds new 'gwtdraft' profile that can
be used during GWT compilation, for example:
$ mvn clean install -Pdep,gwt-admin,gwtdraft
When activated, 'gwtdraft' profile does following:
- enable draft compile, i.e. prevent JavaScript
code optimizations
- set output style to 'detailed', i.e. produce
pretty JavaScript without obfuscation
This profile replaces 'gwtdev' when used during
GWT compilation. 'gwtdev' now impacts debugging
(launching GWT Development Mode) only.
Change-Id: I447becb89a29f7c231007e33e1c5003829198ccb
Signed-off-by: Vojtech Szocs <vszocs(a)redhat.com>
---
M Makefile
M frontend/webadmin/modules/pom.xml
M frontend/webadmin/modules/userportal-gwtp/pom.xml
M frontend/webadmin/modules/webadmin/pom.xml
4 files changed, 18 insertions(+), 17 deletions(-)
Approvals:
Vojtech Szocs: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/15849
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I447becb89a29f7c231007e33e1c5003829198ccb
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <vszocs(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>