aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/src/com/google/common/ForceGuavaCompilation.gwt.xml
blob: 93f5404da50128e8e186165cf734103af3f62309 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<module>
  <inherits name="com.google.common.annotations.Annotations" />
  <inherits name="com.google.common.base.Base" />
  <inherits name="com.google.common.cache.Cache" />
  <inherits name="com.google.common.collect.Collect" />
  <inherits name="com.google.common.escape.Escape" />
  <inherits name="com.google.common.html.Html" />
  <inherits name="com.google.common.io.Io" />
  <inherits name="com.google.common.math.Math" />
  <inherits name="com.google.common.net.Net" />
  <inherits name="com.google.common.primitives.Primitives" />
  <inherits name="com.google.common.util.concurrent.Concurrent" />
  <inherits name="com.google.common.xml.Xml" />
  <inherits name="com.google.thirdparty.publicsuffix.PublicSuffixPatterns" />
  <inherits name="com.google.thirdparty.publicsuffix.PublicSuffixType" />

  <!-- com.google.common.testing.Testing is located in
       GuavaTests under guava-gwt/test -->

  <source path="">
    <include name="ForceGuavaCompilationEntryPoint.java" />
  </source>
  <entry-point class="com.google.common.ForceGuavaCompilationEntryPoint" />
</module>