fixed dependency subdir=/* wrong subdir specification.

This commit is contained in:
Fil Maj 2013-07-31 11:13:40 -07:00
parent 445f737f43
commit 659639fba7

View File

@ -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" />