Commit 4c391791 authored by Sharon Perl's avatar Sharon Perl

Enable all GWT client permuations to be built by commenting out the lines that...

Enable all GWT client permuations to be built by commenting out the lines that specify specific clients.
parent 9383ee05
...@@ -5,8 +5,10 @@ ...@@ -5,8 +5,10 @@
<!-- speed up compilation for testing. comment out the next two lines to compile <!-- speed up compilation for testing. comment out the next two lines to compile
all permutations --> all permutations -->
<!--
<inherits name='com.google.gwt.user.UserAgent'/> <inherits name='com.google.gwt.user.UserAgent'/>
<set-property name="user.agent" value="safari,gecko1_8,ie6,ie8,ie9" /> <set-property name="user.agent" value="safari,gecko1_8,ie6,ie8,ie9" />
-->
<!-- inherits --> <!-- inherits -->
<inherits name="com.google.gwt.user.User" /> <inherits name="com.google.gwt.user.User" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment