Change in ovirt-engine[master]: userportal: Remove legacy UserPortal from build process

Einav Cohen has submitted this change and it was merged. Change subject: userportal: Remove legacy UserPortal from build process ...................................................................... userportal: Remove legacy UserPortal from build process Summary of changes: 1. Legacy (SmartGWT-based) UserPortal is no longer built during full oVirt Maven build 2. Updated Maven artifact IDs: - old UserPortal: userportal -> userportal-legacy - new UserPortal: userportal-gwtp -> userportal Note: project directory names are left unchanged for now, this will be changed later on. 3. EAR module now includes only new UserPortal, with legacy UserPortal configuration being commented out 4. Updated UserPortal deploy path and servlet code: http(s)://<server-address>[:<port>]/UserPortal/
org.ovirt.engine.ui.userportal.UserPortal/UserPortal.html
5. Updated Maven profile names: - old UserPortal: gwt-user -> gwt-user-legacy - new UserPortal: gwt-user-gwtp -> gwt-user 6. Removed "userportal-gwtp.war" from RPM spec file (ovirt-engine.spec.in) 7. Updated UserPortal URL in WebAdminConfigurator and UserPortalConfigurator, to correspond with location Spice RPM uses to extract necessary client files (e.g. Windows CAB files for Spice on IE) Change-Id: I99d9e5b5b89a0c9633c89d211e5a569276a37a40 Signed-off-by: Vojtech Szocs <vszocs@redhat.com> --- M ear/pom.xml M frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/server/gwt/UserportalDynamicHostingServlet.java M frontend/webadmin/modules/pom.xml M frontend/webadmin/modules/userportal-gwtp/pom.xml M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/uicommon/UserPortalConfigurator.java M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml A frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/public/consoles/spice/usbfilter.txt M frontend/webadmin/modules/userportal-gwtp/src/main/webapp/WEB-INF/web.xml M frontend/webadmin/modules/userportal-gwtp/src/main/webapp/index.html M frontend/webadmin/modules/userportal/pom.xml M frontend/webadmin/modules/userportal/src/main/java/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/uicommon/WebAdminConfigurator.java M packaging/fedora/spec/ovirt-engine.spec.in 13 files changed, 34 insertions(+), 35 deletions(-) Approvals: Einav Cohen: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/4273 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I99d9e5b5b89a0c9633c89d211e5a569276a37a40 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Einav Cohen <ecohen@redhat.com> Gerrit-Reviewer: Ofer Schreiber <oschreib@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com>
participants (1)
-
ecohen@redhat.com