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:31:41 UTC

[3/5] git commit: reverted name element to be human readable

reverted name element to be human readable


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

Branch: refs/heads/master
Commit: 342401ef187924d1a633c5a9f07047ffe81169dd
Parents: 6846cb0
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 14 15:21:03 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:21:03 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-camera/blob/342401ef/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9c5cb7b..b3982aa 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.core.camera"
     version="0.1.0">
-    <name>camera</name>
+    <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,camera</keywords>