diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-21 10:46:19 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-21 12:12:45 +0200 |
commit | dae6f20d214fc46b16bd82c16f7ba9bd928dcb73 (patch) | |
tree | b6ab2ff950deac472feb6f5cc9d31c68844a0902 /sonar-server/pom.xml | |
parent | 314a1a8af40b38c8b8ffd8dd9170856d33a589e7 (diff) | |
download | sonarqube-dae6f20d214fc46b16bd82c16f7ba9bd928dcb73.tar.gz sonarqube-dae6f20d214fc46b16bd82c16f7ba9bd928dcb73.zip |
SONAR-3623 support modal windows
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 85dfa3d4ff1..6aa82e08b81 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -246,6 +246,7 @@ <include>**/protovis-min.js</include> <include>**/protovis-sonar-min.js</include> <include>**/jquery.min.js</include> + <include>**/jquery-ui.min.js</include> <include>**/select2.min.js</include> <include>**/application-min.js</include> <include>**/dashboard-min.js</include> |