Daniel Erez has uploaded a new change for review. Change subject: webadmin: added missing b.e. to common.gwt.xml ......................................................................
webadmin: added missing b.e. to common.gwt.xml Added missing business entities classes to Common.gwt.xml: BusinessEntityGuidComparator.java and BusinessEntityComparator.java (the dependency created by http://gerrit.ovirt.org/#/c/8273/) Change-Id: I475ded325ddc98cc501b7c860a2a0d3aa939698c Signed-off-by: Daniel Erez <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/09/8309/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 497fcd4..6e88b11 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 @@ -152,6 +152,8 @@ <include name="common/businessentities/FileRepoMetaData.java" /> <include name="common/businessentities/RepoFileMetaData.java" /> <include name="common/businessentities/FileTypeExtension.java" /> + <include name="common/businessentities/BusinessEntityGuidComparator.java" /> + <include name="common/businessentities/BusinessEntityComparator.java" /> <include name="common/job/*.java" /> -- To view, visit http://gerrit.ovirt.org/8309 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I475ded325ddc98cc501b7c860a2a0d3aa939698c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Daniel Erez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
