plugin.xml 590 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
        xmlns:android="http://schemas.android.com/apk/res/android"
        id="bsync-client-test"
        version="1.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <name>bsync test in cordova environment</name>
    <license>Apache 2.0 License</license>
    <js-module src="cordova-test-build.js" name="tests">
    </js-module>

    <dependency id="cordova-plugin-file-transfer" url="https://github.com/apache/cordova-plugin-file-transfer" commit="master" />

</plugin>