Martin Betak has posted comments on this change.

Change subject: frontend: Upgrade GWT to version 2.6.1
......................................................................


Patch Set 1:

(2 comments)

http://gerrit.ovirt.org/#/c/32135/1/backend/manager/modules/common/pom.xml
File backend/manager/modules/common/pom.xml:

Line 11:   <packaging>jar</packaging>
Line 12: 
Line 13:   <name>Common Code</name>
Line 14: 
Line 15:   <properties>
> If <properties> is now empty, why not simply remove it as well?
Done
Line 16:   </properties>
Line 17: 
Line 18:   <dependencies>
Line 19:     <dependency>


http://gerrit.ovirt.org/#/c/32135/1/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/gin/BaseUiCommonModule.java
File 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/gin/BaseUiCommonModule.java:

Line 17:  */
Line 18: public abstract class BaseUiCommonModule extends AbstractGinModule {
Line 19: 
Line 20:     protected void bindCommonIntegration() {
Line 21:         install(new CommonGinModule());
> I assume this is necessary due to "New mandatory GIN bindings" as documente
Done
Line 22: 
Line 23:         
bind(ITypeResolver.class).to(UiCommonDefaultTypeResolver.class).in(Singleton.class);
Line 24:         bind(FrontendEventsHandlerImpl.class).in(Singleton.class);
Line 25:         bind(FrontendFailureEventListener.class).in(Singleton.class);


-- 
To view, visit http://gerrit.ovirt.org/32135
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I76c29897960e2b61ead8176f896e45f9d7b9b576
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Alexander Wels <aw...@redhat.com>
Gerrit-Reviewer: Daniel Erez <de...@redhat.com>
Gerrit-Reviewer: Einav Cohen <eco...@redhat.com>
Gerrit-Reviewer: Greg Sheremeta <gsher...@redhat.com>
Gerrit-Reviewer: Lior Vernia <lver...@redhat.com>
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: Vojtech Szocs <vsz...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to