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.

SamplePage.gwt.xml 368B

12345678910111213
  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.page.client.SamplePage'/>
  7. <extend-property name="locale" values="en"/>
  8. <extend-property name="locale" values="fr"/>
  9. </module>