aboutsummaryrefslogtreecommitdiffstats
path: root/guava-gwt/test/com/google/common/primitives/testModule.gwt.xml
blob: 7bb40136c2d776244a7b0043d2ad3bc70d7ae0bc (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.primitives.Primitives"/>
  <inherits name="com.google.common.testing.Testing"/>
  <inherits name="org.junit.contrib.truth.Truth"/>
  <inherits name="com.google.common.annotations.Annotations"/>
  <entry-point class="com.google.common.primitives.TestModuleEntryPoint"/>
   
  <source path=""/>
    
  <add-linker name="std"/>
   
  <super-source path="super"/>
   
</module>