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/20 00:14:07 UTC

[4/6] git commit: updated Readme, namespace and name tag

updated Readme, namespace and name tag


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

Branch: refs/heads/master
Commit: a13d215c4c7d0eb47e61e20bc699076ca5347312
Parents: 48a4967
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 14:43:39 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:44:36 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-inappbrowser/blob/a13d215c/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index d107c69..74c7dfa 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-inappbrowser
 -----------------------------
 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-inappbrowser/blob/a13d215c/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index f1e3061..1c8b2e2 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.inappbrowser"
       version="0.1.0">
     <name>InAppBrowser</name>
@@ -8,6 +8,7 @@
     <license>Apache 2.0</license>
     <keywords>cordova,in,app,browser,inappbrowser</keywords>
 
+
     <js-module src="www/InAppBrowser.js" name="InAppBrowser">
         <clobbers target="window.open" />
     </js-module>