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:01:59 UTC

[05/10] git commit: updated namespace, name tag and readme

updated namespace, name tag and readme


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

Branch: refs/heads/master
Commit: d50689cd43b35cc398c9d30e164deb8827c2b6ee
Parents: 8f920d2
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 14:37:20 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Aug 14 15:33:18 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/d50689cd/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 603e478..42a24d9 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@ cordova-plugin-file-transfer
 ----------------------------
 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-file-transfer/blob/d50689cd/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7887241..6534365 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"
-xmlns:android="http://schemas.android.com/apk/res/android"
-           id="org.apache.cordova.core.file-transfer"
-      version="0.1.0">
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    id="org.apache.cordova.core.file-transfer"
+    version="0.1.0">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>