diff options
Diffstat (limited to 'tests/integration/sonar-it-reference-plugin/src/main/resources/itests/page/GwtModule.gwt.xml')
-rw-r--r-- | tests/integration/sonar-it-reference-plugin/src/main/resources/itests/page/GwtModule.gwt.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/integration/sonar-it-reference-plugin/src/main/resources/itests/page/GwtModule.gwt.xml b/tests/integration/sonar-it-reference-plugin/src/main/resources/itests/page/GwtModule.gwt.xml new file mode 100644 index 00000000000..9046f23e85e --- /dev/null +++ b/tests/integration/sonar-it-reference-plugin/src/main/resources/itests/page/GwtModule.gwt.xml @@ -0,0 +1,10 @@ +<module> + + <inherits name='com.google.gwt.user.User'/> + <inherits name="com.google.gwt.json.JSON"/> + <inherits name="com.google.gwt.http.HTTP"/> + <inherits name="org.sonar.Sonar"/> + + <entry-point class='itests.page.client.GwtModule'/> + +</module> |