Updated Branches: refs/heads/master 76f2f23b9 -> fd572c348
Remove xmlns:android, fix plugin id Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/fd572c34 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/fd572c34 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/fd572c34 Branch: refs/heads/master Commit: fd572c34808cc06fbdb426fa64e8a1c2e9bfaa82 Parents: 76f2f23 Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 18:35:56 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 18:40:26 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/fd572c34/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 31248d5..3633807 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,8 +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.Notification" version="0.1.0"> + id="org.apache.cordova.core.vibration" + version="0.1.0"> <name>vibration</name>
