This change allows running command `report' with `--html-static'
option so all required JS/CSS will be embedded to HTML file.
Having all required CSS/JS loaded directly from HTML makes
report working without access to the Internet.
Added third-party libraries files:
rally/ui/templates/libs/nv.d3.1.1.15-beta.min.css
rally/ui/templates/libs/angular.1.3.3.min.js
rally/ui/templates/libs/nv.d3.1.1.15-beta.min.js
rally/ui/templates/libs/d3.3.4.13.min.js
Notes about licenses compatibility:
https://angularjs.org/
https://github.com/angular/angular.js/blob/master/LICENSE
The MIT License
compatible with Apache License Version 2.0
according to http://www.apache.org/legal/resolved.html
http://d3js.org/
https://github.com/mbostock/d3/blob/master/LICENSE
BSD 3-clause License
compatible with Apache License Version 2.0
according to http://www.apache.org/legal/resolved.html
http://nvd3.org/
https://github.com/novus/nvd3/blob/master/LICENSE.md
Apache License Version 2.0
Change-Id: I8913ecc585ee17affb1d8a0b29bb475c1e07427f
Closes-Bug: #1505533