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/06 07:23:23 UTC

[1/4] git commit: [CB-4752] Incremented plugin version on dev branch.

Updated Branches:
  refs/heads/master 2e868f197 -> 68ae55651


[CB-4752] Incremented plugin version on dev branch.


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

Branch: refs/heads/master
Commit: 66ad62f92dd4d87c1fe73f8f27fe42b3f1229c8d
Parents: 88055dc
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Sep 6 00:58:22 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Sep 6 00:58:22 2013 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/66ad62f9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9fce0ae..5a686f6 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 <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.3.0">
+    version="0.3.1-dev">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>


[2/4] git commit: [CB-4668] updating WP7 definition to use same code as WP8

Posted by vi...@apache.org.
[CB-4668] updating WP7 definition to use same code as WP8


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

Branch: refs/heads/master
Commit: 5a0e96113d4e1d07dc0eba734893f3db2ff6f248
Parents: 88055dc
Author: Viras- <vi...@users.sourceforge.net>
Authored: Fri Sep 6 07:17:35 2013 +0200
Committer: Viras- <vi...@users.sourceforge.net>
Committed: Fri Sep 6 07:17:35 2013 +0200

----------------------------------------------------------------------
 plugin.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/5a0e9611/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9fce0ae..19e110f 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -67,11 +67,6 @@
         </config-file>
 
         <source-file src="src/wp/FileTransfer.cs" />
-
-        <js-module src="www/wp/FileTransfer.js" name="FileTransfer1">
-            <clobbers target="window.FileTransfer" />
-        </js-module>
-
     </platform>
 
     <!-- wp8 -->


[3/4] git commit: Merge branch 'master' into dev

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


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

Branch: refs/heads/master
Commit: 736c5da007070bd954d6f1ad46fe847e42a7c59e
Parents: 66ad62f 2e868f1
Author: Andrew Grieve <ag...@chromium.org>
Authored: Fri Sep 6 01:18:07 2013 -0400
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Fri Sep 6 01:18:07 2013 -0400

----------------------------------------------------------------------
 CHANGELOG.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
----------------------------------------------------------------------



[4/4] git commit: Merge branch 'apache/dev'

Posted by vi...@apache.org.
Merge branch 'apache/dev'


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

Branch: refs/heads/master
Commit: 68ae5565148a9a1d45ce476ff4254cfc5a136d14
Parents: 5a0e961 736c5da
Author: Viras- <vi...@users.sourceforge.net>
Authored: Fri Sep 6 07:20:57 2013 +0200
Committer: Viras- <vi...@users.sourceforge.net>
Committed: Fri Sep 6 07:20:57 2013 +0200

----------------------------------------------------------------------
 CHANGELOG.md | 23 +++++++++++++++++++++++
 plugin.xml   |  2 +-
 2 files changed, 24 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/68ae5565/plugin.xml
----------------------------------------------------------------------