GitHub user agrieve opened a pull request:
https://github.com/apache/incubator-cordova-android/pull/34
Remove cordova.xml and plugins.xml from framework/res/xml.
They have been superseded by config.xml, and having them stick around
was confusing.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/agrieve/incubator-cordova-android
one_config_xml
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-cordova-android/pull/34.patch
----
commit d4302ae51bc715f5b88c50ab2e13d0e138dd36a2
Author: Andrew Grieve <[email protected]>
Date: 2012-07-16T12:06:12-07:00
Remove cordova.xml and plugins.xml from framework/res/xml.
They have been superseded by config.xml, and having them stick around
was confusing.
----