Updated Branches: refs/heads/master 88b5792fd -> e365043c4
Remove xmlns:android, fix plugin id Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/e365043c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/e365043c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/e365043c Branch: refs/heads/master Commit: e365043c415465c7ac3a5002e858967e851af3aa Parents: 88b5792 Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 18:35:55 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 18:35:55 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/e365043c/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 24f33ae..e7c2ee3 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" -xmlns:android="http://schemas.android.com/apk/res/android" -id="org.apache.cordova.core.contacts"> - version="0.1.0"> + id="org.apache.cordova.core.contacts" + version="0.1.0"> <name>Contacts</name> <js-module src="www/contacts.js" name="contacts">
