apache / cordova-plugman

Apache Cordova Plugman
https://cordova.apache.org/
Apache License 2.0
399 stars 151 forks source link

CB-5720 add resource-file to plugin.xml #41

Closed AxelNennker closed 10 years ago

AxelNennker commented 10 years ago

https://issues.apache.org/jira/browse/CB-5720

Add support for to a plugin's plugin.xml

The above example would copy the file glass.xml from the plugin's directory to the platforms/android/res/xml/glass.xml

This is for the use case when a plugin in needs additional file e.g. in res/xml or other directories. An example for Android would be an authenticator that is specified in AndroidManifest.xml

agrieve commented 10 years ago

Merged! I added tests in a follow-up commit.

Please close the pull request.