aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-09-14 18:08:16 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-09-14 18:09:27 +0200
commit13ecd43d57a3f09a8006c3fb10c3628ea018b08f (patch)
treed00bd33bdda5ccea11a13549fc0306337f8d5168 /sonar-server/pom.xml
parentbbe53dc1a6b24573bde2c6706453eab1d35a8332 (diff)
downloadsonarqube-13ecd43d57a3f09a8006c3fb10c3628ea018b08f.tar.gz
sonarqube-13ecd43d57a3f09a8006c3fb10c3628ea018b08f.zip
SONAR-3802 various improvements in the top nav bar
* Upgrade YUI reset/font CSS * New URLs /dev/layout and /dev/empty for performance tests * Rename the link "Home" with the name of the main global dashboard * Extract layout.css from style.css
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index dd7285e6981..bd63405e017 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -254,7 +254,8 @@
</aggregation>
<aggregation>
<includes>
- <include>**/yui-2.6.0-min.css</include>
+ <include>**/yui-reset-font-min.css</include>
+ <include>**/layout-min.css</include>
<include>**/style-min.css</include>
<include>**/sonar-colorizer-min.css</include>
<include>**/dashboard-min.css</include>