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 20:35:26 UTC

git commit: updated name tag, namespace and readme

Updated Branches:
  refs/heads/dev [created] cf69191a6


updated name tag, namespace and readme


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/cf69191a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/cf69191a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/cf69191a

Branch: refs/heads/dev
Commit: cf69191a6960a1e5cafd1059dd2ed8fa31499084
Parents: 3cb1165
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 11:35:20 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Jul 24 11:35:20 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-console/blob/cf69191a/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 083c7c3..1363f3c 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-console
 ======================
 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-console/blob/cf69191a/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 1f16952..f1eb9e7 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.core.console"
       version="0.1.0">
 
-    <name>Console</name>
+    <name>console</name>
 
     <!-- ios -->
     <platform name="ios">