aboutsummaryrefslogtreecommitdiffstats
path: root/guava-gwt/src/com/google/common/ForceGuavaCompilation.gwt.xml
blob: 9c4d5078e615362b65a4a07475cce8f5a13356f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<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.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.gwt.user.User" />

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