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

[7/9] git commit: updated name tag and readme

updated name tag and readme


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/53c97a49
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/53c97a49
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/53c97a49

Branch: refs/heads/dev
Commit: 53c97a496cf4ec4afc6b9ef18f140189cb907815
Parents: 7e92dc3
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 11:38:30 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 14:19:01 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/53c97a49/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 6e03f83..22112eb 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-contacts
 --------------------------------
 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-contacts/blob/53c97a49/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 24e4d36..dc47366 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,15 +2,14 @@
 
 <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.contacts"
-      version="0.1.0">
-    <name>Contacts</name>
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    id="org.apache.cordova.core.contacts"
+    version="0.1.0">
+    <name>contacts</name>
     <description>Cordova Contacts Plugin</description>
     <license>Apache 2.0</license>
     <keywords>cordova,contacts</keywords>
 
-
     <js-module src="www/contacts.js" name="contacts">
         <clobbers target="navigator.contacts" />
     </js-module>