1<module> 2 <inherits name="com.google.common.annotations.Annotations" /> 3 <inherits name="com.google.common.base.Base" /> 4 <inherits name="com.google.common.cache.Cache" /> 5 <inherits name="com.google.common.collect.Collect" /> 6 <inherits name="com.google.common.escape.Escape" /> 7 <inherits name="com.google.common.html.Html" /> 8 <inherits name="com.google.common.io.Io" /> 9 <inherits name="com.google.common.math.Math" /> 10 <inherits name="com.google.common.net.Net" /> 11 <inherits name="com.google.common.primitives.Primitives" /> 12 <inherits name="com.google.common.util.concurrent.Concurrent" /> 13 <inherits name="com.google.common.xml.Xml" /> 14 <inherits name="com.google.thirdparty.publicsuffix.PublicSuffixPatterns" /> 15 <inherits name="com.google.thirdparty.publicsuffix.PublicSuffixType" /> 16 17 <!-- com.google.common.testing.Testing is located in 18 GuavaTests under guava-gwt/test --> 19 20 <source path=""> 21 <include name="ForceGuavaCompilationEntryPoint.java" /> 22 </source> 23 <entry-point class="com.google.common.ForceGuavaCompilationEntryPoint" /> 24</module> 25