Sharad Mishra has uploaded a new change for review. Change subject: core: Update Common.gwt.xml to reflect correct file name. ......................................................................
core: Update Common.gwt.xml to reflect correct file name. This change was left out of patch http://gerrit.ovirt.org/#/c/10052/ Change-Id: If8bac766e9821374da67c1a0991ed666b409fd71 Signed-off-by: Sharad Mishra <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/57/10657/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml index 71bf4b1..ebe68a1 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml @@ -225,7 +225,7 @@ <include name="common/businessentities/FenceStatusReturnValue.java" /> <include name="common/businessentities/AsyncTaskStatus.java" /> <include name="common/businessentities/event_map.java" /> - <include name="common/businessentities/event_map_id.java" /> + <include name="common/businessentities/EventMapId.java" /> <include name="common/businessentities/AsyncTaskStatusEnum.java" /> <include name="common/businessentities/AsyncTaskResultEnum.java" /> <include name="common/queries/ImportCandidateInfoBase.java" /> -- To view, visit http://gerrit.ovirt.org/10657 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If8bac766e9821374da67c1a0991ed666b409fd71 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sharad Mishra <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
