aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-11-21 10:31:50 +0100
committerFabrice Bellingard <fabrice.bellingard@sonarsource.com>2012-11-21 17:11:35 +0100
commit8876b0b60eee2f9c1283023a6b6492840610a6b5 (patch)
tree4384fd2924f45a0e7bef160843eb570fc673b9cc /sonar-server/pom.xml
parent7af0ad0781a92bb5c6b126cc169f661be323eacb (diff)
downloadsonarqube-8876b0b60eee2f9c1283023a6b6492840610a6b5.tar.gz
sonarqube-8876b0b60eee2f9c1283023a6b6492840610a6b5.zip
SONAR-2342 Add "recent history" feature
=> Provide a way to quickly come back to a resource which has been recently browsed
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 8b5c20e7aa5..2fc2a0123bf 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -247,6 +247,7 @@
<include>**/dashboard-min.js</include>
<include>**/duplication-min.js</include>
<include>**/resource-min.js</include>
+ <include>**/recent-history.js</include>
</includes>
<output>${project.build.directory}/${project.build.finalName}/javascripts/sonar.js</output>
</aggregation>