diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-12 17:56:02 +0100 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-12-12 17:58:19 +0100 |
commit | 2a1309d55d918fe59634e3858ccbb852ddf28408 (patch) | |
tree | 93b27a8b6931543ca83066d9391e38991db20fe0 /plugins/sonar-core-gwt/pom.xml | |
parent | 087df4135ce0089a2c96711f6bf2cdcdf921f361 (diff) | |
download | sonarqube-2a1309d55d918fe59634e3858ccbb852ddf28408.tar.gz sonarqube-2a1309d55d918fe59634e3858ccbb852ddf28408.zip |
SONAR-3063 Implement the hotspots page as a dashboard
Diffstat (limited to 'plugins/sonar-core-gwt/pom.xml')
-rw-r--r-- | plugins/sonar-core-gwt/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/sonar-core-gwt/pom.xml b/plugins/sonar-core-gwt/pom.xml index ee180e8c590..4248a3723f1 100644 --- a/plugins/sonar-core-gwt/pom.xml +++ b/plugins/sonar-core-gwt/pom.xml @@ -60,7 +60,6 @@ <configuration> <modules> <module>org.sonar.plugins.core.testdetailsviewer.TestsViewer${gwt.permutationSuffix}</module> - <module>org.sonar.plugins.core.hotspots.GwtHotspots${gwt.permutationSuffix}</module> </modules> <skip>${skipGwt}</skip> <webappDirectory>${project.build.directory}/classes</webappDirectory> |