You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/07/31 20:13:50 UTC

git commit: fixed dependency subdir=/* wrong subdir specification.

Updated Branches:
  refs/heads/master 445f737f4 -> 659639fba


fixed dependency subdir=/* wrong subdir specification.


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

Branch: refs/heads/master
Commit: 659639fba7ce7e1b0cf46da8f705ec2e05f22d07
Parents: 445f737
Author: Fil Maj <ma...@gmail.com>
Authored: Wed Jul 31 11:13:40 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Wed Jul 31 11:13:40 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/659639fb/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8f7b35a..acd24d9 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -8,7 +8,7 @@
     <license>Apache</license>
     <keywords>cordova,file,transfer</keywords>
 
-    <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/*" />
+    <dependency id="org.apache.cordova.core.file" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" />
 
     <js-module src="www/FileTransferError.js" name="FileTransferError">
         <clobbers target="window.FileTransferError" />