Daniel Erez has submitted this change and it was merged.
Change subject: userportal,webadmin: fix dtd check
......................................................................
userportal,webadmin: fix dtd check
In another patch we added set-property-fallback which is
not defined in the GWT dtd before 2.5. This patch sets
the DTD to 2.5 so that eclipse doesn't complain about it.
Note that the DTD version for userportal was 2.3 and
webadmin was 2.2. The build doesn't actually care about the
DTD.
Change-Id: I9523686fa7b7e005830b4f247d998fbfb01259e2
Signed-off-by: Alexander Wels <awels(a)redhat.com>
---
M
frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml
M
frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml
2 files changed, 4 insertions(+), 4 deletions(-)
Approvals:
Juan Hernandez: Looks good to me, but someone else must approve
Alexander Wels: Verified
Daniel Erez: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/13492
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9523686fa7b7e005830b4f247d998fbfb01259e2
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Alexander Wels <awels(a)redhat.com>
Gerrit-Reviewer: Daniel Erez <derez(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vszocs(a)redhat.com>