You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by vi...@apache.org on 2013/09/05 11:17:29 UTC

[1/3] git commit: updated namespace, name tag and readme

Updated Branches:
  refs/heads/master 95fa68041 -> 88055dce4


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

Branch: refs/heads/master
Commit: f71dba4311dfbb2c11df6fa36302fea2d6f0d9e5
Parents: e37895a
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 14:37:20 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Jul 24 14:37: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-file-transfer/blob/f71dba43/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/f71dba43/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8d12037..b619adf 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"
+<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.core.file-transfer"
       version="0.1.0">
-    <name>File Transfer</name>
+    <name>filetransfer</name>
 
     <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/*" />
 


[3/3] git commit: Merge branch 'master'

Posted by vi...@apache.org.
Merge branch 'master'


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

Branch: refs/heads/master
Commit: 88055dce4f9785343a7cca6fcceaa2b953448447
Parents: 65b64b5 95fa680
Author: Viras- <vi...@users.sourceforge.net>
Authored: Thu Sep 5 11:15:22 2013 +0200
Committer: Viras- <vi...@users.sourceforge.net>
Committed: Thu Sep 5 11:15:22 2013 +0200

----------------------------------------------------------------------
 plugin.xml             |   8 +--
 src/wp/FileTransfer.cs |   4 +-
 www/wp/FileTransfer.js | 123 --------------------------------------------
 3 files changed, 3 insertions(+), 132 deletions(-)
----------------------------------------------------------------------



[2/3] git commit: updated namespace, name tag and readme

Posted by vi...@apache.org.
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/65b64b55
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/65b64b55
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/65b64b55

Branch: refs/heads/master
Commit: 65b64b551a5ac64bc531286f06df5bd92df98974
Parents: f71dba4 f6c4721
Author: Steven Gill <st...@gmail.com>
Authored: Wed Jul 24 14:37:20 2013 -0700
Committer: Viras- <vi...@users.sourceforge.net>
Committed: Thu Sep 5 11:15:10 2013 +0200

----------------------------------------------------------------------
 LICENSE                             | 202 +++++++++++++++++++++++++++++++
 plugin.xml                          |  27 +++--
 src/android/FileProgressResult.java |   2 +-
 src/android/FileTransfer.java       |   6 +-
 src/android/FileUploadResult.java   |   2 +-
 src/ios/CDVFileTransfer.h           |   6 +-
 src/ios/CDVFileTransfer.m           |  22 ++--
 www/windows8/FileTransferProxy.js   | 110 +++++++++++++++++
 8 files changed, 351 insertions(+), 26 deletions(-)
----------------------------------------------------------------------