]> source.dussan.org Git - sonarqube.git/commitdiff
Revert path of TreemapWidget
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 4 Jul 2014 14:11:09 +0000 (16:11 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 4 Jul 2014 14:11:09 +0000 (16:11 +0200)
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/TreemapWidget.java

index c941ef8ca368e9c5ef1f5d52966d9d8e008941ac..6ce87b3be752fea477120573148d26d8392e1e80 100644 (file)
@@ -33,6 +33,6 @@ import org.sonar.api.web.WidgetPropertyType;
 public class TreemapWidget extends CoreWidget {
   public TreemapWidget() {
     // do not use the id "treemap" to avoid conflict with the same CSS class
-    super("treemap-widget", "Treemap of Components", "/Users/Stas/Projects/sonar/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/treemap.html.erb");
+    super("treemap-widget", "Treemap of Components", "/org/sonar/plugins/core/widgets/treemap.html.erb");
   }
 }