aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/test/com/google/common/cache/testModule.gwt.xml
blob: dae839685a825fda08c145c55172427b80fba0ff (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
25
26
27
28
<?xml version="1.0" encoding="utf-8"?>
<module>
   
  <source path=""/>
   
  <inherits name="com.google.gwt.user.User"/>
    
  <inherits name="com.google.gwt.junit.JUnit"/>
   
  <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.testing.Testing"/>
   
  <inherits name="com.google.common.util.concurrent.Concurrent"/>
      
  <inherits name="com.google.common.truth.Truth"/>
           
  <entry-point class="com.google.common.cache.TestModuleEntryPoint"/>
   
  <super-source path="super"/>
   
</module>