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/19 23:38:28 UTC

[3/9] git commit: [plugin.xml] adding android namespace

[plugin.xml] adding android namespace


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/ae3bb2eb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/ae3bb2eb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/ae3bb2eb

Branch: refs/heads/master
Commit: ae3bb2eb409a679275b3148ac34709da0e462499
Parents: 01b02b6
Author: Hardeep Shoker <sh...@gmail.com>
Authored: Tue Aug 6 15:19:04 2013 -0700
Committer: Hardeep Shoker <sh...@gmail.com>
Committed: Tue Aug 6 15:19:04 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/ae3bb2eb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 42f8948..2efca82 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"
       version="0.1.0">
     <name>Device</name>