diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-05 23:37:52 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-09-05 23:37:52 +0200 |
commit | 6fa3003cc351eef3c7a9f525f2a323f8730b8048 (patch) | |
tree | 1223df5bbea7f822176f28b3ec5ea355adf44bc1 /sonar-server/pom.xml | |
parent | 78384b403196ff95fb14ec00de7a116d7db39aea (diff) | |
download | sonarqube-6fa3003cc351eef3c7a9f525f2a323f8730b8048.tar.gz sonarqube-6fa3003cc351eef3c7a9f525f2a323f8730b8048.zip |
SONAR-3742 and SONAR-3779 : drop prototip.js
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 4494aac9a0f..5e94cf94961 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -242,7 +242,6 @@ <include>**/prototype-min.js</include> <include>**/scriptaculous-min.js</include> <include>**/tablekit-min.js</include> - <include>**/prototip-min.js</include> <include>**/dashboard-min.js</include> <include>**/protovis-min.js</include> <include>**/protovis-sonar-min.js</include> |