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

[2/3] 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-console/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/1370403b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/1370403b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/1370403b

Branch: refs/heads/master
Commit: 1370403badf54f5b907068bea0c0256d7da03840
Parents: f167e27
Author: Steven Gill <st...@gmail.com>
Authored: Wed Aug 14 15:20:24 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:20:24 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/1370403b/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0ce1a36..8493ece 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
            id="org.apache.cordova.core.console"
       version="0.1.0">
 
-    <name>console</name>
+    <name>Console</name>
     <description>Cordova Console Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,console</keywords>