You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2013/12/13 17:42:44 UTC

git commit: Remove @1 designation from file plugin dependency until pushed to npm

Updated Branches:
  refs/heads/dev 647dad7ab -> 692f1fb95


Remove @1 designation from file plugin dependency until pushed to npm


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

Branch: refs/heads/dev
Commit: 692f1fb955976370f068020e96237cf6db8c8750
Parents: 647dad7
Author: Ian Clelland <ic...@chromium.org>
Authored: Fri Dec 13 11:42:34 2013 -0500
Committer: Ian Clelland <ic...@chromium.org>
Committed: Fri Dec 13 11:42:34 2013 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/692f1fb9/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 6094927..b003925 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -10,7 +10,8 @@
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320650</issue>
 
-    <dependency id="org.apache.cordova.file@1" />
+    <!-- dependency id="org.apache.cordova.file@1" /-->
+    <dependency id="org.apache.cordova.file" />
 
     <js-module src="www/FileTransferError.js" name="FileTransferError">
         <clobbers target="window.FileTransferError" />