Updated Branches: refs/heads/dev 736c5da00 -> 68ae55651
[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/dev Commit: 5a0e96113d4e1d07dc0eba734893f3db2ff6f248 Parents: 88055dc Author: Viras- <[email protected]> Authored: Fri Sep 6 07:17:35 2013 +0200 Committer: Viras- <[email protected]> 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 -->
