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/07/24 23:51:31 UTC

git commit: updated readme and namespace

Updated Branches:
  refs/heads/dev [created] 7333aa262


updated readme and namespace


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/7333aa26
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/7333aa26
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/7333aa26

Branch: refs/heads/dev
Commit: 7333aa262228871d66a0d6d20ae9ffd5c39fe79b
Parents: 5c08769
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 14:51:27 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Jul 24 14:51:27 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/7333aa26/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e63ce6f..cbf4c9a 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-vibration
 ---------------------------
 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).
\ No newline at end of file
+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-vibration/blob/7333aa26/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index efb6b10..26ac0f1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.core.vibration"
       version="0.1.0">