Updated Branches: refs/heads/master cc80c9880 -> 4b2cc3ffd
Remove xmlns:android, fix plugin id Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/4b2cc3ff Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/4b2cc3ff Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/4b2cc3ff Branch: refs/heads/master Commit: 4b2cc3ffd6d244b29a1e144d14035b36068c6748 Parents: cc80c98 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-device-motion/blob/4b2cc3ff/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 0c33da0..8ed0281 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.AccelListener" - version="0.1.0"> + id="org.apache.cordova.core.device-motion" + version="0.1.0"> <name>Device Motion</name>
