<!--
 Copyright 2015 The Closure Compiler Authors

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You 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.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<module rename-to="jscomp">
  <inherits name="com.google.common.base.Base"/>
  <inherits name="com.google.common.collect.Collect"/>
  <inherits name="com.google.common.escape.Escape"/>
  <inherits name="com.google.common.io.Io"/>
  <inherits name="com.google.gwt.json.JSON"/>
  <inherits name="elemental2.core.Core"/>
  <source path="debugging/sourcemap"/>
  <source path="javascript/jscomp" excludes=".svn,.git,**/ant/**,**/refactoring/**,**/webservice/**,**/testing/**,**/transpile/**,**/linker/**,**/j2cl/**"/>
  <source path="javascript/rhino" excludes=".svn,.git,**/testing/**"/>
  <super-source path="javascript/jscomp/gwt/super"/>
  <super-source path="javascript/jscomp/resources/super-gwt"/>
  <super-source path="debugging/sourcemap/super"/>
  <set-property name="user.agent" value="safari"/>
  <set-configuration-property name="user.agent.runtimeWarning" value="false"/>
  <set-property name="gwt.logging.enabled" value="TRUE"/>
  <entry-point class="com.google.javascript.jscomp.gwt.client.CompilerMain"/>
  <public path="javascript/jscomp/gwt/public"/>
  <define-linker name="min" class="com.google.javascript.jscomp.gwt.linker.MinimalLinker"/>
  <add-linker name="min"/>
</module>
