[rhq] modules/enterprise

mike thompson mithomps at fedoraproject.org
Tue Aug 21 16:43:37 UTC 2012


 modules/enterprise/gui/coregui/pom.xml                                                           |    4 +---
 modules/enterprise/gui/coregui/src/main/resources/org/rhq/enterprise/gui/coregui/CoreGUI.gwt.xml |    6 ------
 2 files changed, 1 insertion(+), 9 deletions(-)

New commits:
commit d5ddeaababea5b8ba7573d4dc752c1636ae52f65
Author: Mike Thompson <mithomps at redhat.com>
Date:   Tue Aug 21 09:38:38 2012 -0700

    Remove Opera browser support from GWT compile. Will speed up compile times from elimination of 7 language permutations.

diff --git a/modules/enterprise/gui/coregui/pom.xml b/modules/enterprise/gui/coregui/pom.xml
index a4b08b0..82292eb 100644
--- a/modules/enterprise/gui/coregui/pom.xml
+++ b/modules/enterprise/gui/coregui/pom.xml
@@ -43,17 +43,15 @@
 
            ie9: IE9 (although for smartgwt we fallback to IE8)
            ie8: IE8
-           gecko: FF1 (NOTE: Support for this was dropped in GWT 2.1.)
            gecko1_8: FF2 and later
            safari: Safari/Chrome
-           opera: Opera
 
          *NOTE*: Since we specify the meta "X-UA-Compatible: IE=IE8" HTTP header in CoreGUI.html, IE9 and later
                  will emulate IE8.
          Multiple agents can be specified as a comma-delimited list, as demonstrated by the default
          value below.
         -->
-    <gwt.userAgent>ie8,ie9,gecko1_8,safari,opera</gwt.userAgent>
+    <gwt.userAgent>ie8,ie9,gecko1_8,safari</gwt.userAgent>
 
         <!-- Change this to "true" via the mvn command line or your ~/.m2/settings.xml to speed
              up gwt compilation. -->
diff --git a/modules/enterprise/gui/coregui/src/main/resources/org/rhq/enterprise/gui/coregui/CoreGUI.gwt.xml b/modules/enterprise/gui/coregui/src/main/resources/org/rhq/enterprise/gui/coregui/CoreGUI.gwt.xml
index c5c4391..f797482 100644
--- a/modules/enterprise/gui/coregui/src/main/resources/org/rhq/enterprise/gui/coregui/CoreGUI.gwt.xml
+++ b/modules/enterprise/gui/coregui/src/main/resources/org/rhq/enterprise/gui/coregui/CoreGUI.gwt.xml
@@ -11,11 +11,6 @@
     <inherits name='com.smartgwt.SmartGwt' />
     <inherits name="com.smartgwt.tools.SmartGwtTools"/>
 
-    <!-- TODO: Consider uncommenting this instead of enabling compression in Tomcat's server.xml once we upgrade to GWT
-               2.1 or later. -->
-    <!-- precompress .html, .js, and .css files -->
-    <!--<inherits name="com.google.gwt.precompress.Precompress"/>-->
-
 
     <inherits name='ca.nanometrics.gflot.GFlot'/>
 
@@ -66,7 +61,6 @@
            ie9: IE9 (new support for IE9 with GWT 2.3.0+)
            gecko1_8: FF2 and later
            safari: Safari/Chrome
-           opera: Opera
 
          *NOTE*: Since we specify the meta "X-UA-Compatible: IE=IE8" HTTP header in CoreGUI.html, IE9 and later
                  will emulate IE8 (although the gwt IE9 js libs will still get loaded).




More information about the rhq-commits mailing list