Allon Mureinik has uploaded a new change for review. Change subject: webadmin: Remove VM comparators in Common.gwt.xml ......................................................................
webadmin: Remove VM comparators in Common.gwt.xml Removed VmsComparer's and VmsComparerByDiskSize from Common.gwt.xml, as these classes are not used by the frontend and just add redundant overhead on GWT's compiler. Change-Id: I3280f8dd80e24c40891f0f9474388abf478ccce3 Signed-off-by: Allon Mureinik <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/resources/org/ovirt/engine/core/Common.gwt.xml 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/85/14285/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 61a3d12..7016f5b 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 @@ -123,8 +123,6 @@ <include name="common/businessentities/VmOsType.java" /> <include name="common/businessentities/OsType.java" /> <include name="common/businessentities/VmPoolType.java" /> - <include name="common/businessentities/VmsComparer.java" /> - <include name="common/businessentities/VmsComparerByDiskSize.java" /> <include name="common/businessentities/VmStatic.java" /> <include name="common/businessentities/VmStatistics.java" /> <include name="common/businessentities/VMStatus.java" /> -- To view, visit http://gerrit.ovirt.org/14285 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3280f8dd80e24c40891f0f9474388abf478ccce3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
