diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-14 18:43:14 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-05-14 19:08:12 +0200 |
commit | 349eafcd5db96d0c206af7e2f9b67d24696afca6 (patch) | |
tree | 220e4bf4cd7f9542ae66c113908cb533cf88d605 /sonar-server/pom.xml | |
parent | f5f73537f6b8bf961cd189c93ed2b256dd66c7a2 (diff) | |
download | sonarqube-349eafcd5db96d0c206af7e2f9b67d24696afca6.tar.gz sonarqube-349eafcd5db96d0c206af7e2f9b67d24696afca6.zip |
SONAR-3755 UI for adding comments
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 7d4eaa0cd69..ba963f5be3b 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -256,6 +256,7 @@ <include>**/dashboard-min.js</include> <include>**/duplication-min.js</include> <include>**/resource-min.js</include> + <include>**/issue-min.js</include> <include>**/recent-history.js</include> </includes> <output>${project.build.directory}/${project.build.finalName}/javascripts/sonar.js</output> |