aboutsummaryrefslogtreecommitdiffstats
path: root/guava-gwt/test/com/google/common/net/testModule.gwt.xml
blob: e9bd0a2dce588c666560dc4a490f2ed987a9f5db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<module>
  <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.collect.Collect"/>
  <inherits name="com.google.common.escape.Escape"/>
  <inherits name="com.google.common.escape.testing.Testing"/>
  <inherits name="com.google.common.net.Net"/>
  <inherits name="com.google.common.testing.Testing"/>
  <inherits name="org.truth0.Truth"/>
  <entry-point class="com.google.common.net.TestModuleEntryPoint"/>
   
  <source path=""/>
    
  <super-source path="super"/>
   
</module>