Updated Branches: refs/heads/master db1e298cb -> 86bfd871d
Remove xmlns:android, fix plugin id Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/86bfd871 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/86bfd871 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/86bfd871 Branch: refs/heads/master Commit: 86bfd871de0638cb58081b98861d6619a31c2b46 Parents: db1e298 Author: Andrew Grieve <[email protected]> Authored: Fri Jun 28 18:35:56 2013 -0400 Committer: Andrew Grieve <[email protected]> Committed: Fri Jun 28 18:37:26 2013 -0400 ---------------------------------------------------------------------- plugin.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/86bfd871/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 09d6efd..0825c3e 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.CompassListener" - version="0.1.0"> + id="org.apache.cordova.core.device-orientation" + version="0.1.0"> <name>Device Orientation</name>
