diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-19 15:57:22 +0200 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2011-08-19 18:27:44 +0200 |
commit | 12ebcddbcec1e865f271c1fc258ba52fd1c99ae9 (patch) | |
tree | 11f4d90553c9551ed271a3424d10ca285e58a3c0 /sonar-server/pom.xml | |
parent | d3d1f85b2f8d5a88c46c71839d45e7cc26a86ff8 (diff) | |
download | sonarqube-12ebcddbcec1e865f271c1fc258ba52fd1c99ae9.tar.gz sonarqube-12ebcddbcec1e865f271c1fc258ba52fd1c99ae9.zip |
SONAR-2074 Improve timeline widget
- Improve JS code
- Sort the trends directly in the TrendsChart Ruby class
- Add optional title for graph
- Graph aware of differential view system
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index ef0b4b3ffd7..6cb65614c09 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -266,6 +266,7 @@ <include>**/prototip-min.js</include> <include>**/dashboard-min.js</include> <include>**/protovis-min.js</include> + <include>**/protovis-sonar-min.js</include> </includes> <output>${project.build.directory}/${project.build.finalName}/javascripts/sonar.js</output> </aggregation> |