aboutsummaryrefslogtreecommitdiffstats
path: root/guava-gwt/test/com/google/common/net/testModule.gwt.xml
blob: 1b61e1bc6bd93296fbd3f6a0be9e2aa7b27fe07f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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.escape.testing.Testing"/>
  <inherits name="com.google.common.net.Net"/>
  <inherits name="com.google.common.testing.Testing"/>
  <inherits name="org.junit.contrib.truth.Truth"/>
  <entry-point class="com.google.common.net.TestModuleEntryPoint"/>
   
  <source path=""/>
    
  <add-linker name="std"/>
   
  <super-source path="super"/>
   
</module>