added dependency config. for the file plugin into plugin.xml

This commit is contained in:
hermwong 2013-06-14 12:03:10 -07:00
parent 187a12725b
commit e248ef742f

View File

@ -2,10 +2,12 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="org.apache.cordova.core">
id="org.apache.cordova.core.FileTransfer">
version="0.1.0">
<name>File Transfer</name>
<dependency id="org.apache.cordova.core.FileUtils" url="https://git-wip-us.apache.org/repos/asf/cordova-plugin-file" commit="master" subdir="/*" />
<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />
</js-module>