You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/08/15 00:25:07 UTC

[5/8] git commit: [plugin.xml] adding android namespace

[plugin.xml] adding android namespace


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/e30280f1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/e30280f1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/e30280f1

Branch: refs/heads/dev
Commit: e30280f14a4b649ac60ae1ef41e5c90547b54020
Parents: 62415f6
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Tue Aug 6 15:19:33 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Tue Aug 6 15:19:33 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/e30280f1/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1da54fc..61175e5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,6 +1,7 @@
 <?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.device-orientation"
       version="0.1.0">