You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SampleResourceTab.gwt.xml 287B

12345678910
  1. <module>
  2. <inherits name='com.google.gwt.user.User'/>
  3. <inherits name="com.google.gwt.json.JSON"/>
  4. <inherits name="com.google.gwt.http.HTTP"/>
  5. <inherits name="org.sonar.Sonar"/>
  6. <entry-point class='org.sonar.plugins.gwtsample.resourcetab.client.SampleResourceTab'/>
  7. </module>