diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-08-15 05:11:21 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-08-15 05:11:21 +0200 |
commit | 4c097cb555e5a8f82e94080354400d9f80c6f727 (patch) | |
tree | a9f528806bff234205483947990a7b42d28225d4 /sonar-server/pom.xml | |
parent | d1390ffe5692ca3a4d45e430288b34f41bd89354 (diff) | |
download | sonarqube-4c097cb555e5a8f82e94080354400d9f80c6f727.tar.gz sonarqube-4c097cb555e5a8f82e94080354400d9f80c6f727.zip |
SONAR-2704 Upgrade to Prototype 1.7/Scriptaculous 1.9
Yahoo JS libs used in timemachine have also been removed from default HTML header. They are
available only in the timemachine page.
Protovis and its patch for IE have been added.
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 9e3db32e600..db14a8a969d 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -259,16 +259,13 @@ <aggregations> <aggregation> <includes> - <include>**/yahoo-dom-event-min.js</include> - <include>**/calendar-min.js</include> <include>**/application-min.js</include> <include>**/prototype-min.js</include> <include>**/scriptaculous-min.js</include> <include>**/tablekit-min.js</include> <include>**/prototip-min.js</include> - <include>**/tooltip-min.js</include> <include>**/dashboard-min.js</include> - + <include>**/protovis-min.js</include> </includes> <output>${project.build.directory}/${project.build.finalName}/javascripts/sonar.js</output> </aggregation> @@ -314,7 +311,7 @@ <artifactId>maven-war-plugin</artifactId> <configuration> <packagingExcludes> - **/*.log,*.iml,WEB-INF/script/,WEB-INF/test/ + **/*.log,*.iml,WEB-INF/script/,WEB-INF/test/,javascripts/application*.js,javascripts/prototype*.js,javascripts/scriptaculous*.js,javascripts/tablekit*.js,javascripts/tablekit*.js,javascripts/prototip*.js,javascripts/dashboard*.js,javascripts/protovis*.js </packagingExcludes> <warSourceExcludes> **/* |