Vojtech Szocs has uploaded a new change for review.

Change subject: webadmin,userportal: Disable GWTP version checking
......................................................................

webadmin,userportal: Disable GWTP version checking

Disabled GWTP VersionInspectorLinker functionality in order
to avoid unnecessary overhead during GWT application builds.

Following text should not appear in build log anymore:

  Invoking Linker Verify the availability of a more recent version of GWTP.
  [INFO] Checking version information for gwtp-mvp-client

Change-Id: I52d88661d2d8cc6068bfdd2af59c5731abd8f434
Signed-off-by: Vojtech Szocs <vsz...@redhat.com>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/02/40502/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml
index d38341c..8cf379e 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml
@@ -14,6 +14,9 @@
     <!-- Inherit GWTP MVP module with automatic EntryPoint support -->
     <inherits name="com.gwtplatform.mvp.MvpWithEntryPoint" />
 
+    <!-- Disable GWTP version checking -->
+    <set-configuration-property name="verifyNewerVersion" value="false"/>
+
     <!-- Inherit oVirt UiCommon Web modules and GWT deRPC module -->
     <inherits name="org.ovirt.engine.ui.GwtExtension" />
     <inherits name="org.ovirt.engine.ui.UICommonWeb" />


-- 
To view, visit https://gerrit.ovirt.org/40502
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I52d88661d2d8cc6068bfdd2af59c5731abd8f434
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vojtech Szocs <vsz...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to