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

[8/9] git commit: reverted name element to be user readable

reverted name element to be user readable


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

Branch: refs/heads/master
Commit: f26dafe82952f8012fcf85e6ba1924ec098e13b6
Parents: 2d0c783
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 14 15:18:15 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:18:15 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/f26dafe8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c14685a..4d10e1b 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -5,7 +5,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.core.device"
     version="0.1.0">
-    <name>device</name>
+    <name>Device</name>
     <description>Cordova Device Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,device</keywords>