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/14 23:43:06 UTC

[4/6] git commit: updated name tag and readme

updated name tag and readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/2d9deaa9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/2d9deaa9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/2d9deaa9

Branch: refs/heads/dev
Commit: 2d9deaa97b814fffca09493fdb6c9521174297cd
Parents: a228b40
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 10:49:39 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:41:51 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/2d9deaa9/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ebc0172..ece3efc 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-battery-status
 =============================
 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-battery-status/blob/2d9deaa9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c64811a..1032a6d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
-           id="org.apache.cordova.core.battery-status"
+      id="org.apache.cordova.core.battery-status"
       version="0.1.0">
-    <name>Battery</name>
+    <name>battery</name>
     <description>Cordova Battery Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,battery</keywords>