Vojtech Szocs has uploaded a new change for review.

Change subject: webadmin,userportal: Drop support for IE6-7
......................................................................

webadmin,userportal: Drop support for IE6-7

This patch removes "ie6" user agent from default GWT compilation,
which also means less permutations to compile and faster builds
in general.

Change-Id: I5820bfe4147d5429714ed6388bcc8d62ecb4e40c
Signed-off-by: Vojtech Szocs <vsz...@redhat.com>
---
M frontend/webadmin/modules/pom.xml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/13393/1

diff --git a/frontend/webadmin/modules/pom.xml 
b/frontend/webadmin/modules/pom.xml
index 879a281..77c8136 100644
--- a/frontend/webadmin/modules/pom.xml
+++ b/frontend/webadmin/modules/pom.xml
@@ -44,8 +44,8 @@
     <!-- This can be overridden by setting this property in your personal 
settings.xml -->
     <gwt-plugin.extraJvmArgs>-Xms1024M -Xmx2048M -XX:PermSize=256M 
-XX:MaxPermSize=512M</gwt-plugin.extraJvmArgs>
     <!-- Control target browsers for GWT compilation, maps to 'user.agent' 
deferred binding property in *.gwt.xml -->
-    <!-- By default, all browsers are supported, see 
[gwt-user.jar:com/google/gwt/user/UserAgent.gwt.xml] for a complete list -->
-    <gwt.userAgent>ie6,ie8,ie9,gecko1_8,safari,opera</gwt.userAgent>
+    <!-- By default, all modern browsers are supported, see 
[gwt-user.jar:com/google/gwt/user/UserAgent.gwt.xml] for a complete list -->
+    <gwt.userAgent>ie8,ie9,gecko1_8,safari,opera</gwt.userAgent>
     <!-- Control target locales for GWT compilation, maps to 'locale' deferred 
binding property in *.gwt.xml -->
     <!-- By default, only default (English) locale is supported, see 
'all-langs' profile for a complete list -->
     <gwt.locale>default</gwt.locale>


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5820bfe4147d5429714ed6388bcc8d62ecb4e40c
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