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.base.Base"/> 6 <inherits name="com.google.common.escape.testing.Testing"/> 7 <inherits name="com.google.common.html.Html"/> 8 <entry-point class="com.google.common.html.TestModuleEntryPoint"/> 9 10 <source path=""/> 11 12</module> 13