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:30 UTC

[5/9] git commit: updated readme, namespace and name tag

updated readme, namespace and name tag


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

Branch: refs/heads/master
Commit: 89d7189faec29a272e4903c13f2e33d72c87aa3f
Parents: a01821b
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 11:39:45 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:45:45 2013 -0700

----------------------------------------------------------------------
 README.md  | 2 +-
 plugin.xml | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/89d7189f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d761f6e..e07ef89 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-device
 -----------------------
 To install this plugin, follow the [Command-line Interface Guide](http://cordova.apache.org/docs/en/edge/guide_cli_index.md.html#The%20Command-line%20Interface).
 
-If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/guide_plugin_ref_plugman.md.html).
+If you are not using the Cordova Command-line Interface, follow [Using Plugman to Manage Plugins](http://cordova.apache.org/docs/en/edge/plugin_ref_plugman.md.html).

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/89d7189f/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index eb19ecb..12c95e5 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,10 +2,10 @@
 
 <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
-xmlns:android="http://schemas.android.com/apk/res/android"
-           id="org.apache.cordova.core.device"
-      version="0.1.0">
-    <name>Device</name>
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    id="org.apache.cordova.core.device"
+    version="0.1.0">
+    <name>device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,device</keywords>