1<?xml version="1.0" encoding="utf-8"?> 2<module> 3 4 <source path=""/> 5 6 <inherits name="com.google.gwt.user.User"/> 7 8 <inherits name="com.google.gwt.junit.JUnit"/> 9 10 <inherits name="com.google.common.annotations.Annotations"/> 11 12 <inherits name="com.google.common.base.Base"/> 13 14 <inherits name="com.google.common.collect.Collect"/> 15 16 <inherits name="com.google.common.collect.testing.Testing"/> 17 18 <inherits name="com.google.common.collect.testing.google.Google"/> 19 20 <inherits name="com.google.common.escape.Escape"/> 21 22 <inherits name="com.google.common.escape.testing.Testing"/> 23 24 <inherits name="com.google.common.net.Net"/> 25 26 <inherits name="com.google.common.testing.Testing"/> 27 28 <inherits name="com.google.common.truth.Truth"/> 29 30 <entry-point class="com.google.common.net.TestModuleEntryPoint"/> 31 32 <super-source path="super"/> 33 34</module> 35