1<?xml version="1.0" encoding="utf-8"?> 2<module> 3 <inherits name="com.google.gwt.user.User"/> 4 <inherits name="com.google.gwt.junit.JUnit"/> 5 <inherits name="com.google.common.annotations.Annotations"/> 6 <inherits name="com.google.common.escape.Escape"/> 7 <inherits name="com.google.common.escape.testing.Testing"/> 8 <inherits name="com.google.common.xml.Xml"/> 9 <entry-point class="com.google.common.xml.TestModuleEntryPoint"/> 10 11 <source path=""/> 12 13</module> 14