If I open the .apk built with "PhoneGap Build" service, I find three js files in the app root folder.
"phonegap.js"
"cordova-2.7.0.js"
"cordova.js"
These files have different filename but identical content. Why PG Build includes these three files if I reference phonegap.js only?