updated config to include paths to JS files

This commit is contained in:
hermwong
2013-06-14 11:19:03 -07:00
parent bfb7af4584
commit 550e560ac6
+8
View File
@@ -6,6 +6,14 @@ id="org.apache.cordova.core">
version="0.1.0">
<name>File Transfer</name>
<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />
</js-module>
<js-module src="www/FileTransfer.js" name="FileTransfer">
<clobbers target="window.FileTransfer" />
</js-module>
<!-- android -->
<platform name="android">
<config-file target="res/xml/config.xml" parent="/cordova/plugins">