Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Remove browser type gecko, no longer supported
Browse files Browse the repository at this point in the history
'gecko' type browser option (such as: <gwt.userAgent>gecko</gwt.userAgent>) causes build to fail as gecko is no-longer supported by GWT. Documented in Bugzilla 1487480 (https://bugzilla.redhat.com/show_bug.cgi?id=1487480).
https://stackoverflow.com/a/7992793/6328995
https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/useragent/UserAgent.gwt.xml
(originally #325)
  • Loading branch information
tylerkelly13 authored Sep 16, 2017
1 parent b285c0c commit fe6b592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/m2/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
<!-- set browser(s) to compile the GWT stuff for
~~ See https://docs.jboss.org/author/display/RHQ/Advanced+Build+Notes#AdvancedBuildNotes-GWTCompilationForDifferentBrowsers
~~ for details and browser versions
~~ Possible values are: ie6,ie8,ie9,gecko,gecko1_8,safari,opera
~~ Possible values are: ie6,ie8,ie9,gecko1_8,safari,opera
-->
<gwt.userAgent>SET_ME</gwt.userAgent>
<!-- Only gwt-compile JavaScript for FF2 and later. -->
Expand Down

0 comments on commit fe6b592

Please sign in to comment.