diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2013-10-27 13:48:40 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2013-10-28 10:08:49 +0100 |
commit | 2ae51a4c28f5ccfb85540b7f52007ea1f0843ccf (patch) | |
tree | bfb396fbab5b74100d6471f13acae3aa3a4efe24 /sonar-server/pom.xml | |
parent | d7671af5aef43a82ca275687148f7ac50f0d7294 (diff) | |
download | sonarqube-2ae51a4c28f5ccfb85540b7f52007ea1f0843ccf.tar.gz sonarqube-2ae51a4c28f5ccfb85540b7f52007ea1f0843ccf.zip |
SONAR-4817 Replace timeline code base
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 3cac776afd9..01bec19ba87 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -248,7 +248,8 @@ <include>**/jquery-ui.min.js</include> <include>**/third-party/d3.v3.min.js</include> <include>**/select2.min.js</include> - <include>**/bubble-chart.js</include> + <include>**/widgets/bubble-chart.js</include> + <include>**/widgets/timeline.js</include> <include>**/application-min.js</include> <include>**/dashboard-min.js</include> <include>**/duplication-min.js</include> |