aboutsummaryrefslogtreecommitdiff
path: root/guava-gwt/test/com/google/common/html/testModule.gwt.xml
blob: 0346ed12be981275ce18b41c342c300d5d0930a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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.base.Base"/>
  <inherits name="com.google.common.escape.testing.Testing"/>
  <inherits name="com.google.common.html.Html"/>
  <inherits name="com.google.common.truth.Truth"/>
  <entry-point class="com.google.common.html.TestModuleEntryPoint"/>
   
  <source path=""/>
    
</module>