aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-plugin-api
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-10-02 10:32:43 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-10-02 10:36:35 +0200
commitf51baceb700dbe65bc4519edae6a5244aec13d1f (patch)
treeef27ff0038da460c1fe3e22536e572de777b9622 /sonar-plugin-api
parente21c27de72bf3dfe25d1b6569caff56e7d427e8d (diff)
downloadsonarqube-f51baceb700dbe65bc4519edae6a5244aec13d1f.tar.gz
sonarqube-f51baceb700dbe65bc4519edae6a5244aec13d1f.zip
SONAR-5665 Stop support of GWT pages
Diffstat (limited to 'sonar-plugin-api')
-rw-r--r--sonar-plugin-api/src/main/java/org/sonar/api/web/Footer.java2
-rw-r--r--sonar-plugin-api/src/main/resources/org/sonar/api/web/gwt/Sonar.gwt.xml9
2 files changed, 1 insertions, 10 deletions
diff --git a/sonar-plugin-api/src/main/java/org/sonar/api/web/Footer.java b/sonar-plugin-api/src/main/java/org/sonar/api/web/Footer.java
index 167e217f3b7..4dbbdade375 100644
--- a/sonar-plugin-api/src/main/java/org/sonar/api/web/Footer.java
+++ b/sonar-plugin-api/src/main/java/org/sonar/api/web/Footer.java
@@ -27,7 +27,7 @@ import org.sonar.api.ServerExtension;
public interface Footer extends ServerExtension {
/**
- * Static HTML (no Ruby on Rails nor GWT)
+ * Static HTML (no Ruby on Rails)
*/
String getHtml();
}
diff --git a/sonar-plugin-api/src/main/resources/org/sonar/api/web/gwt/Sonar.gwt.xml b/sonar-plugin-api/src/main/resources/org/sonar/api/web/gwt/Sonar.gwt.xml
deleted file mode 100644
index 8353b9407ac..00000000000
--- a/sonar-plugin-api/src/main/resources/org/sonar/api/web/gwt/Sonar.gwt.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<module>
-
- <inherits name='com.google.gwt.user.User'/>
- <inherits name="com.google.gwt.json.JSON"/>
- <inherits name="com.google.gwt.http.HTTP"/>
- <inherits name="com.google.gwt.i18n.I18N"/>
- <inherits name='com.google.gwt.gen2.table.Table'/>
-
-</module>