blob: dbee0dbbbc5dbb127f5d3c2fdb61b7559d15486a [file] [log] [blame]
<!-- -->
<!-- Copyright 2009 Google Inc. -->
<!-- Licensed under the Apache License, Version 2.0 (the "License"); you -->
<!-- may not use this file except in compliance with the License. You may -->
<!-- may obtain a copy of the License at -->
<!-- -->
<!-- http://www.apache.org/licenses/LICENSE-2.0 -->
<!-- -->
<!-- Unless required by applicable law or agreed to in writing, software -->
<!-- distributed under the License is distributed on an "AS IS" BASIS, -->
<!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -->
<!-- implied. License for the specific language governing permissions and -->
<!-- limitations under the License. -->
<!-- Compiler parameters that can be overridden for test cases . -->
<!-- -->
<module>
<!--
This is the maximum number of variables in any var statement GWT
will emit. This avoids a bug in some browsers including
the initial beta of Safari 4. See Issue 3455. If it is set to -1,
then there is no limit.
-->
<set-configuration-property name='compiler.max.vars.per.var' value='2400' />
</module>